Viewing 1 replies (of 1 total)
  • Plugin Author Martin Tod

    (@mpntod)

    The other tweets are there but your JavaScript is breaking – which is stopping the rotation.

    There are a couple of reasons for this:

    1. You load jQuery twice – in line 56 and line 612. The second loading overwrites everything that comes before. It also appears to be hardcoded in rather than using the correct wp_enqueue_script() command.
    2. You have a problem in line 12 of script-shuffleLetters.js that userText is not defined.

    Have you used a shortcode or a widget to include the Rotating Tweets? For some reason, the JavaScript is not being loaded onto the page and that’s also something I need to understand.

Viewing 1 replies (of 1 total)
  • The topic ‘Not rotating !’ is closed to new replies.