Tagged: Fullwidth Easy Slider, image title
-
AuthorPosts
-
June 29, 2016 at 5:36 pm #654933
When I place my cursor over an image that is being displayed by the Fullwidth Easy Slider, the image title displays. Is there a way to turn this off or make it so the title does not display?
June 29, 2016 at 5:37 pm #654934Note, I still want a title associated with the image for SEO purposes, I just don’t want it to display on image hover.
June 29, 2016 at 5:57 pm #654942but titles on fullwidth slider do allway move in – not a matter on hovering it.
By the way – the text moves in the image is not a “title-tag” but a caption and is placed as a h2-tagif you want to set it up but not to display you can not choose display: none for it because you want it readable for bots.
i’m not shure if bots do read content which is set to visibility: hidden.avia-caption-title { visibility: hidden !important; }
the text-indent option often is a nice but i think from googles point of view “spam-like” behaviour:
.avia-caption-title { text-indent: -5000px; animation: none !important; }
June 29, 2016 at 6:01 pm #654948if you like to have a title tag on each image and the title tag of that specific image does not change. you can give it on dashboard/media/
a title-attribut and an alt-attributJuly 1, 2016 at 6:20 am #655518Hi,
Thanks for helping out @Guenni007, did you try the suggestions @1039 Online ?
Best regards,
RikardJuly 6, 2016 at 10:59 pm #657760Thanks, Guenni007 for the tips.
When I mentioned that the titles were appearing, I was referring to the title tag set in the media library, not the caption set from within the easy slider element. What is interesting, is that on a Fullwidth Easy Slider where I am not using any captions, the title tag appears when the cursor goes over the image, but on another Fullwidth Easy Slider where captions are used, the title tag does not appear.
Similarly, I have a masonry gallery set to display neither captions nor titles. However, when I click one of the images in the gallery, the title displays in the lightbox. I don’t want the titles to display in the lightbox.
July 8, 2016 at 10:52 am #658321can you give me a link where this happens – maybe on demo of enfold.
i think on enfold this is called mfp
.mfp-title { display: none; }
if you want it more specific than you have to set up a custom class for that masonry / gallery etc.
and if you want to get rid of the whole bar :
.mfp-bottom-bar { display: none; }
to get rid of the tooltip when hovering the image is not an enfold matter – and i think even not a matter of wordpress.
It is one of the basic functions of browsers to show a tooltip if a title-tag is set.- This reply was modified 8 years, 5 months ago by Guenni007.
July 9, 2016 at 3:23 am #658677Hi,
o get rid of the tooltip when hovering the image is not an enfold matter – and i think even not a matter of wordpress.
It is one of the basic functions of browsers to show a tooltip if a title-tag is set.Yes, @guenni007 is correct. The tooltip is not something the theme can control. It is a default browser feature which can only be prevented by removing the title attribute of the elements which is bad for SEO.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.