1. mabutaha
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 03 February 2017
  5.  Subscribe via email
Hi Ciaran,

I'm using J51_InlineIcons module to display our social media icons on the footer of the template. Unfortunately, there is no option to chose: "Open the link in another page". Is there a way that I direct the link of these icons to open in another page?

Thanks in advance.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your modules default.php (../modules/mod_j51inlineicons/tmpl/default.php) try changing the following (line 63)...

echo '<a href="'.$item->j51_iconurl.'" class="j51_inlineicon" .... 


To...

echo '<a href="'.$item->j51_iconurl.'" target="_blank" class="j51_inlineicon" .... 


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Just perfect...Thanks a Million!!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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