Before you ask please READ THIS

Portfolio page - main menu - current item

deedee
edited August 2013 in Skyfashion Posts: 1
for some reason on my portfolio page. the main menu item "Collections" does not get highlighted when I am on that page.
other pages work just fine. please help!

http://earthredz.com/

Comments

  • Posts: 493
    hi dee,

    Please add it in your file wp-content/themes/skyfashion/common/js/scripts.min.js at the end of file:
    
    jQuery(document).ready(function() {
    
    var slug = location.pathname;
    if (slug == "/collections/") {
        console.log(slug);
        jQuery("#nav li").eq(2).addClass('current-menu-item');
    }
    }
    
    Kind regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion