1. ziggy
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Saturday, 10 November 2012
  5.  Subscribe via email
Hi , is there any way to change when click on "read more" open the link in a diferent tab ?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Slake88

In your modules mod_j51hover.php (../modules/mod_j51hover/mod_j51hover.php) try replacing the following..

<a href="/<?php echo $hover_link; ?>" class="info">Read More</a>

With...

<a target="_blank" href="/<?php echo $hover_link; ?>" class="info">Read More</a>

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


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