Help!! My sliders and photos on all my pages are gone. I am not a super tech and don’t understand what I need to do when reading other threads with this issue. Can anyone help fix it? I have no idea how to get it back to how it was. I didn’t make any changes recently, and suddenly it was gone.
Hey!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
Yigit
I tried what you said. Is there anyway you can update it?
Hi!
Sure, we can if you post FTP logins here privately and upload the latest version of Enfold.zip file on your server (and tell us where you have uploaded it).
Cheers!
Yigit
I think I got it updated to the updated version of Enfold, but my photos and sliders are still not working. I’m just not sure what I am doing wrong.
Beth
Hey!
I added following code to the bottom of functions.php file in Appearance > Editor
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');
Please review your website now
Cheers!
Yigit