Hello again,
I have looked at another post and I see that this module has this ALT tag problem.
I have found the file controller.php which is the one that should put this label, but it is empty.
What should I put in order to fill in the label automatically?
Thank you
if($this->parent->config['portal_mode_stora_news_slider_images'] == '1') {
echo '<a href="'.strip_tags($this->get_link($i)).'" class="gkImageWrapper">';
echo '<img class="gkImage" src="'.$this->get_image($i).'" alt="XXXXXXXX" width="'.$this->parent->config['img_width'].'" height="'.$this->parent->config['img_height'].'" />';
echo '</a>';
modules/mod_news_pro_gk5/tmpl/portal_modes/stora_news_slider