This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove side bar from blog page

Resolved 17 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi!

I´m a vantage theme user. I been looking to keep my widget side bar only on my store page (woocomerce), however the blog page show it by default and I can´t get rid of it, do you have a suggestion?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

17
  1. Renee Stokes 11 years, 6 months ago

    Have you tried adjusting the settings in the page attributes area?

    My problem is that I can’t get rid of the sidebar on my Shop page, even though I have selected a full-width page setting (which should get rid of the sidebar. It has for all the other pages…).

  2. Daniel Rodflor 11 years, 6 months ago

    Yeah I tried that, however the blog page does not give the option “full-width” or “full-width without title”, I suppose because the logical choice for the template is “blog”.

  3. Daniel Rodflor 11 years, 6 months ago

    Renee, do you use vantage too? Can you select the template for the blog page? or how do you remove it?

  4. Andrew Misplon Staff 11 years, 6 months ago

    Hi Daniel

    Thanks for running Vantage.

    One option here would be to remove widgets from Appearance > Widgets: Sidebar and instead use WooSidebars: http://www.woothemes.com/woosidebars/

  5. Andrew Misplon Staff 11 years, 6 months ago

    Once installed the plugin is available from Appearance > Widget areas, you can then try to specify your sidebar pages more specifically. Let me know if that works for you.

  6. Andrew Misplon Staff 11 years, 6 months ago

    The following inserted under Appearance > Custom CSS is the other option. It will remove the sidebar for the blog and single post pages:

    /* Vantage Hide Sidebar on Blog and Single Pages */
    .blog #primary,
    .archive #primary {
    float: none
    width: auto;
    }
    .blog #secondary,
    .archive #secondary {
    display: none;
    }
    .single #primary {
    float: none
    width: auto;
    }
    .single #secondary {
    display: none; 
    }
  7. Daniel Rodflor 11 years, 6 months ago

    I used the code and It works really nice… tanks Andrew.

  8. Andrew Misplon Staff 11 years, 6 months ago

    For sure. Glad we could help out.

  9. Daniel Rodflor 11 years, 6 months ago

    Hey, just wondering if is possible to delete the white space left behind.

  10. Andrew Misplon Staff 11 years, 6 months ago

    Please send me a link so I can see.

  11. Andrew Misplon Staff 11 years, 6 months ago

    Sorry. My Custom CSS should look like this:

    /* Vantage Hide Sidebar on Blog and Single Pages */
    .blog #primary,
    .archive #primary {
    float: none;
    width: auto;
    }
    .blog #secondary,
    .archive #secondary {
    display: none;
    }
    .single #primary {
    float: none;
    width: auto;
    }
    .single #secondary {
    display: none; 
    }
  12. Daniel Rodflor 11 years, 6 months ago

    Awesome. :)

  13. hklt0110 11 years, 4 months ago

    @Andrew Mispon

    How to remove sidebars in all pages on Vantage Theme.

    Thanks

  14. Deborah Tobias 11 years, 2 months ago

    Andrew, I want my sidebar with calendar and FB Like on many of my pages but not all. For instance I’d like to remove it from this page:
    http://108.167.133.30/~pbct/cruise-ships/

    I tried Screen Options, Number of Columns = 1, and only checked Discussions and SiteBuilder, but it doesn’t removed the sidebar from this page. Any ideas?

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread