slideshowgallery1925.touch is not a function

I recently upgraded to slideshow gallery 1.6.7.1. It looks like I am seeing an error now when the page loads: TypeError: slideshowgallery1925.touch is not a function.

Please help as this prevents the rest of the page's javascript from running, of course.

See https://steeplechasers.org/ for example.

Is this related to the new responsive feature?

Comments

  • 2 Comments sorted by
  • Vote Up0Vote Down
    Can I get some help with this, please?

    I'm also using all-in-one-migration, and seeing the following error in their error log.

    Undefined index: slideshow_method","file":"\/var\/www\/www.steeplechasers.org\/wordpress\/wp-content\/plugins\/slideshow-gallery\/slideshow-gallery.php","line":1066
  • Vote Up0Vote Down
    edited October 2017
    Regarding the first problem, after some debugging, I was getting the exception because the browserwas using a cached version of gallery.js. I made the following update to slideshow-gallery-plugin.php as follows to fix the problem.

    664c664
    < wp_enqueue_script($this -> plugin_name, $this -> render_url('js/gallery.js', "default"), null, '1.0');
    ---
    > wp_enqueue_script($this -> plugin_name, $this -> render_url('js/gallery.js', "default"), null, '1.6.3');
  • Vote Up0Vote Down
    @Lou King

    Thank you for your responses and feedback.
    I'm glad to hear that you found the problem here.
Sign In or Register to comment.