dont see the Image Alt Tag Image show GK4 -> Quark

Support desk for Multipurpose Quark Theme
GK User
Fri Jun 24, 2016 8:18 am
Hi,

we dont see the image Alt Tag entries of our images on the Quark Start Page. We use IMAGE Show Modul GK4.

We test it with Modul CSS on and off.

How can we fix it.

Best
Michael
User avatar
Gold Boarder

teitbite
Mon Jun 27, 2016 10:31 am
Hi

Please tell me what module style is it so I'll check in code what needs to be done.
User avatar
Moderator

GK User
Mon Jun 27, 2016 1:46 pm
Hello,

it GK-Quark Style
User avatar
Gold Boarder

teitbite
Wed Jun 29, 2016 10:30 am
Hi

Please edit file /modules/mod_image_show_gk4/styles/gk_quark/view.php and change line 78:

Code: Select all
<img src="<?php echo $path; ?>" data-link="<?php echo $link; ?>" />


to

Code: Select all
<img title="<?php echo $title; ?>" alt="<?php echo $title; ?>" src="<?php echo $path; ?>" data-link="<?php echo $link; ?>" />
User avatar
Moderator

GK User
Thu Jun 30, 2016 4:06 pm
hi

thanks for help. but now we see the title of the image not the alt tag. we give all images alt tags in the modul entrys.
It was very nice we can see it in the code and on the image and not the title.

best
micha
User avatar
Gold Boarder

teitbite
Fri Jul 01, 2016 1:36 pm
Hi

I'm afraid adding alt tag is not so simple. Function is not prepared to handle that and rebuilding will require a big change in all of this style files. It's too big modification to be covered by forum support. Sorry.
User avatar
Moderator

GK User
Sat Jul 02, 2016 3:04 pm
teitbite wrote:Hi

I'm afraid adding alt tag is not so simple. Function is not prepared to handle that and rebuilding will require a big change in all of this style files. It's too big modification to be covered by forum support. Sorry.


Hmm. Ok !! thanks for your Response
User avatar
Gold Boarder

teitbite
Mon Jul 04, 2016 6:40 pm
Hi

Sorry I couldn't help more. I tried but every modification was causing problems in a different file and forcing other modifications. Closing this thread now.
User avatar
Moderator


cron