-
AuthorPosts
-
April 15, 2016 at 7:50 pm #615095
Hello,
We’ve recently updated to WordPress Version 4.5 and Enfold 3.5.2. I made sure the avia,js file was updated as well. I’m using an Enfold child theme and I’m still getting problems with a slider working and images being shown. Removed browsing cache/refreshed many times. Any advice/help would be greatly appreciated!Thanks,
Mike
- This topic was modified 8 years, 7 months ago by Vibedration.
April 15, 2016 at 7:53 pm #615097Hi Vibedration!
if you switch to the main enfold theme, will that work?
Regards,
BasilisApril 15, 2016 at 7:56 pm #615099@Basilis I tried doing a live-preview of the main enfold theme and I got more errors than before. I didn’t try activating it because of that.
- This reply was modified 8 years, 7 months ago by Vibedration.
April 15, 2016 at 8:06 pm #615107@Basilis I tried actually activating the main theme and it didn’t help unfortunately
April 15, 2016 at 8:22 pm #615121Hi!
Is the site live, can we switch theme?
Can u maybe create a stagin site?Regards,
BasilisApril 15, 2016 at 8:38 pm #615126The site is currently live. The child theme doesn’t replace too much and when the main theme is activated we get too many issues at this point. I can’t make a staging site right now, could you investigate and see if you could find any issues with the child theme being activated?
April 15, 2016 at 8:41 pm #615128Following… same problems here on several client sites.
April 15, 2016 at 9:22 pm #615157Hey!
@jdrijver Update your themes to the latest version and if you still have any issue please try the below steps.
@Vibedration We have added the below code in functions.phpfunction 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');
Your theme is not correctly updated to enfold version 3.5.2 make sure you have the latest copy downloaded from themeforest.
If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Once you have updated to the latest version you can remove the above code from functions.php
Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
April 15, 2016 at 9:58 pm #615176Awesome thanks, looks like your change did the trick. Thanks for the quick help/responses!
April 17, 2016 at 6:59 am #615711 -
AuthorPosts
- You must be logged in to reply to this topic.