@playguitar
I guess your website is loading 2 different versions of jQuery script. One is from your theme and another is from the wordpress(loaded by CVG). May be this will help.
Find wp_enqueue_script('jquery'); in cool-video-gallery.php and comment it out.
Hi Praveen,
I commented that line out
wp_enqueue_script(‘jquery’);
And it caused an error and the site was a blank page with a wordpress error saying the cause was that line of the code in the cool-video-gallery.php page.
Any ideas?
@playguitar
Then may be you should remove the jquery script added by your theme and try.
Hi Prav – Great plugin.
Not meaning to hijack the thread, but I can attest to similar.
Just confirming file and what part edit… When I remove all “jquery” site dies.
/public_html/wp-content/plugins/cool-video-gallery
cool-video-gallery.php
Line 1051
echo “<!– Cool Video Gallery Script starts here –>”;
/*wp_enqueue_script(‘jquery’);*/
wp_enqueue_script(‘jquery.slideshow’, $this->plugin_url . ‘js/jquery.slideshow.js’, ‘jquery’);
wp_enqueue_script(‘jquery.stripslashes’, $this->plugin_url . ‘js/jquery.stripslashes.js’, ‘jquery’);
Thank you in advance
Tim