No Alt text for Full Article Images

Support desk for Multipurpose Quark Theme
GK User
Tue May 23, 2017 9:07 pm
Hi please advise why alt text on Full Article Images doesn't appear even thought I add it
User avatar
Expert Boarder

teitbite
Sat May 27, 2017 2:47 pm
Hi

Please tell me the url to the page with an example of this problem and tell me if it's an article using K2 or regular joomla content.
User avatar
Moderator

GK User
Mon May 29, 2017 9:43 am
https://goo.gl/ziWbGk

In the header image with the clouds

Regular joomla content
User avatar
Expert Boarder

GK User
Fri Jun 02, 2017 11:33 am
Any news?? No response all week
User avatar
Expert Boarder

teitbite
Fri Jun 02, 2017 3:08 pm
Hi

Please edit file /html/com_content/article/default.php and chage line:

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 $images->image_fulltext_alt; ?>" />
User avatar
Moderator


cron