Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Sam Samiei Friend
    #208941

    The tabs WITHOUT dropdown tab works as expected in any joomla article. However, when I add the drop down tab, everything breaks. I can see the tab but the javascipt doesn’t work – i can’t switch between tabs.

    the tabs been working fine and after updating the Joomla to 3.4.3, T3 Framework to 2.4.9 and Ja Decor to 1.1.5 it stopped working. it shows on the page but not functioning.

    also noticed the one in ja decor demo page not working as well:
    http://www.joomlart.com/demo/#ja_decor

    Anybody has a suggestion for this fix?? Any help will be much appreciated!

    Ninja Lead Moderator
    #577918

    Did you solve it? I check on “Domestic appliance installations” article and I see it’s working fine, see the screenshot

    Sam Samiei Friend
    #577952

    <em>@Ninja Lead 483719 wrote:</em><blockquote>Did you solve it? I check on “Domestic appliance installations” article and I see it’s working fine, see the screenshot

    </blockquote>

    Hi, those tabs working fine. the issue is with bootstrap drop down ones. kindly check the link below:
    the section “We offer the following domestic appliance repairs:”

    https://www.northlondonappliancerepairs.co.uk/west-london-appliance-repairs.html

    thats the same for Joomlart demo page for Ja Decor
    http://ja-decor.demo.joomlart.com/index.php/en/explore/site-map/typography#
    the tabs section not working.

    thanks

    Sam Samiei Friend
    #578070

    Any update on this?

    Sam Samiei Friend
    #644361

    Any update on this?

    Sam Samiei Friend
    #742994

    Any update on this?

    Ninja Lead Moderator
    #578116

    <em>@behroz 483894 wrote:</em><blockquote>Any update on this?</blockquote>

    You can fix the problem on your site with the solution below

    Open templates/ja_decor/js/script.js file

    find and change

    if($('.nav.nav-tabs').length > 0 && $('.view-article').length == 0){
    $('.nav.nav-tabs a').click(function (e) {
    e.preventDefault();
    $(this).tab('show');
    })
    }

    to


    if($('.nav.nav-tabs').length > 0){
    $('.nav.nav-tabs a').click(function (e) {
    e.preventDefault();
    $(this).tab('show');
    })
    }

    Let me know if it helps

    Sam Samiei Friend
    #578131

    Thanks. its working now

    <em>@Ninja Lead 483950 wrote:</em><blockquote>You can fix the problem on your site with the solution below

    Open templates/ja_decor/js/script.js file

    find and change

    if($('.nav.nav-tabs').length > 0 && $('.view-article').length == 0){
    $('.nav.nav-tabs a').click(function (e) {
    e.preventDefault();
    $(this).tab('show');
    })
    }

    to


    if($('.nav.nav-tabs').length > 0){
    $('.nav.nav-tabs a').click(function (e) {
    e.preventDefault();
    $(this).tab('show');
    })
    }

    Let me know if it helps</blockquote>

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

This topic contains 8 replies, has 2 voices, and was last updated by  Sam Samiei 8 years, 10 months ago.

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