Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #608339

    Hi,

    we have 2 different Blog Overview Pages (“Blog” and “Termine”). Both show one specified Post Category.
    How can we make the Main Menu Links of the Overview Pages selcected if a Blog Detail Page is shown?

    We have this Problem on different Client pages but no sulotion yet.

    Thx
    Chris

    #608360

    Hi Christian!

    Thanks for getting in touch with us!

    I’m not sure that I understand your request. When I visited your site I went to the pages “Blog” and “Termine” and the main menu item was highlighted. Please see my screenshot.

    Let me know if I am misunderstanding you.

    Regards,
    Jordan

    #608366

    Hi,
    the Main Menu Item “Blog” is currently hidden… because its under development…

    The problem is if you are on a Blog Detail Page (for example “Mit dem Zug zum Kurs”) which is in the “BLOG” Category and not the “Termine” Category -> “Termine” is always selected.

    thx
    Chris

    #608799

    Hi,
    now its online…
    plz check it out.

    thx
    chris

    • This reply was modified 8 years, 7 months ago by digihouse.
    #608912

    solved… we used jquery..
    if(window.location.href.indexOf(“termine”) != -1){
    jQuery(“#menu-item-591”).addClass(“active-parent-item”);
    }

    chris

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Selected Status in Main Menu’ is closed to new replies.