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
- How do I add text or a message below the featured image in wordpress?
- get attachment title based on attachment id
- Get Image Description
- Automatically replace original uploaded image with large image size
- How to scale up featured post thumbnail?
- Custom image size / thumbnail – Crop to aspect ratio even when source image is smaller than set dimensions
- wp_get_attachment_image_src and server path
- get_post_gallery_images returns thumbs . I want full size
- Media Upload Folder – how to manage
- Wrong image dimensions in Insert Media after add_image_size()
- PHP Fatal error: Call to undefined function download_url()
- Change WordPress image URLs via filter
- How to resize images in wordpress without adding any compression or changing the color profile of the images, possible?
- Remove P tags from images
- Any easy way to automatically set the first inline image in a post as the thumbnail?
- Upload multiple images in a custom metabox
- hook into completed image upload filter
- How can I hide media library images from general users?
- Strange img srcset behaviour
- Images uploading to wrong folder
- Why is wp_get_attachment_image not including “full” size in srcset?
- set_post_thumbnail_size not cropping featured images, but reducing proportionally
- Get img alt tag from a Image that has been uploaded through the Customizer
- Get Attachment ID from URL [duplicate]
- How to set twenty fourteen header image at 100% width?
- WordPress speed slow after .5 million single image post via wp-cli
- How to add php to theme to show alt attributes
- Can’t Display Featured Image in RSS Feed
- Why won’t these imported images show up?
- Remove rel=”attachment wp-att-XX”
- Using Taxonomy Image code with my get_categories code
- Filter to modify post_title after image upload?
- Generate image size, based on the image-orientation
- Get URLs for All Sizes of Image via Admin Panel
- Automatically Add Caption in image
- Import Images from one self-hosted WordPress install to another
- Rename image during upload using date and time stamp?
- How to Optimize images after uploading all images to WordPress Site?
- How to get relative URL of medium sized featured image?
- How do i reference the theme path in pages for images?
- How to Add extra option to Image Block Settings?
- Upload thousands of images to WordPress without plugin?
- Images in the Twenty Fourteen theme
- Get author ID with attachment ID
- Show Post Excerpt in Image Attachement
- WP 3.4 has missing photo data
- What’s the best “insert all images” plugin?
- Using srcsets to load different images based on browser widths
- Multiple entries for one object with different cover images
- How to exclude an image size from the WordPress srcset
- Automatically replace original uploaded image with large image size
- Image Quality Thumbnail Compression in WordPress?
- Gutenberg editor get post featured image by id
- Problem with loading images from child theme CSS file with relevant path
- How to add image id class?
- Local WordPress installation doesn’t crop images
- Get full URL of images in media library including http://
- wp_get_attachment_url with specific image_size?
- Get meta data from image
- Shortcode for a link and thumbnail
- Bulk edit Gutenberg single images to change from linking to media file to attachment page
- Host images only on CDN
- Generating different dimension images while uploading image file from custom plugin page
- is it possible to crop cover images in buddypress?
- Any specific reason why images do not show on site?
- Fuzzy Images in WordPress 4.4
- How to intigrate multiple image uploader in a custom post type
- Disallow img tag in comments?
- Bulk edit of EXIF data for jpeg images uploaded in the media library?
- Stripping the_content() from images then displaying them seperately
- Image upload appearing as broken images following server move
- In Wordress one author can not see the other’s author uploaded images through media library
- How to add missing dimensions to all images to avoid cls?
- Prevent Image Pasting in RichText Component
- Regex expression for redirecting image URLs to another folder
- Why are images created by WP larger than the original uploaded image?
- Default Image Link Type Setting not Working
- Fallback for missing srcset images
- max_srcset_image_width doesn’t work as intended
- Scaling images for mobile
- How do I fix “Sorry, this file type is not permitted for security reasons”
- Background image resets after time (XAMPP)
- renaming an image automatically everywhere else (posts and pages)
- Replace image caption with its title and description
- Custom thumbnail size of image when uploaded
- Change wp-content/uploads to uploads/%postname%/%image%
- Add suffix to uploaded images
- Image LazyLoad plugin not loading jQuery dependancies with wp_enqueue_script in WP 3.3.1
- How to make thumbnails of uploaded animated gifs NOT animated
- Frontend Image Upload
- Multiple variables through wp_get_image_editor
- Removing featured image from gallery?
- How do you obtain a list of all image file names on a wordpress website for replacement?
- Duplicate images on upload
- Show custom image size smaller in editor
- How to allow shortcodes in image descriptions?