Tagged: breadcrumbs
-
AuthorPosts
-
June 11, 2015 at 10:54 am #457713
Hi guys,
Is there any way to indicate to a user where you are in the site once they start scrolling down a page apart from the very discreet menu indicator line? Especially when you’re on a sub-page.. there is no indication at all of what page you’re on.
Thanks,
Krissie
- This topic was modified 9 years, 5 months ago by Krissieg.
June 11, 2015 at 11:36 am #457735Hey Krissie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.current-page-parent>a>.avia-menu-fx { display: block; }
If that does not help, please post the link to your website
Cheers!
YigitJune 11, 2015 at 12:40 pm #457772This reply has been marked as private.June 11, 2015 at 12:59 pm #457781Hi!
I changed the code to following one
li.current-menu-ancestor>a>.avia-menu-fx { visibility: visible; opacity: 1; }
Please review your website now :)
Cheers!
YigitJune 11, 2015 at 1:41 pm #457805This is great, and it’s sorted it but if I’m on the SIAM page or ITSM page it seems as though I’m on the What we do page, according to the indicator line. Is there anyway to keep the breadcrumbs in view?
:)
June 11, 2015 at 1:45 pm #457807Hey!
Sorry for the misunderstanding, would you like to highlight active menu item in dropdown menu? If so, please add following code to Quick CSS as well
.sub-menu > li.current-menu-item > a > .avia-menu-text { color: orange; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
If that is not what you meant, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page :)
Cheers!
YigitJune 11, 2015 at 2:26 pm #457833This is handy, thanks Yigit.
Imagine you’re reading a page and you scroll down to the middle.. well the breadcrumbs disappear and the only indication of what page you’re on is from the line underneath the main menu at the top. This is fine if you only have top level pages, but if you have sub-level pages there is no way of knowing which sub-page you’re on. See what I mean?
June 11, 2015 at 3:10 pm #457850Hey!
Unfortunately there is no smooth way of indicating which page you are on other than checking the link or dropdown menu – http://i.imgur.com/2xDz85L.png
You can set title bar to be fixed but that would not look smooth when shrinking header is being used :/Cheers!
YigitJune 11, 2015 at 3:27 pm #457859Ok yigit. So there is no way to make the breadcrumbs stay as you scroll down?
June 11, 2015 at 3:54 pm #457874Hey!
It is possible using custom CSS and JS if you do not mind disabling shrinking header
Regards,
YigitJune 11, 2015 at 3:56 pm #457877Okay, in that case I’ll leave it! lol
Thanks for trying though.
June 11, 2015 at 3:57 pm #457878 -
AuthorPosts
- The topic ‘Menu indicator line disappears when scrolling down’ is closed to new replies.