Support Forum

  • Page:
  • 1

dash after image title

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,

I am a newbie for Hover Box and from the start our website contains this module. Very nice indeed, but the problem is that every image title (when hovering over) ends with a -. Can someone tell me how to remove this?

Thank you so very much!
Attachments:
  • Joleyn's Avatar
  • Joleyn
  • Free Extensions
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You need to remove the - from these lines

$item = '<div class="hoverBoxGallery'.$id.'">'.$openlink.'<img class="hoverBox" src="'.$resized_image.'" title="'.$title.' - '.$description.'" />'.$closelink.'</div>';
break;
// Resized Image
case "0":
$item = '<div class="hoverBoxGallery'.$id.'">'.$openlink.'<img class="hoverBox" src="'.$new_image.'" title="'.$title.' - '.$description.'" />'.$closelink.'</div>';
break;
default :
$item = '<div class="hoverBoxGallery'.$id.'">'.$openlink.'<img class="hoverBox" src="'.$resized_image.'" title="'.$title.' - '.$description.'" />'.$closelink.'</div>';
break;
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
title="'.$title.' - '. bit on the three lines

The file is found at \modules\mod_hoverBox\helper.php

I'd suggest making a backup of the file first

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers