Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #591817

    I saw this post

    Problem with sidebar location and content in woocommerce

    but it wasn’t actually resolved. I’m running the newest version of enfold and am having the problem where the sidebar is loading under the page content instead of on the side like it is supposed to. This only happens when loading a product single page. What could be going wrong?

    #592404

    Hey rudtek,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #601749

    yes sorry.

    #603270

    Hey!

    Thank you for coming back.

    It looks like that the HTML structure is broken.

    I see a class yit-wcan-container – seems to be from a plugin – possible plugin conflict..

    Try to deactivate all plugins except WooCommerce and reactivate one by one and check.

    Cheers!
    Günter

    #604781

    is there anyway to turn the sidebar off for this page?

    #604823

    Hi!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove sidebar from single product pages

    .single-product .sidebar {
        display: none!important;
    }

    Regards,
    Yigit

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