Tagged: x
-
AuthorPosts
-
January 1, 2017 at 1:52 am #1311426
lemagParticipantHello,
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.
January 1, 2017 at 1:54 am #1311428
lemagParticipantThis reply has been marked as private.January 1, 2017 at 4:37 am #1311506
ChristianModeratorHey 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.
January 1, 2017 at 6:22 am #1311550
lemagParticipantDo 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.
January 1, 2017 at 6:38 am #1311564
ChristopherModeratorHi 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.
January 1, 2017 at 8:42 am #1311607
lemagParticipantI 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.
January 1, 2017 at 9:13 am #1311624
RupokMemberHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1311426 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
