The Slider was working previously, but for almost a month now, its not showing any picture.
Hi cloudkaptan,
Please try adding the following to the bottom of your functions.php file:
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');
Thanks,
Rikard
Hi Rikard,
I tried putting the same at the extreme bottom of funtions.php
got the below error
PFB the SFTP details, let me know if you need admin details as well.
Hey!
I am getting “Connection timed out or server hung up. The server you are connecting to may be configured to limit the number of connections you are allowed to make.” error and i am not able to connect to your server :/
Got it. Working on it. Will update you on this thread
Edit:
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
Regards,
Yigit