Hi,
I need a fast and simple response please: How ist it possible to have a sidebar in posts but not in the single product page?
a) Enfold preference: Sidebar on Single Post Entries: no sidebar = shop page (single product) perfect / blog page (single post) ugly – everything is centered and smaller?!!
b) Enfold preference: Sidebar on Single Post Entries: sidebar = shop page (single product) to small / blog page (single post) perfect
Thanks!
Hey AWZ,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-product .sidebar {
display: none!important;
}
Alternatively, you can try using this plugin – https://wordpress.org/plugins/widget-logic/
Best regards,
Yigit
Thanks Yigit,
thanks. The solution doesn´t work, because the sidebar is displayed with no content.
But I found the solution now:
Enfold prefs: Sidebar on Single Post Entries = no sidebar
Single post: sidebar
= sidebar in posts, no sidebar in products
SOLVED