Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    Hello Steve,

    Checked the site and saw you do not have any defined CSS for (.current_page_item) that is why your site current page menu not highlighted.
    You can check this by directly accessing the https://legacy.stephendowell.com/contact/ you would see that Contact tab would not highlight.

    If its possible for you you can go for https://shop.youngtechleads.com/downloads/ajaxify-wordpress-site-pro/ which will give you more features

    Thanks
    Manish

    Thread Starter Steve D

    (@steadwell)

    Hi,

    The CSS is working okay.

    li[class^="current"] a,
    li[class*="current"] a {
         background: transparent !important;
         color: white !important;
     }

    It’s when a page loads, the menu item class is not being changed (ie. addClass, removeClass).

    I don’t want the PRO version, just the basic functionality.

    Thanks!

    Thread Starter Steve D

    (@steadwell)

    I got it! I had the menu’s ul class name specified instead of the containing div class name. I new that it worked before!

    This is resolved.

    Thanks for looking at it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Current Menu Option’ is closed to new replies.