Title: [Plugin: Rotating Posts] Not rotating
Last modified: August 20, 2016

---

# [Plugin: Rotating Posts] Not rotating

 *  [ssalenger](https://wordpress.org/support/users/ssalenger/)
 * (@ssalenger)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/)
 * I think I set up Rotating Posts correctly. I haven’t updated any of the plugin
   code, just overwrote the CSS. It looks exactly the way I’d like it to.
 * For some reason though, the posts aren’t rotating. I’ve tried in several browsers
   on several computers. You can see it in use on this site, in the white strip 
   that has arrows and starts with Case Study 3:
 * [http://ec2-50-18-7-202.us-west-1.compute.amazonaws.com/](http://ec2-50-18-7-202.us-west-1.compute.amazonaws.com/)
 * Unfortunately none of the posts about this issue seem to describe the solution.
   I’d appreciate any help. Thank you!
 * [http://wordpress.org/extend/plugins/rotating-posts/](http://wordpress.org/extend/plugins/rotating-posts/)

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

 *  Thread Starter [ssalenger](https://wordpress.org/support/users/ssalenger/)
 * (@ssalenger)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/#post-2296407)
 * If anyone can help point me in the direction of what I can do to fix this, I 
   would greatly appreciate it. I’m not really sure where to begin. The theme I’m
   using does use some javascript, so there could be a conflict, but I’m not sure
   how to check.
 * Any help would be greatly appreciated!
 *  Thread Starter [ssalenger](https://wordpress.org/support/users/ssalenger/)
 * (@ssalenger)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/#post-2296447)
 * More information – If I run Firefox’s Error Console, I get a message that says
   rp_start_timer is undefined and it references like 220. I have no idea what file
   it is referring to, or how to get it to realize that rp_start_timer IS defined.
 * Can anyone help? This issue makes no sense to me.
 *  Plugin Author [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * (@yukataninja)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/#post-2296450)
 * rp_start_timer is defined in rotating-posts.js. If you look in the source of 
   your website main page, there should be link to this script that looks like:
 * `<script type='text/javascript' src='http://****/wp-content/plugins/rotating-
   posts/rotating-posts.js?ver=1.0'></script>`
 * This is automatically added when the plugin is enabled. Maybe there something
   wrong with the URL that is automatically added? If you try and navigate directly
   to the js file from the URL above, does it work?
 *  Thread Starter [ssalenger](https://wordpress.org/support/users/ssalenger/)
 * (@ssalenger)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/#post-2296453)
 * Thanks for responding YukataNinja! The link does work, and it seems that it installed
   correctly. That’s what is so odd.
 * [http://clearwavesoftware.com/wp-content/plugins/rotating-posts/rotating-posts.js?ver=1.0](http://clearwavesoftware.com/wp-content/plugins/rotating-posts/rotating-posts.js?ver=1.0)
 * Do you know of any reason that it would just ignore the function like it seems
   to be doing?
 *  Plugin Author [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * (@yukataninja)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/#post-2296472)
 * Looks like the php is getting added before the link to the js, so it cannot find
   the js function.
 * How are you adding rotating posts to the page? Are you using the shortcode `[
   rotating-posts]` in a post or are you editing a theme using `<?php rotating_posts();?
   >`. If you are editing a theme, then the code needs to go inside of <body>. If
   you are using the shortcode you might have found a bug.

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

The topic ‘[Plugin: Rotating Posts] Not rotating’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-not-rotating-3/#post-2296472)
 * Status: not resolved