Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • gianfranco Friend
    #184796

    Hi all,
    I need to install your ja-tabs plugin into my website with your ja-mero template.
    But I got a strange issue, the maninav menΓΉ do not expand untill I unpublish ja-tabs

    you can see it here: http://looponline.info/jupgrade/
    if you try to expand buone prassi menu, you will see it.

    How Can I solve this?

    Thanks
    Max

    gianfranco Friend
    #482888

    Another issue, there is also a strange thing with ja-comments component
    if I active comment in a article the widget to send article via email to a friend or to print the article do not work anymore

    if I put ja comments off then all work

    here an example: http://looponline.info/jupgrade/index.php/racconti-78/460-dakar-a-chi-serve-il-forum-sociale-mondiale.html

    gianfranco Friend
    #483061

    Hi all, please I need to delivery that site and I need to handle those issue, πŸ™‚

    Thanks a lot
    G.

    Phill Moderator
    #483068

    Looks like a JS library issue to me. I’m not too hot at those things but I will see if I can pass on this thread. The devs are on their annual holidays until the 15th so appologies for any delays.

    You could possibly try turning off the K2 noconflict mode.

    gianfranco Friend
    #483069

    <em>@phill luckhurst 359619 wrote:</em><blockquote>Looks like a JS library issue to me. I’m not too hot at those things but I will see if I can pass on this thread. The devs are on their annual holidays until the 15th so appologies for any delays.

    You could possibly try turning off the K2 noconflict mode.</blockquote>

    Ok, I’ll try but I guess that wouldn’t be the cause! πŸ™‚
    Thanks

    G.

    P.S. Let me know any other solutions

    Ninja Lead Moderator
    #483070

    <em>@gianfranco 359333 wrote:</em><blockquote>Hi all,
    I need to install your ja-tabs plugin into my website with your ja-mero template.
    But I got a strange issue, the maninav menΓΉ do not expand untill I unpublish ja-tabs

    you can see it here: http://looponline.info/jupgrade/
    if you try to expand buone prassi menu, you will see it.

    How Can I solve this?

    Thanks
    Max</blockquote>

    I would need to take a closer look at your site. Please pm me admin access and ftp account for further investigation. I shall help you out of it.

    gianfranco Friend
    #483071

    <em>@Ninja Lead 359622 wrote:</em><blockquote>I would need to take a closer look at your site. Please pm me admin access and ftp account for further investigation. I shall help you out of it.</blockquote>

    Sent! Thanks, so many thanks πŸ™‚
    G.

    Wall Crasher Developer
    #483072

    Hi gianfranco,

    As I can see on your site, there was a conflict of CSS not JS.
    You can try to remove some rule in
    /plugins/system/jatabs/jatabs/ja.tabs.css

    .container {
    position: relative;
    /*overflow: hidden;*/ /* Remove this line*/
    height: 100%;
    z-index: 10;
    }

    or change the selector to

    .ja-tabswrap .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    }

    I would recommend you to use the second option. πŸ™‚

    Regards

    Ninja Lead Moderator
    #483074

    The problem on your site fixed with second option, please check it again
    <blockquote>/plugins/system/jatabs/jatabs/ja.tabs.css</blockquote>

    from

    .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    }

    change to

    .ja-tabswrap .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    }

    gianfranco Friend
    #483114

    <em>@Ninja Lead 359627 wrote:</em><blockquote>The problem on your site fixed with second option, please check it again

    from

    .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    }

    change to

    .ja-tabswrap .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    }

    </blockquote>

    Thanks a lot Ninja! πŸ™‚
    the first problem will fix and works good now!

    Any Idea for the second issue?
    Another issue, there is also a strange thing with ja-comments component
    if I active comment in a article the widget to send article via email to a friend or to print the article do not work anymore

    if I put ja comments off then all work

    here an example: http://looponline.info/jupgrade/index.php/racconti-78/460-dakar-a-chi-serve-il-forum-sociale-mondiale.html

    Stork11 Friend
    #483522

    <em>@gianfranco 359693 wrote:</em><blockquote>Thanks a lot Ninja! πŸ™‚
    the first problem will fix and works good now!

    Any Idea for the second issue?
    Another issue, there is also a strange thing with ja-comments component
    if I active comment in a article the widget to send article via email to a friend or to print the article do not work anymore

    if I put ja comments off then all work

    here an example: http://looponline.info/jupgrade/index.php/racconti-78/460-dakar-a-chi-serve-il-forum-sociale-mondiale.html</blockquote>
    Hello gianfranco,

    For JA Comment issue, I fixed in “/plugins/content/jacomment/jacomment.php” file. Please keep this file as backup in further update.

    Regards.

    gianfranco Friend
    #483703

    Thanks so much Stork11, I’m so glad to have it work.

    G.

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 5 voices, and was last updated by  gianfranco 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum