What’s the easiest way to remove the second one? I see that I have two versions of jquery but it appears that jquery-1.11.1.min.js seems to be running on that page.
I’m wondering if the functions.php of the custom theme we have running is causing issues. I see it displays:
add_action( ‘wp_enqueue_scripts’, ‘storcoor_load_scripts’ );
function storcoor_load_scripts()
{
wp_enqueue_script( ‘jquery’ );
I tried to deregister the WordPress version of jquery (since I have the jquery updater plugin) but that caused problems with the script on the homepage using the following:
add_action(‘wp_enqueue_scripts’, ‘no_more_jquery’);
function no_more_jquery(){
wp_deregister_script(‘jquery’);
}
Any help would be appreciated,the slider looks great in the preview, it just doesn’t want to advance on the site. Thanks Matcha Labs – great slider I’ll be using Meta Slider on my other WP sites.
Best,
LG
Note: The plugin I am currently using is Meta Slider version 3.3.5