Tagged: x
-
AuthorPosts
-
August 12, 2016 at 4:08 pm #1129209
Hi
I’m using the code from Envira Gallery itself, but it doesn’t remove the caption or title (text) that one sees when hovering over an image. I’d like to remove that hover text.These css styles found at this link do not work for me: http://enviragallery.com/docs/style-image-title-caption-hover-effects/
Thanks
BrianAugust 13, 2016 at 12:10 am #1129616Hello Brian,
Thanks for writing in! To assist you better with this issue, would you mind providing us the url of the page in question with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
β Link to your siteβ¨
β WordPress Admin username / password (only if necessary)Donβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
August 13, 2016 at 7:34 am #1129862Oh I’m sorry. Here’s the link to my site: http://brianhshumway.com
Don’t think you’d need admin access to see/fix the problem. It’s a front end issue that can be fixed with css, I’m pretty sure.
August 13, 2016 at 7:34 am #1129863Sorry for the typo. http://brianshumway.com
Thanks again!
August 13, 2016 at 7:59 am #1129871Hi Brian,
The add the following code under Customizer > Custom > Global Javascript:
jQuery(".envira-gallery-image, .envira-gallery-link").attr("title", "");
Hope it helps π
August 13, 2016 at 9:54 am #1129942Thank you kindly! It was jquery so i would have never figured it out!
August 13, 2016 at 10:22 am #1129963You’re most welcome π
If you need anything else please let us know.
November 1, 2016 at 4:47 am #1238936Brilliant work, thanks X theme dudes, this worked for me too after much searching and failure!
November 1, 2016 at 5:21 am #1238953You’re welcome π
-
AuthorPosts