Ads bump up and down on mobile device
-
Hello,
I’m using AdRotate free version 3.13.1 and my ads are bumping up and down on mobile devices (website klazienaveen24.nl). In earlier versions i could do some settings and the bumping was over until i got an update of AdRotate. In the latest version this does not seem to work anymore. (I do not use responsive ads)
Can you please tell me what i can do?
The things i changed (and now do not work anymore) are:
Solution to Problem #1:
In “\adrotate\library\jquery.adrotate.dyngroup.js”
Original code:
Line 37: for(n = 1; n < length; n++)
Corrected code:
Line 37: for(n = 1; n <= length; n++)Temporary solution to Problem #2:
CSS:
Add .g > div{display:none;} To hide all of the banners on load. The JS will take over once it runs.
JS:
In “\adrotate\library\jquery.adrotate.dyngroup.js”
Original Code:
Line 54: $cont.find(“.c-” + index).fadeOut(300);
Adjusted Code:
Line 54: $cont.find(“.c-” + index).fadeOut(0);Thanks in advance
Lammert
- The topic ‘Ads bump up and down on mobile device’ is closed to new replies.