Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #226867

    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

    #227449

    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

    #227455
    This reply has been marked as private.
    #227857

    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

    #227889
    This reply has been marked as private.
    #227891

    PS: I disable all plugin, except WooCommerce and even tested it with a clean and empty style.css… but no difference.

    Regards,
    Frans

    #228367
    This reply has been marked as private.
    #228380

    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

    #228391

    Hi!

    Glad I could help you :)

    Regards,
    Peter

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘After update the Sidebar on the Product and Category pages are gone.’ is closed to new replies.