Hello, I’m having an issue getting my install of Enfold to update. Most plugins are off. “Update Manually” not working. Currently running 3.2.3. Animations are not working (Sliders, etc.) Need to resolve this ASAP.
Hey dnweil,
If you do not find the update options in Enfold > Theme Updates Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
Vinay
Okay, thank you. I’m trying this now.
Clearing the transients resolved the theme update here.
Running the update, seems to have caused an issue on the server. The site is not available now. (GoDaddy)
Hi,
Are you noticing HTTP ERROR 500 ? Increasing the memory limit on wordpress and on the hosting server should resolve this issue.
To increase the wordpress memory limit please access wp-config.php file and add the below line right after @package wordpress
define('WP_MEMORY_LIMIT', '256M');
For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Or you can contact your service provider and they can do it for you.
Best regards,
Vinay