• HI,

    I’ve installed Parallax slider (static slider) with a few CSS changes and it’s working great : http://www.etao.fr/

    I try now to install it on another website for my compagny and I have a Jquery Error : “Uncaught TypeError: Object [object object] has no method ‘On’ (jquery.cslider.js?ver=3.5.1, Line 187)

    this.$pages.on( 'click.cslider', function( event ) {
    
    				if( _self.options.autoplay ) {
    
    					clearTimeout( _self.slideshow );
    					_self.options.autoplay	= false;
    
    				}
    
    				_self._navigate( $(this).index() );
    				return false;
    
    			});

    I’ve disabled all the other plugins and some theme’s scripts. (the theme : http://www.enthalpie.fr/, but I’m workin on my localhost)

    Any ideas that could help me ?

    Thanks

    http://wordpress.org/extend/plugins/wp-parallax-content-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author wp-maverick

    (@wp-maverick)

    Hi Ramj,
    unfortunately, I don’t see exactly why this problem happens on this specific installation. I think there must be some kind of conflict between scripts.
    I think the parallax plugin tries to use the wrong cslider script (the theme’s one instead of the script’s one). Maybe your theme declares another version of the cslider script which is not compatible with the parallax slider :S

Viewing 1 replies (of 1 total)
  • The topic ‘Slider not working – error jQuery’ is closed to new replies.