Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #675697

    Hello – This website worked well for one year now. But suddenly the main menu item is no longer highlighted when in a submenu page.

    We are in the process of adding a blog for our client and wondered if this has anything to do with the permalink settings.
    with the blog page the items were also not highlighted.

    right now we have taken down the blog part until that is complete but the main website is not running properly as stated above.
    Thanks

    Dara Emerson

    http://www.tcm-team.at

    #675703

    Hey DaraEmerson,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
        color: green;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #675709

    wow! thanks for the prompt reply. Unfortunately it did not work.
    The main menu hovers on green but should also be active in the green.
    Submenu and sidemenu are, and were, active in the correct colours.

    #675713

    Hi!

    Can you please elaborate on the changes you would like to make? I am not sure if i understood you clearly. Main menu item highlights just fine on my end when child is active

    Best regards,
    Yigit

    #675718

    : )

    have you gone further down the submenu or did you just klick on “Ausbildung”?

    Thanks

    #675720

    Hey!

    I did, as you can see in the screenshot, active page is “ausbildung-diplomlehrgang-tcm-ernaehrungsberatung/”, child page of “Ausbildung” :)
    If this is not how it looks on your end, please flush browser cache and refresh your page a few times.

    Best regards,
    Yigit

    #675725

    Yes, this is the top menu item and is the linked page of Ausbildung.
    All menu items below that do not work.

    #677027

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav > li.current-menu-ancestor > a > .avia-menu-text {
        color: #7aa84a;
    }
    .av-main-nav > li.current-menu-ancestor > a > .avia-menu-fx {
        opacity: 1;
        visibility: visible;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #691803

    great thanks! now it works. Should we remove the previous code you gave us?
    Best regards
    Dara

    #693561

    Hi,

    Yes, please remove the other code. :)

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Active Link on Main Menu no longer highlighted when in child page’ is closed to new replies.