Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #806616

    Hi,
    as I only found some very old references for this topic I would like to ask this again for the current state.

    I have a main menu item called Download which links to my.domain/download (a simple page) and on this page I have some links that open my.domain/download/some-sub-page. But on this sub page the wrong menu item is highlighted (the start item) not the Download item.
    Is there a way to fix this?

    #806730

    Hey nyloc,
    I need to check your menu settings, but to accomplish this, would be necessary that you provide to us your WP credentials and the website to access link.
    Best regards,
    John Torvik

    #806984

    No, problem I added it to the private section.

    #808803

    Hi,

    Please add this css code in the Quick CSS field.

    .single-portfolio #menu-item-2261 .avia-menu-fx {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    
    .single-portfolio #menu-item-134 .avia-menu-fx {
        display: none;
    }
    

    Best regards,
    Ismael

    #809140

    Thanks a lot, it works flawless with the code above.

    #809234

    Hi,

    We’re glad that Ismael was able to help!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold!

    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Highlight toplevel menu item if "child" page is selected’ is closed to new replies.