Viewing 12 replies - 1 through 12 (of 12 total)
  • hi , change it from :

    Appearance > Theme Options > Select a layout
    select the first one

    I would like to know this also. How to enable disable for ONE page.

    Hi maggieymae!

    It depends on which Theme you are using but you can try to go to Pages and see if you can change the template for the page. You do this by :
    Go to Pages and select Edit for a already saved page or add a new if you havent created one yet, Then to the right side under Page Attributes go under Template and see if you can change to a template without a sidebar.

    Hope this helps Magnus

    The evolve free version offers only the default template or a blog template based on your blog preferences. If I choose blog I get a grid of my blog posts.

    yes maggieymae , you cannot disable sidebar in only one page , we may add it in next versions

    maggieymae,

    Evolve(free version) supports 2 sidebars referenced as #secondary and #secondary-2.

    I currently disable the sidebars on 2 pages by including the following custom css styling of my child theme. I also increase the width size of the main content #primary.
    /
    /*
    * Remove sidebars and increase size of content container
    * on pages and parking map pages
    */
    body.page-id-595 #secondary {display: none !important; }
    body.page-id-595 #secondary-2 {display: none !important;}
    body.page-id-595 #primary { width: 100%; }
    /

    WPAdmin.

    you can disable a sidebar by editing the post/page and selecting the Full Width layout right under the post editor

    Hi Romik84,

    Thanks for the tool tip. Not sure I ever saw any of those options on the screen as there hidden below the content editor. Nice plus.

    I just noticed this and wanted to say THANK YOU!!

    Well I spoke too soon. So close!

    I want to be able to enable the sidebar on certain pages instead of hide it

    If I choose sidebars as my default layout and disable it on certain pages, the column still shows on category view.

    So instead of disabling the sidebar I want to enable it.

    Is there any way to do that with CSS on the category view pages?

    Nevermind… when I view the categories now the sidebar isn’t there. I don’t know why there was a blank column when I viewed it previously.

    Thanks again for making it possible to change the view on individual pages.

    Does anyone know how I can enable a comment on some Evolve default template pages and not on others? I have not been able to get it to work, or rather, I have gotten it to work but the comments from the code I added seem to go to never never land and there is no reply box.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How can I disable the sidebar in 'one' page’ is closed to new replies.