Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • shemeam Friend
    #1066568

    Hi there

    I was running JA Decor 1.1.2 and I had problems with the index on a page. I saw in the forums that you had fixed this problem in version 1.1.5. Anyway you have since updated to version 1.1.8 so i uploaded this.

    These are the results (see screen dumps attached)

    • I get an upload error when using the joomla upload
    • when I check the template it tells me I am using the latest version
    • when I check the joomla updates page (after clearing the cache) it tells me I am still using version 1.1.2

    My main problem is that the index links do not work on this page https://www.shemeam.com/mumblings/retreat (see menu list in the side bar), so I need to update ASAP so this can be resolved.

    I appreciate your assistance in this matter.
    many thanks
    Alison


    1. error-installing-template
    2. congrats-you-are-using-the-latest-version
    3. update-1.1.2-to-1.1.8

    Shemeam

    shemeam Friend
    #1066587

    OK, I have managed to update Decor to version 1.1.8 using JA extension manager. But the index links are still not working on the page https://www.shemeam.com/mumblings/retreat. They open if I right click and open the link that way, but not a single left click.

    Please can you help me sort this out. Thanks

    • This reply was modified 6 years, 6 months ago by  shemeam.

    1. index-links-not-working

    Shemeam

    Pankaj Sharma Moderator
    #1066686

    Hi
    I fixed the issue directly on your site.
    Here as my changes

    Open script.js file in js folder of template.
    Find

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

    Replace it with

    // Tab
    (function($){
    $(document).ready(function(){
    if($('.nav.nav-tabs').length > 0){
    
    if ($('.article-index .nav.nav-tabs').length > 0) {
    return false;
    }
    
    $('.nav.nav-tabs a').click(function (e) {
    e.preventDefault();
    $(this).tab('show');
    })
    }
    });
    })(jQuery);

    Kindly check your site now.

    Regards

    shemeam Friend
    #1066721

    Thank you.
    Will I need to do this again if there is a template update?

    Shemeam

    Pankaj Sharma Moderator
    #1066723

    Hi
    Please save the changes in the local file as it can be back on upgrade.
    I will ask the team to look on this and add this fix permanently.

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 6 months ago.

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