Rapid scrolling
-
Twitter feed on my website http://www.mcteaparty.org/ is scrolling so fast they can’t be read.
-
Two possibilities:
- Your site is using a very old version of jQuery – 1.4.2 – when WordPress is now using 1.11.1. I don’t know if it’s a plug-in doing this or some hardcoding, but, for long-term sustainability, it probably makes sense to find what’s doing this and make sure you are running with the most recent version of jQuery supported by WordPress
- Separate from finding the jQuery problem, it’s probably worth trying version 2 of the Rotating Tweets JavaScript via the Rotating Tweets options page.
- I’ve also put some experimental code in the development version to see if this can be prevented by default with version 1 of the Rotating Tweets JavaScript.
Hope one of these helps.
Martin
Hi,
I can see that Version 2 of the script is not working with your version of jQuery.
I’ve done a new version of the development version which should mean that version 1 of the Rotating Tweets JavaScript works for you again.
Best wishes,
Martin
Martin,
I apologize for not getting back with you sooner but I added the new version of Rotating Tweets. I tried both ver. 1 and ver. 2. Where before they scrolled do fast that only superman could read them, now the tweets don’t rotate at all.
PS: It’s still worth finding which plug-in or piece of code is writing:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>I tried the newer version and the tweets still are not rotating.
How do I use the script that you posted?
I’ve changed the script since the one you downloaded so you would need to download and install it again to solve the problem.
But I’ve found how you can fix this problem permanently.
Unfortunately, version of 1.6 of the Travel Blogger theme has some extremely poor coding in it – on lines 13 and 14 of
/wp-content/themes/travel-blogger/lib/functions/layout.phpwhere you need to comment out:wp_deregister_script('jquery'); wp_register_script('jquery', ('http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'), false, '1.4.2');changing them to:
// wp_deregister_script('jquery'); // wp_register_script('jquery', ('http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'), false, '1.4.2');Alternatively, upgrade to the latest version 1.7.1 and it doesn’t have these lines in it.
Martin
I commented out the 2 lines and it’s working perfect once again. Thanks for all your help.
The topic ‘Rapid scrolling’ is closed to new replies.