1. vienna
  2. Commercial Templates
  3. Tuesday, 29 January 2013
  4.  Subscribe via email
Hi,

I am using Presence theme, which indeed is a great template. I am also using the module "mod_j51imagelinkhover" that comes with this theme for that project. It would be great to have an option to add "alt" texts to images used in this module.

Did I oversee something or is it not possible at the moment to specify an alt text with the module options.

Best regards
vienna
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Vienna

Sorry to say at present we do not have an option to add alt text to each image. One option that can be achieved with minimal ease is adding the same alt text to every module. To do so find the following in your modules mod_j51imagelinkhover.php (../modules/mod_j51imagelinkhover/mod_j51imagelinkhover.php - LINE29)..

<img src="/<?php echo $j51_image; ?>"/> 

and replace with..

<img src="/<?php echo $j51_image; ?>" alt="some_text"/> 

replacing some_text to your own taste.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!