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
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
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
Hi,
now its online…
plz check it out.
thx
chris
solved… we used jquery..
if(window.location.href.indexOf(“termine”) != -1){
jQuery(“#menu-item-591”).addClass(“active-parent-item”);
}
chris