Title: Plugin does not scroll
Last modified: August 21, 2016

---

# Plugin does not scroll

 *  Resolved [Patrick](https://wordpress.org/support/users/zaanmedia/)
 * (@zaanmedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/)
 * Uncaught TypeError: Object [object Object] has no method ‘cycle2’
 * Thanks,
    Patrick
 * [https://wordpress.org/plugins/rotatingtweets/](https://wordpress.org/plugins/rotatingtweets/)

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

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708274)
 * That normally means that a non-standard template or plug-in has installed its
   own copy of jQuery in addition to the ‘official’ one.
 * Do you have two lines in your HTML installing jQuery?
 * Which plug-in or template is installing the second one? Can you disable it?
 * Alternatively, please send me a link.
 * Martin
 *  Thread Starter [Patrick](https://wordpress.org/support/users/zaanmedia/)
 * (@zaanmedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708275)
 * It’s on my localhost. I use this template:
 * [https://github.com/natejones/DigitalSignageWordpress](https://github.com/natejones/DigitalSignageWordpress)
 * This line if jquery for theme: `<script src='//cdnjs.cloudflare.com/ajax/libs/
   jquery/2.0.3/jquery.min.js' type='text/javascript' charset='utf-8'></script>`
 * I see if i remove the jquery loaded from the theme it’s working but than the 
   theme does not work?
 * I’m totally noob with js or jquery.
 * Thanks
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708279)
 * The core issue is that ‘DigitalSignageWordpress’ is (to put it mildly) not WordPress
   standards compliant.
 * In `footer.php` try replacing:
 *     ```
       <?php wp_footer(); ?>
       	<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js' type='text/javascript' charset='utf-8'></script>
       ```
   
 * with
 *     ```
       <?php wp_enqueue_script('jquery'); wp_footer(); ?>
       ```
   
 * Martin
 *  Thread Starter [Patrick](https://wordpress.org/support/users/zaanmedia/)
 * (@zaanmedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708296)
 * Hallo martin,
 * Thanks for the reply but not working.
 * Thanks for the help so far.
 * Patrick
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708303)
 * I may need to see the page directly.
 * But what happens if you replace:
 *     ```
       $(function() {
           $(document).foundation();
       });
       ```
   
 * with:
 *     ```
       jQuery(function() {
           jQuery(document).foundation();
       });
       ```
   
 * in `footer.php`
 *  Thread Starter [Patrick](https://wordpress.org/support/users/zaanmedia/)
 * (@zaanmedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708304)
 * Thank Martin,
 * Everything is working again.
 * Patrick

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

The topic ‘Plugin does not scroll’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rotatingtweets.svg)
 * [Rotating Tweets (Twitter widget and shortcode)](https://wordpress.org/plugins/rotatingtweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rotatingtweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rotatingtweets/)
 * [Active Topics](https://wordpress.org/support/plugin/rotatingtweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rotatingtweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rotatingtweets/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Patrick](https://wordpress.org/support/users/zaanmedia/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-not-scroll-1/#post-4708304)
 * Status: resolved