1. GF
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 18 September 2016
  5.  Subscribe via email
Good morning Ciarán,

Can I let the InlineIcons URL's open in a new window?

Thankx, Geert
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Geert

In your InlineIcon icon modules default.php (../modules/mod_j51inlineicons/tmpl/default.php - line63 locate the following...


echo '<a href="'.$item->j51_iconurl.'" class="j51_inlineicon" data-balloon="'.$item->j51_icontitle.'" data-balloon-pos="up"><i class="'.$item->j51_iconclass.'" style="color:'.$item->j51_iconcolor.'"></i></a>'; 


And change to...


echo '<a href="'.$item->j51_iconurl.'" target="_blank" class="j51_inlineicon" data-balloon="'.$item->j51_icontitle.'" data-balloon-pos="up"><i class="'.$item->j51_iconclass.'" style="color:'.$item->j51_iconcolor.'"></i></a>'; 


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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