
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
January 7, 2015 at 2:56 am #375958
Hello,
I’ve a navigation bar containing many dropdown menus. Each item of the dropdown menu is a link to an anchor within the page. Everything works fine, except that for some unknown reason, sometime, the wrong parent item is highlighted in the navigation bar. It works fine on some link but not on others and the behaviour seems to be kind of random…
I’ve seen many related posts to this issue and tried different variations of what was proposed with no succes :
- https://kriesi.at/support/topic/navigation-menu-for-long-single-page-website-with-enfold/#post-177245
- https://kriesi.at/support/topic/anchor-link-causing-navigation-bar-to-highlight-the-wrong-link/ : for those two fix, I’ve tried to do the avia.js modification in a child theme to avoid update problems…. But it seems like those modifications are not taken into account, maybe that’s the point…
- https://kriesi.at/support/topic/main-menu-custom-links-for-one-page-sites-section-ids-and-anchor-scrolling/ : I’ve tried differents way to set up anchor in the page : directly in the header text field and using the “color section hack”, but I stiil have the same problem….
- https://kriesi.at/support/topic/main-menu-in-page-navigation-selected-item-not-working-properly/ : but I’ve not been able to find any relation beetween my problem and any advanced slider usage
- https://kriesi.at/support/topic/single-page-nav-menu-multiple-items-highlighted-current-menu-item/ : but my current configuration is quite up to date : wordpress 4.0.1 and enfold theme version is 3.0.4
Any help would be greatly appreciated…
Thanks
-
This topic was modified 10 years, 3 months ago by
dogonsite.
January 7, 2015 at 9:23 pm #376455Hi dogonsite!
Not sure what’s going on there but adding this to your custom CSS should fix it.
.current_page_ancestor .avia-menu-fx, .current-menu-ancestor .avia-menu-fx, .current-menu-parent .avia-menu-fx { display: block !important; opacity: 1 !important; visibility: visible !important; } .current-menu-item .avia-menu-fx { display: none; }
Regards,
ElliottJanuary 18, 2015 at 11:34 pm #381540Hi Eliott,
Thanks a lot, it seems to be working !
Best,
DogonSite
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Problem with anchor and active menu item hilighted’ is closed to new replies.