Hi,
Our video slider on our homepage (www.loyalloops.com) stopped working
also, the accordion menus on our features page (http://www.loyalloops.com/features/) stopped working properly
i have tried updating the theme but it wont allow me to
please help!
So did ours! http://underwoodpropertiesllc.com/
The images just disappeared.
here is a link to a screenshot of the error i get when i try to update your theme
http://postimg.org/image/k4vao8s8d/
Hey!
Please add the below code in functions.php
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');
Best regards,
Vinay