Dear Gavick,
I can't remove slider tooltips when hover over. Can someone teach me a trick, please?
Thanks.
title="<?php echo $title; ?>"
alt="<?php echo $title; ?>"
Pawel F wrote:HI,
those tooltips are good for SEO & web accessibility, but ....
You have to edit this file:
modules\mod_image_show_gk4\styles\gk_eSport\view.php
and remove :
- Code: Select all
title="<?php echo $title; ?>"
if you use IE as a main browser
- Code: Select all
alt="<?php echo $title; ?>"
from line ~130