Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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!

    #765752

    OK, 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?

    #765921

    Hi,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #766012

    In 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!

    #767700

    Hi,

    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,
    Andy

    #768320

    Hello,
    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!

    #768846

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.