Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    @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.

    Thread Starter PlayGuitar

    (@playguitar)

    Thanks Praveen,

    Will try that fix.

    Best Regards
    David

    Thread Starter PlayGuitar

    (@playguitar)

    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?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CVG and Image Slider’ is closed to new replies.