Display image title on hover
Hello,
i want to enable/display an image title on mouse-hover.
Can anyone help me out with a little CSS snipped, or setting? When the mouse focus is currently on a image, nothing happens, in that case i want the image title to be display, when hovering the image.
Cheers, Thanks
PR
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
7Hi PR
Thanks for reaching out.
It might be possible to put together a CSS only solution for this but it wouldn’t be easy. A plugin would be the best route.
Haven’t tired it before but this one might do the job:
https://wordpress.org/plugins/image-caption-hover/
Hi there,
the plugin does not work for me… :-(
Can someone put me together a CSS solution?
Hi Pr
Unfortunately, this isn’t possible without a fair amount of custom coding. This is beyond the scope of what we can help you with on the forums, but you could hire a developer to implement this for you.
We highly recommend using https://codeable.io/.
what would that amount be like?
Hi :) You’d need to get a quote to check that option out.
Otherwise, hunting around for a plugin on the directory is the best option:
https://wordpress.org/plugins/
addthis to footer.php (above ), it will remove the popup
<script> jQuery('document').ready(function($){ $('[title]').removeAttr('title'); }); </script>Thanks Mail Box! Another note, if you want to add this script without modifying theme files, then you can use a plugin like https://wordpress.org/plugins/header-and-footer-scripts/. It’s a real time saver.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.