Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #27622

    Hi guys

    two things

    1-how can i remove the sidebar in all my webshop pages from woocommerce? They are very distracting…..

    2-my menu in the shop menu -> my account displayes only 2 submenus while in reality it has about 5. howcome it doesnt display them?

    THX

    #134697

    Hi,

    Please use this to remove the sidebar

    #top.woocommerce .sidebar .inner_sidebar {
    display: none;
    }


    You need to be logged in to display the other menu items. Since if the visitor is not logged in there is nothing more that can be shown but a login page and a lost password page.

    Thanks,

    Nick

    #134698

    HHhhhhh nice!

    Very much thank you sir

    #134699

    MMMMM it doesnt work.CHECK http://bevlogenverf.nl/shop/

    #134700

    Hi,

    Edit the Shop page, look for “Layout” then select “No Sidebar”.

    Regards,

    Ismael

    #134701

    hmm, only doesn’t show the content of the sidebar, but the sidebar itself is still there. Since the latest update of Enfold I can’t disable the sidebars, even if I say in pages, don’t show sidebar in page attributes. Any idea why?

    #134702

    Hi,

    @Hanniball: Please give us a link to your shop page. You can add this on your custom.css or Quick CSS

    .woocommerce .sidebar {
    display: none !important;
    }

    .woocommerce .template-shop.content.nine.units {
    width: 1030px;
    border: none;
    }

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .woocommerce .template-shop.content.nine.units {
    width: 760px;
    }
    }

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .woocommerce .template-shop.content.nine.units {
    width: 100%;
    }
    }

    Regards,

    Ismael

    #134703

    @Ismael, Peter should have the login details

    #134704

    Hey,

    Unfortunately, Peter is on vacation right now. Did the code work?

    Regards,

    Ismael

    #134705

    yes disabling the side bar in the backend in the pages didnt work for me either

    your code worked

    thank you!

    http://www.bevlogenverf.nl/shop

    #134706

    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

    #134707

    Thank you very much!

    #134708

    Hey,

    Glad we could help. ;)

    Cheers,

    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘remove the sidebar in the webshop’ is closed to new replies.