Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    #457735

    Hey 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!
    Yigit

    #457772
    This reply has been marked as private.
    #457781

    Hi!

    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!
    Yigit

    #457805

    This 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?

    :)

    #457807

    Hey!

    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!
    Yigit

    #457833

    This 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?

    #457850

    Hey!

    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!
    Yigit

    #457859

    Ok yigit. So there is no way to make the breadcrumbs stay as you scroll down?

    #457874

    Hey!

    It is possible using custom CSS and JS if you do not mind disabling shrinking header

    Regards,
    Yigit

    #457877

    Okay, in that case I’ll leave it! lol

    Thanks for trying though.

    #457878

    Hi!

    You are welcome! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Menu indicator line disappears when scrolling down’ is closed to new replies.