TypeError: jQuery(…).ditty_news_ticker is not a function
-
My website is https://www.nr7indicator.com. When I try to enable this plugin i am facing the below issue. Is it because javascript minification ? if so, how to disable javascript minification ? Please help.
<script>
jQuery( window ).load( function() {
jQuery( ‘#mtphr-dnt-967’ ).ditty_news_ticker({
id : ‘967’,
type : ‘rotate’,
scroll_direction : ‘left’,
scroll_speed : 10,
scroll_pause : 1,
scroll_spacing : 40,
scroll_init : 0,
rotate_type : ‘fade’,
auto_rotate : 0,
rotate_delay : 7,
rotate_pause : 0,
rotate_speed : 3,
rotate_ease : ‘linear’,
nav_reverse : 0,
offset : 20,
after_load : function( $ticker ) {
},
before_change : function( $ticker ) {
},
after_change : function( $ticker ) {
}
});
});
</script>
<!–wp_footer–>
<script src=”https://code.jquery.com/jquery-1.9.1.js”></script>
<script src=”https://www.nr7indicator.com/wp-content/themes/elisium/js/foundation.min.js”></script>
- The topic ‘TypeError: jQuery(…).ditty_news_ticker is not a function’ is closed to new replies.