Tagged: sidebar, woocommerce
-
AuthorPosts
-
March 23, 2017 at 12:24 pm #765365
Hello there,
I’m having problems with WooCommerce single product pages. Even if I have deselected the sidebar (no sidebar on layout section), the sidebar contents is being displayed over the main webpage, centered and occupying about 90% of the available space – see enclosed private link to screenshot.Do you have any idea on how I can get rid of this unwanted sidebar? Please note I have created the product page using Avia Layout Editor.
Thanks for your help!
March 23, 2017 at 9:29 pm #765752OK, for the moment I have solved using this CSS:
.single-product aside.sidebar, .single-product aside.sidebar .inner_sidebar { display: none !important; }
But it is a strange behaviour indeed. Any idea why my site is behaving like this?
March 24, 2017 at 6:39 am #765921Hi,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardMarch 24, 2017 at 10:04 am #766012In order to see the problematic pages, you should be logged in as admin. You can find all the relevant info in the private content section of this post.
Hope this helps!
March 27, 2017 at 8:31 pm #767700Hi,
not sure what you mean, cause on the link you’ve provided I can’t see any sidebar at all. Could you already remove it?
Best regards,
AndyMarch 28, 2017 at 5:26 pm #768320Hello,
I have tested once again the very same page using 2 different computers and 3 different browsers and the problem persists. There is NO sidebar (I have deselected it on that page), but the contents of the sidebar are being displayed layered above the page, making it a mess. Don’t you see the latest posts over the book cover?
Please re-check and advise. Thanks!March 29, 2017 at 3:00 pm #768846Hi,
I guess a plugin is causing this issue, so best to deactivate all of them to check is that’s true. Then activate them again one by one until you find the on causing it.
In the future please provide us screenshots of the elements to make things clear for us.Use this code inside Quick CSS field to remove this element:
.tab_content.active_tab_content { display: none; }
You might want to hide this one too:
section#text-26 { display: none; }
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.