Hi, I notice that the actual filename (imagename.jpg) will show on mouseover as an alt text. I find no solution on how to get rid of that. Any trick up your sleeve?
image filename showing on mouse over
5 posts from 3 voices-
Posted 1 year ago #
-
You can try to remove the alt attribute with jquery so that the browser won't show it if you hover over the image. In js/avia.js replace:
jQuery(document).ready(function(){with:
jQuery(document).ready(function(){ jQuery("img").attr({ title: "" });Posted 1 year ago # -
Hmm, it didn't work... You can have a look at the slider here:
http://handtohold.no/beta/Maybe because I use the aviacordion slider?
Posted 1 year ago # -
Maaan! This is soo simple to solve))
STEP ONE: Load your PICs via standart "Featured Images" button.
STEP TWO: Upload the actual iimage, then eddit ALT and NAME fields in it.
STEP THREE: _DONT_ press "Use as a Featured image now". Just click "Save" and close that window.
FINAL STEP: In your post menu, click "add featured image", go to the "Library" window, and from there, select you added image (which is now have you newly updated name\tad\ALT). And now press "USE IMAGE".
Bingo. You have an image with new ALT tag
=================Posted 1 year ago # -
Hey!
I noticed thart it's the title and not the alt description in your case. I adjusted the code above...
Regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














