Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #251330

    Hey There,
    Is there anyway to make sure the header states can stay selected when a link on the sidebar navigation is selected? If I go to the “About Us” page on my site it displays the bar with the arrow in the header to give an indication of what page the user is currently on. When I select a sub nav item on the left bar in “About Us” the header changes so that there is no indication of what section you may be in.

    Please let me know if there is any way to keep the selected state active based on sub pages.

    Thank you!!

    #251885

    Hi TSG_Web!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .av-main-nav .current-page-ancestor .avia-menu-fx {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
    }
    

    Regards,
    Devin

    #252305

    Hey Devin,
    I gave this a try and it did not seem to work. When I select a link in the left nav, the top header selected state still disappears.

    The left nav are all menus I created in the menu page. Not sure if that matters. I don’t have a ton of experience with WP so I wanted to mention that.

    Any other ideas??
    Thanks

    #252528

    Hi!

    Thank you for the update.

    You need to set the page hierarchy if you want wp to detect and highlight the main menu when you click on sub level menu items. Please refer to this link for more info: http://en.support.wordpress.com/pages/page-attributes/

    Best regards,
    Ismael

    #252865
    This reply has been marked as private.
    #253095

    Hi!

    Thank you for using the theme.

    This should work if you set up the child pages correctly. If you don’t mind, we would like to check the actual website. We’ll give you a proper solution once we have taken a look at your installation. Thanks!

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.