i had also the same issue when using the AVADA theme. It appends the title attribute on the image which is showing the text/caption when its being on hover.
<script type="text/javascript">
/* The first line waits until the page has finished to load and is ready to manipulate */
$(document).ready(function(){
/* remove the 'title' attribute of all <img /> tags */
$("img").removeAttr("title");
});
</script>
Related Posts:
- Can’t get text to wrap around image
- Text Wrapping in Editor not Matching Website View
- Image alt attribute
- Content around featured image
- Separate Media Library for each user
- Maintaining image color and quality when uploading using custom sizes
- Bulk edit wordpress images alt and title attributes
- Upload Image Not accessible
- Separate attachment images from post loop
- Caption in Page adding unwanted 10px to width
- Rename attachments during upload
- alt, title tags not showing
- Adjust image caption within visal editor
- Why can’t I edit certain images from the WordPress Media library?
- How to add a media with PHP
- Responsive Images – Add srcset attributes to custom Images Function
- How can I store an image in the database with Transients API?
- How to prevent resized featured images?
- Get original image from thumbnail URL
- WordPress url image redirect to the homepage
- Bulk image rotation
- Can I the caption shortcode to set caption to a data attribute, and with the image’s alignment intact?
- Is there a way to delete images from WordPress media library programmatically?
- get the image of the post
- Update image links in database
- Special purpose photos with each post
- ACF Image ID, echo the alt tag
- WordPress – different icon image depends of comment number
- Multiple images with Media Uploader on front-end
- Pull Random Attachments With Pagination
- Upload media files to Amazon S3
- Out of memory error reporting
- Turn off image captions in gallery view?
- How to get default image sizes attribute
- Remove the inline styling added in wp_get_attachment_image()
- Unyson Framework doesn’t show gallery images
- Image not shown in the theme as it’s showing in HTML template [closed]
- add_shortcode to capture URL screenshot not loading correctly
- Broken Images until Page Refresh
- Show image crop window on image upload
- Get image from parent category
- Images attached to posts from library link to 404 error page
- Images not displayed when moving site to local
- Uploaded images not displaying in network site
- fetch images and videos
- Specific image size is being generated without being registered
- Should I not compress my jpeg files before uploading to avoid double compression?
- Generating a certain sized thumbnail on the fly?
- How to display title of attached image in post?
- Getting thumbnail of uploaded image
- Only make custom image size if uploaded via Thickbox and attached to certain page
- Link listings with image
- Allow users to contribute images to a post
- Can’t add image to site via php
- After Migration, images show up on a preview of the page but not the actual page [closed]
- How to apply image alt descriptions from media library?
- Save Image in wp_options-Table
- Specify automatically the height and weight of the images
- Image upload error?
- Is it possible to get feature image url (full-size) from an image url of smaller size?
- How to crop images in a certain size only for a certain page?
- How to pass on a value as parameter via url to another page
- Image not showing using a custom function and get_post_meta
- Random home page background images with caption text
- How to add “alt” attribute for image during upload at WP front-end?
- Excluding post thumbnail from the attachment.php when using wordpress gallery
- Featured Image Thumbnail size on Twenty Ten Archive Page
- Using different size thumbnails on different parts of my site… with functions.php?
- Hover a css icon width other color inside wp_get_attachment_image
- Widget Style – Icon Type
- WordPress Problems
- Pictures randomly replaced by blue question mark
- WordPress PHP custom function is causing 500 Internal Server Error Connection Timeout
- Post-processing of the image failed
- Get post thumbnail in specific size
- How to skip the creation of landscape thumbnails for an original portrait image
- Why are my button images blurry on mobile screens?
- Text not wrapping properly around image in WordPress Visual Editor [closed]
- Broken images in media library
- Broken imges after moving wordpress website from localhost to server [closed]
- How to regularly backup and update WordPress website with lot of images?
- Resize images to match CSS
- Featured image appears in header
- Preventing the image-post problem from ahead (edit: without redirects)
- How to put images into theme from server folder (not from media library)
- How can I stop WP Image Editor upscaling from looking so pixellated?
- Declare global variable that can be used on other function
- Select image and display from textfield?
- How to show images uncropped after uploading?
- add_image_size() width not actually working
- Black and White Thumbnail in WordPress Gallery
- Saving a post, content filtering and user levels
- How to extract specific image meta for all images?
- *box for images displayed as a post’s [gallery] [duplicate]
- (Dynamically) Decrease the actual image size for downloads
- Are image addresses security relevant?
- wordpress images not display [closed]
- wp_handle_upload Image sizes
- How to show file type of featured image?
- Profile Image displaying on Wrong side of WordPress Navigation Menu