• 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

    https://www.ads-software.com/plugins/adrotate/

Viewing 1 replies (of 1 total)
  • Thread Starter Lammert12

    (@lammert12)

    I now enabled the Responsive mode and uploaded all the .full.jpg, .320.jpg, .480.jpg, .768.jpg, and .1024.jpg, but the images keep on bumping. The second image apears with the first, than the first disapears.

    I think that the right images are not loading?

    What am i doing wrong?

    Thanks in advance.

    Lammert

Viewing 1 replies (of 1 total)
  • The topic ‘Ads bump up and down on mobile device’ is closed to new replies.