Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Image Carousel 'Alt' tag › Reply To: Image Carousel 'Alt' tag
September 26, 2014 at 4:17 pm
#584
Participant
Hello.
Unfortunately, there is no possibility to change the alt tag on each image.
You can change the current tag “image” to anything you want by modifying the image_carousel.php in wp-content/plugins/elvyre-core/includes/content-manager/image_carousel folder at the line around 81:
$html_images .= "<li><a href='{$link}' {$target}><img src='{$cropped_image}' alt='image'/></a></li>";
Robert