Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • foolevil Friend
    #953030

    "Home" menu text is in active color instead of "Contact".
    http://11.testialue.net/33/index.php/contact

    Ninja Lead Moderator
    #954411

    Hi,

    Did you get this bug after upgrading Joomla 3.6.0?

    Regards

    foolevil Friend
    #954466

    Uh… I updated to J 3.6.0 after holiday and I’m not exactly sure, but it seems to have come recently.
    This means yes I think so.

    Ninja Lead Moderator
    #954804

    It’s very strange with this bug on your site, please give me a time to check this bug and get back to you soon.

    Mo0nlight Moderator
    #955924

    Hi. this one to fix click to "MORE" menu to show sidebar. I edited the file : /templates/ja_resume/js/script.js at the end of the file.

    // Full-nav click to show off-canvas menu
    (function($){
      $(document).ready(function(){
        jQuery('a[href="#full-nav"]').off().unbind().on('click', function(e){
            jQuery('.off-canvas-toggle').trigger('tap', e);
            e.stopPropagation();
            e.preventDefault();
            return false;
        });
        jQuery('.off-canvas-toggle').on('tap', function() {
            if (isMobile.tablet)
                jQuery('.t3-header').css( 'margin-top', (jQuery(window).scrollTop())+'px');
        });
      });
    })(jQuery);

    This one to fix contact active colour. and file : /templates/ja_resume/tpls/blocks/header.php Change the code

    $('body').scrollspy({target: '.t3-megamenu', offset: 190});

    To

    if ($('.t3-navbar ul li.current a.home').length) // only use at onepage.
              $('body').scrollspy({target: '.t3-megamenu', offset: 190});

    Regards.

    foolevil Friend
    #956104
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 3 voices, and was last updated by  foolevil 7 years, 8 months ago.

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