Remove Tooltips aka Titles?
-
Been snooping around photospace-responsive.php trying to figure out how to do this. I changed the following code:
$output_buffer .=' <li><a class="thumb" href="' . $img[0] . '" title="' . $image_title . '" > <img src="' . $thumb[0] . '" alt="' . $image_alttext . '" title="' . $image_title . '" /> </a> ';
to this:
$output_buffer .=' <li><a class="thumb" href="' . $img[0] . '" > <img src="' . $thumb[0] . '" alt="' . $image_alttext . '" /> </a> ';
(bascially removed ” title=”‘ . $image_title . ‘), and I got the tooltips to go away for the thumbnails but now the tooltip for the main image says “undefined”…? I’m pretty much just a hack so any advice on how to fix this properly would be awesome. Thanks!
https://www.ads-software.com/plugins/photospace-responsive/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Tooltips aka Titles?’ is closed to new replies.