Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1982650
Layout issue - Remove left sidebar
Closed

Comments

  • monkeyNeil started the conversation

    https://snoozebuttonbook.com/forums/

    See that left sidebar?  I love everything about the page EXCEPT that sidebar.

    How do I get rid of it?  The theme forces me to put something there, no matter how many places I've clicked the box that says to HIDE the left sidebar.

    Help.

  •  2,699
    PenciDesign replied

    Hi,

    This issue caused by you've enabled vertical navigation.

    Please go to Customize > Vertical Nav & Hamburger Menu Options and uncheck to "Enable Vertical Navigation"


    Best Regards,

    PenciDesign

  • monkeyNeil replied

    If I uncheck "Disable Vertical Navigation", then the sidebar I want - the right one - disappears.

    Is there no way to have a right sidebar without being forced to have one on the left?  Or do I have to edit the theme?

  •  2,699
    PenciDesign replied

    Hi,

    Seem you've enable left sidebar for single.

    Please try go to Customize > Single Post Option > un-check on "Enable Left Sidebar"


    Best Regards,

    PenciDesign

  • monkeyNeil replied

    That's not it either.

    I had Single Posts set to No Sidebar.  For some reason, the theme is treating the bbPress page differently than everything else on the site.  And there's nowhere in the Customize panel that allows me to set options for bbPress.

    I don't want to have to delete the forums (or find a different theme), but I can't have it look different from everything else.

    So how do I get rid of that left sidebar?  I want it on the right.  Even if I specify that the sidebar has to be on the right, the theme still puts it on the left.

  •  2,699
    PenciDesign replied

    Hi,

    Strange, we will check it again on this.

    Now, please add more this code to Customize > Custom CSS to fixed that issues:

    @media only screen and (min-width: 961px){
    body.single-forum .container.penci_sidebar.left-sidebar #main,
    body.single-topic .container.penci_sidebar.left-sidebar #main,
    body.post-type-archive-forum .container.penci_sidebar.left-sidebar #main{ float: left; padding: 0 50px 0 0; }
    }

    Best Regards,

    PenciDesign