Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #349726

    Hello, I just noticed that on the top right side of the sidebar when visiting a page, it will automatically list all child pages within that page. This is pretty nice in some situations but I have a particular case use where I wish I could just not have those links there.

    Is there any way to disable this feature other than hiding the entries with CSS?

    Thanks.

    #349727

    To clarify I know there is a theme option to disable it site wide. What I meant to ask is if there is a way to do it selectively on some pages (similar to how one can choose to enable / disable the sidebar individually on each page).

    Thanks.

    #350502

    Hey!

    It sounds like your talking about the subnav widget. In this case it would be best to create a new sidebar in Dashboard > Appearance > Widgets and then drag the subnav widget over to it and then edit your pages and select this sidebar to use.

    Regards,
    Elliott

    #350549

    I don’t see a subnav widget and this appears at the most top of the sidebar (on top of my first widget) so I do not think its a widget.

    #350974

    Hey!

    Oops, sorry momon. I think the option your looking for is in Dashboard > Enfold > Sidebar settings and then make sure the “Display Sidebar navigation” option is unchecked.

    To remove it on a certain page then drag a codeblock element into your page content and add this.

    <style type = "text/css">
    .widget_nav_menu { display: none; }
    </style>

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #350990

    Elliott, did you read my first post?

    #351370

    Hey!

    Yes but creating an option to disable it on certain pages would take a lot of time and code and would have to be considered custom work so you would need to hire a freelancer to help you out there. I recommend trying the CSS I posted as it’s a quick and easy solution.

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.