-
AuthorPosts
-
August 12, 2013 at 1:11 pm #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
August 12, 2013 at 10:03 pm #134697Hi,
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
August 13, 2013 at 8:03 am #134698HHhhhhh nice!
Very much thank you sir
August 13, 2013 at 10:14 am #134699MMMMM it doesnt work.CHECK http://bevlogenverf.nl/shop/
August 13, 2013 at 5:54 pm #134700August 13, 2013 at 5:55 pm #134701hmm, 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?
August 13, 2013 at 7:43 pm #134702Hi,
@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
August 13, 2013 at 8:28 pm #134703@Ismael, Peter should have the login details
August 14, 2013 at 2:21 am #134704Hey,
Unfortunately, Peter is on vacation right now. Did the code work?
Regards,
Ismael
August 14, 2013 at 5:15 am #134705yes disabling the side bar in the backend in the pages didnt work for me either
your code worked
thank you!
August 14, 2013 at 5:45 pm #134706Hi,
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
August 14, 2013 at 7:50 pm #134707Thank you very much!
August 15, 2013 at 3:53 am #134708 -
AuthorPosts
- The topic ‘remove the sidebar in the webshop’ is closed to new replies.