-
AuthorPosts
-
May 17, 2013 at 12:29 am #23399
When I insert an image to a page, all works fine, until you mouse over the image, then it bounces all over, almost like it is a joke and I set it up for the images to move away from the mouse. How do I fix this?
May 17, 2013 at 5:25 am #119689Hi,
Try following – open up enfold/js/avia.js and replace:
if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }with
if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline'}); }May 17, 2013 at 6:37 am #119690That did fix the bouncing around, but now the slideshow won’t work….
May 17, 2013 at 7:30 am #119691It seems like you insert the code at the very top of avia.js. http://www.wafbmuseum.org/wpdocs/wp-content/themes/enfold/js/avia.js
Please revert the change and don’t insert the code at the very top but replace the (already existing) line
if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }with
if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline'}); }May 17, 2013 at 7:40 am #119692I did a search, and a copy and paste over the existing line. I will try again
May 17, 2013 at 7:42 am #119693I thought it worked, then it didn’t. Then I cleared the cache and it appears to be working now. The line you had me change was line 261 Thanks!
May 17, 2013 at 8:03 am #119694Now the images don’t jump, but the white box with the arrows (when you mouse over an image) are below the image, not on top of the image. Look at http://www.wafbmuseum.org/alumni-stories/last-flight-the-missing-airmen-march-1951/
May 17, 2013 at 2:32 pm #119695Hi!
Fix can be found here: https://kriesi.at/support/topic/image-moves-from-right-to-left-firefox
Best regards,
Peter
-
AuthorPosts
- The topic ‘Images bouncind everywhere’ is closed to new replies.
