Hi,
After the upgrade of Enfold to 2.5.2 and WooCommerce to 2.1.2, the sidebar on the Shop Overview Page and on the Single Product pages are gone (on normal Pages and Posts there’s no problem). Instead of showing a page with a sidebar is loads the fullsize template.
When I temporarily activate a other theme, for instance Replete, there’s no problem at all.
What might have happened?
Regards,
Frans
Hi ifranl!
I’m not sure – please create us an admin account and post the login credentials as private reply. We’ll look into it.
Cheers!
Peter
Hey!
It seems like a plugin (or some custom code) adds an “hidden” class to the sidebar which breaks the widgets. I added this css code to the child theme style.css to fix it:
.sidebar.hidden{
position: relative;
top: auto;
visibility: visible;
}
Regards,
Peter
PS: I disable all plugin, except WooCommerce and even tested it with a clean and empty style.css… but no difference.
Regards,
Frans
Hi Peter,
Thanks for your support Peter!
I have not thought of that solution because at theme settings (sidebar), by default, all pages have a sidebar. And before the update everything was OK and no settings have been changed.
Anyway, everything is working now. Thanks again!
Regards,
Frans
Hi!
Glad I could help you :)
Regards,
Peter