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

    Hi,

    After upgrading to ENFOLD 2.1 and then to WooCommerce 2.0.14, the WooCommerce shop base page is using WooCommerce’s style now and it messes up with that of ENFOLD.

    I tested with the previous version of ENFOLD and WooCommerce and didn’t find this issue.

    What I need help with is, how can I restore ENFOLD’s styling? or How can I make sure that any of the plugins installed don’t mess up with ENFOLD’s style settings?

    Thank you,

    #139795

    Hi yukanl

    You shouldn’t need to do anything to get the theme styling to override the woo commerce styling. As long as the config-woocommerce folder is present in the theme files and is getting called in then it should take priority.

    What is the URL for your shop page, maybe we can see a failure in one of the scripts loading in or something like that.

    Regards,

    Devin

    #139796

    Devin,

    Please take a look at http://acutta.com/z/?post_type=product. The page has different hover effect for links in the footer area and column 4 of the footer has white on black color settings which is different other other pages. Also, as you can see, there is a space right above the social login bar and main menu that just came out from nowhere. Could you please help take a look at that as well and see what may have caused the display of that space?

    Thank you,

    #139797

    Something is causing a conflict with the woocommerce javascript. Not sure if that is the issue or cause but there is an error with it. So you can try deactivating other plugins and see if that helps first.

    Next, delete and re-install WooCommerce in case the update caused a corrupted file or something like that. I did a clean install of the last theme update and WooCommerce 2.0.14 and am not getting any issues.

    #139798

    Hi Devin,

    I used ftp when updating ENFOLD to the latest version. Would that be the reason for this css conflict? If I re-install the theme via web, would that cause any problem to the current configuration and customization? I think I will have to re-do the customization part manually, right?

    thanks,

    #139799

    Hi,

    Please download the latest version of Enfold, 2.1. Override the theme files via FTP. I think the process of updating the theme has nothing to do with the css issue. Don’t forget to create a backup of the modified files.

    Regards,

    Ismael

    #139800

    Hi Ismael,

    When I did the upgrade, I used FTP to upgrade. I noticed that only the WooCommerce shop pages have the woocommerce style. Rest of the sites are okay. If that’s the case, do you still think overriding the theme files via FTP would correct the woocommerce style issue?

    Thanks,

    #139801

    Can you try disabling all active plugins? There is a difference in the entire html structure for your woocommerce pages and I’m just not sure where the unclosed or extra div is coming from.

    #139802

    Hi Devin,

    I will do it during the day and let you know once I deactivated all the plugins.

    Thanks,

    #139803

    Hi Devin,

    Now all deactivated.

    Thanks,

    #139804

    Hi Devin,

    I need to re-activate these plugins. Not sure if you had a chance to take a look at the site. If not, please let me know when you have time andI will de-activate them again.

    Thank again,

    #139805

    Hey!

    Try following fix – open up enfold/config-woocommerce/config.php and replace

    echo "</div>"; // end tempate-shop content

    with

    echo "</div>"; // end tempate-shop content
    echo "</div>"; // close default .container_wrap element

    Regards,

    Peter

    #139806

    wow, it worked!

    Thank you for fixing this for me. Really appreciate it!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to restore ENFOLD's styling and css files?’ is closed to new replies.