Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#584
Robert Kavgić
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