Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter stevethebartender

    (@stevethebartender)

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hi Steve, what exactly are you trying to achieve? Is it the categories sidebar you want to remove just from the WP Catalogue pages?

    If so, you could do it really easily by adding this CSS to your theme:

    #wpc-col-1 {
    display: none !important;
    }

    Or have I misunderstood what you’re trying to accomplish?

    Thread Starter stevethebartender

    (@stevethebartender)

    Hi Maeve

    Sorry, I wasn’t very clear. The right sidebar (not categories list) will not disappear even when I have the catalogue item as full width – it jumps to the bottom of the page.

    See here:
    https://stevethebartender.com.au/wpcproduct/dome-marquee-hire-adelaide/

    Thread Starter stevethebartender

    (@stevethebartender)

    Hi Maeve

    Sorry to pester – any ideas?

    Thanks in advance!

    Plugin Author Maeve Lander

    (@enigmaweb)

    Oh right! I see what you mean now. OK this is actually your theme sidebar. You need to remove the sidebar from the template you want to use with the catalogue and then use the inner page header/footer field to make sure the inner pages are using the correct template.

    Thread Starter stevethebartender

    (@stevethebartender)

    I have a full width template with my theme. That’s what I thought this line would do…

    <div id=”content page-template-fullwidth”>

    …but doesn’t seem to fix it ??

    Thread Starter stevethebartender

    (@stevethebartender)

    Hi Maeve

    Are you able to expand on that? I don’t have custom post templates with my theme, only page templates. I have created a custom post template by copying singular.php and also tried with post.php and removed the line referring to ‘get sidebar’ within the file.

    I’ve renamed them and added -nosidebar to the php file. I have then used <div id=”content post-nosidebar”> in the WP Catalogue settings.

    I don’t even know if I am close but nothing I am trying is working…please help with a little more detail.

    Thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing sidebar’ is closed to new replies.