My testimonial section just stopped working. There have been upgrades to Enfold and WordPress very recently. Any idea what is going on?
Websites as ronmann.com and ronmanngolf.com
Thanks,
Ron
Here is an example of one page that is not working: https://ronmanngolf.com/certification-training/
Hi,
Could you try adding the following to your functions.php file to see it that helps please?
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
I added that code and it broke my website so it would not load at all.
The testimonial slider functions works on my site at ronmann.com but not at ronmanngolf.com
The pdf plugin now does not work on either site.
Any ideas?