Full Article Image: alt is empty

September 2015 Joomla Template
GK User
Tue Feb 28, 2017 1:15 pm
Hello
I have a problem with alt in Full Article Image. Despite that I always fill Alt Text and Caption sections, alt is empty.
When I switch to different template, everything is ok. So I guess that, this is TechNews template issue.
Could you please help me to solve that problem?
Regards
User avatar
Senior Boarder

teitbite
Thu Mar 02, 2017 11:18 am
Hi

Please edit file /html/com_content/article/default.php and change line 127

Code: Select all
<img src="<?php echo $images->image_fulltext; ?>" alt="" />


to:

Code: Select all
<img src="<?php echo $images->image_fulltext; ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>" />
User avatar
Moderator


cron