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?
Hi,
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'}); }
That did fix the bouncing around, but now the slideshow won’t work….
It 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'}); }
I did a search, and a copy and paste over the existing line. I will try again
I 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!
Now 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/
Hi!
Fix can be found here: https://kriesi.at/support/topic/image-moves-from-right-to-left-firefox
Best regards,
Peter