Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Social fix

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

Hi Guys

I think I just found a bug in the social/facebook.php, it was
<a id="social-facebook" onClick="<?php echo $link;?>" [b]href="#"[/b] target="_blank"> 
	<span class="zen-animate fadeInLeftBig animated fa fa-facebook zen-icon zen-icon-facebook"></span>
</a>

I changed it to
<a id="social-facebook" onClick="<?php echo $link;?>" href="<?php echo $link;?>" target="_blank"> 
	<span class="zen-animate fadeInLeftBig animated fa fa-facebook zen-icon zen-icon-facebook"></span>
</a>

and it works correctly now.
  • Chris French's Avatar
  • Chris French
  • 12 Month Developer
  • 68 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks Chris - apologies for the delay on this one. We actually have it ready to be rolled out in all themes and hope to do this this week.
Thanks!
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
The following user(s) said Thank You: Chris French

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

Happy Campers