Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311426
    lemag
    Participant

    Hello,

    I am having a strange issue on my website involving the sidebars. I want to use a sidebar on the homepage so I have set the layout to be left sidebar with right content. On WooCommerce pages I don’t want to use this template so I changed it to Fullwidth. This works well except for one category page.

    http://gamerobo.visualpath.net/ – works fine with my desired sidebar
    http://gamerobo.visualpath.net/shop/ – works fine without sidebars
    http://gamerobo.visualpath.net/product-category/steam-games/ – this is the only category that doesn’t work and it’s displaying the main sidebar (I can select which sidebar to display but I want it removed completely like on the rest of category pages)

    I would like to remove this sidebar from the Steam category page like I did with the others. I tried unchecking all the sidebars but it still displays the main sidebar which I don’t have control over where it is displayed.

    Please help me remove this sidebar from the page http://gamerobo.visualpath.net/product-category/steam-games/ because it’s been driving me crazy.

    Thank you.

    #1311428
    lemag
    Participant
    This reply has been marked as private.
    #1311506
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .term-steam-games .x-sidebar {
        display: none;
    }
    
    .term-steam-games .x-main {
        width: 100%;
    }

    Thanks.

    #1311550
    lemag
    Participant

    Do you know what might be causing this error? It only manifests on one category page so I think something is messing it up.

    Thank you.

    #1311564
    Christopher
    Moderator

    Hi there,

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #1311607
    lemag
    Participant

    I found what was causing the error in case someone else encounters this.

    When we installed WordPress and WooCommerce we did not delete the first category created. Instead we renamed it. It appears that this was the first category and it actually behaves differently than the other ones. We just created a new category and renamed it and now everything works as it should.

    #1311624
    Rupok
    Member

    Hi there,

    Glad to hear that you are all set now. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

  • <script> jQuery(function($){ $("#no-reply-1311426 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>