The JS is not working, what can i do to fix this?
Hi Bluemkt!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.2 – 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
I’ve updated but didnt work :(
Hi!
Have you made sure, u have cleared your cache?
Please provide us a link to our wbe site also
Cheers!
Basilis
LINK: http://www.bbmarketing.com.br
Hi,
Please try adding this to 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');
Regards,
Rikard