Tagged: Images, updates, Wordpress 4.5
-
AuthorPosts
-
May 12, 2016 at 3:49 pm #631435
I have tried all the steps in the WP 4.5 post (https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/) with no luck. The snippet brought them all back, and I cleared cache, deactivated/activated plugins, and removed old plugins. Nothing worked. Can you assist? I have included site and login information.
- This topic was modified 8 years, 5 months ago by michaelmiddle. Reason: Used the wrong clipboard copy/paste for the password
May 12, 2016 at 5:38 pm #631482Hey michaelmiddle,
Thank you for getting in touch with us regarding this issue.
I have noticed the problem on your site and fixed it using the below script in Appearance > Functions.php
/* * jQuery Fix */ function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
You are currently using an old version of the theme 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 :/
Once the theme is updated you can remove the above code from the bottom of Appearance > Functions.php
Best regards,
VinayMay 12, 2016 at 6:04 pm #631497Thank you. I just updated the theme earlier this week. I was showing version 3.4.7. I have installed the plugin you suggested.
For the API key, I have one listed already, but when I went to Themeforest to verify, I only show an API key for another purchased theme. Shouldn’t I have an API key for Enfold listed since I purchased through Themeforest? I’m sure I used whatever was provided right after purchase.
May 13, 2016 at 6:05 am #631814Hi!
Themeforest updated a few things related to the API keys. Please generate a new API key and you should be good :)
Please see this link for more info http://themeforest.net/help/api
Best regards,
VinayMay 13, 2016 at 3:28 pm #632093Thanks so much for all of your help! You’re a lifesaver.
-
AuthorPosts
- The topic ‘Images not displaying after update to WP 4.5 (tried all steps in WP 4.5 post)’ is closed to new replies.