Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26856

    Hello,

    I am trying to set up a shop on my website using Enfold & Woocommerce but it doesn’t display so good. I am trying to do something similar to the demo shop on Theme Forest but I can’t make the sidebar disappear on my pages:

    – On the shop page, I want to right sidebar gone : http://openhomeautomation.net/shop/

    – On the product page, I want this left sidebar gone : http://openhomeautomation.net/product/home-automation-arduino/

    Does anybody know how to fix this ? Thanks !

    #131869

    Hi,

    1.) Create a new page, name it “New Shop” for example, set it to No Sidebar. On the Advance Layout Editor > Plugin Additions, insert the Product Grid element.

    2.) Please add this on your custom.css or Quick CSS

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

    Regards,

    Ismael

    #131870

    Thanks, the issue is solved !

    #131871

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with Woocommerce pages’ is closed to new replies.