-
Monetization Bar Speed
I'd love a way to control the speed at which the 728x90 monetization bar rotates.
I've place 3 amazon ads in them, but they really change too quickly for this particular display . . . not giving folks enough time to actually take in what they see.
That's it.
Last edited by GDufresne; 08-10-2010 at 10:54 AM.
Garry Dufresne
-
Garry,
Until that is available, it is possible to manually change this by editing topAd.php
Look for:
function automate(change){
if (stopAnimation == "false"){
animationTimer = window.setTimeout(function() { setBox(); }, 7000); // set time
and change the 7000 to a larger number (7000 is 7 seconds)
-
Thanks. . .
You guys are going to make me learn this PHP code yet.
Garry Dufresne
-
Lynn, I changed the code as above. Here's what's in my topad.php file now:
function automate(change){
if (stopAnimation == "false"){
animationTimer = window.setTimeout(function() { setBox(); }, 15000); // set time
But I'm not seeing any change in the speed of rotation. Is there something here I've missed. The page is http://www.stagesofdementiadata.com.
-
Looking at your page source I'm seeing another spot further down which still had a timer value of 7000. I'm not sure why it is in multiple places, but you'll probably need to change that one to 15000 as well.
-
Thanks, Lynn. I'll give that a try. 'Precciate the swift response.
Bill
-
Blessings Upon Your Head!
Thanks, Lynn, for always having the right answer.
Bill
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|