Envira Gallery: remove image file name info text from popping up upon image hover

Hello Team,

I am using Envira Gallery to create all of my image galleries and there is something that is happening with these images when they are hovered over. You have to hover over an image for a few seconds, and you’ll see it - the filename of the image file pops up in a little text box. I have checked and rechecked all of the settings for these Envira galleries and I cannot figure out how to make it stop happening.

You can see this in action on this page: http://dev.asv1.com/clients/

Here is a screenshot of the issue:

In the Envira gallery settings, in the “Enable Title/Caption?” section, neither Title nor Caption boxes are checked. I have searched the Envira Gallery website’s Documentation section and cannot find a solution. Please help!

Thanks!
Rayna

(site credentials to follow in a secure note)

Hello @blissville,

Thanks for asking. :slight_smile:

You can remove the title that showing up on hover in Envira Gallery by adding following JS code in X > Theme Options > CSS:

jQuery(".envira-gallery-image, .envira-gallery-link").attr("title", "");

Hope that helps.

Thanks.

Worked perfectly @Prasant. Thank you!!

You’re welcome!
We’re glad we were able to help you out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.