how to get my metaslide slide
-
Hello everyone,
i have some trouble with my metaslider.
it runs on my localhost but this is the failing code:
$('#metaslider_156').flexslider({
slideshowSpeed:3000,
animation:”slide”,
controlNav:false,
directionNav:false,
pauseOnHover:true,
direction:”vertical”,
reverse:false,
animationSpeed:300,
prevText:”<“,
nextText:”>”,
easing:”linear”,
slideshow:true
});AND
var slider = !window.jQuery ? window.setTimeout(timer_metaslider_156, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_156, 1) : metaslider_156(window.jQuery);
the backticks centences are wrong
this is the notification with google chrome:Uncaught TypeError: $(...).flexslider is not a function
I hope someone know the answer!greets, Rik
- The topic ‘how to get my metaslide slide’ is closed to new replies.