Viewing 2 replies - 1 through 2 (of 2 total)
  • I still have the problem to. There is a manual fix for it, but after each update the same problem occurs and i have to fix it manually.

    In the file adrotate-output.php i change the “overflow:visable” to “overflow:hidden” and that works for me. It causes a small problem with other plugins with the visabilty, but i prefer that above the jumping text on portables.

    Jarrett – I’m up the M1 in Nottingham with westbridgfordwire.com

    I always use this change I found on a forum – works for me – fadeOut is 300 I think – I edit to 0 – There’s also a fadeIn which I also change to 0

    Thanks

    Pat

    JS:
    In “XadrotateNibraryXjquery.adrotate.dyngroup.js”
    Original Code:
    Line 54: $cont.find(“.c-” + index).fadeOut(300);
    Adjusted Code:
    Line 54: $cont.find(“.c-” + index).fadeOut(O);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rotate causes text to jump’ is closed to new replies.