Slider got invisible after Updating wordpress , also i update Enfold version but nothing happen
i am going to place login details and domain name
Hey masoodali2014!
Can you please try re-updating the theme manually and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
It seems like theme was not updated correctly
Best regards,
Yigit
i have update correctly as you mention in your thread :(
look at this http://prntscr.com/arrr0w
i uploaded new version correctly via ftp
are you there?
Hey!
Yes, please stop self posting as it is not helping us at all.
Have you overwritten files once again via FTP? Seems like it is not overwriting all files as issue that we fixed in 3.5.2 is still there.
Cheers!
Yigit
Hello
as you said Overwritten files once again i have do this again here is screenshot http://prntscr.com/as6a4z but i am facing same problem no slider please let me know what to do now
hello sir
do you tell me who gonna fix this plz
Hey!
I added following code to 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
Best regards,
Yigit
Thank you sir bundle of thanks
