1. tjones64
  2. Commercial Templates
  3. Friday, 17 January 2014
  4.  Subscribe via email
Hi,

can you send a social icon for INSTAGRAM and tell me how to add it to my website

http://www.thisluckygirl.com

Thank you.
Accepted Answer Pending Moderation
0
Votes
Undo
One option is to replace one of the existing social icons with that of the Instagram icon. You will find the icon images located in the ../templates/j51_polaris/images/social_icons folder from the root of your Joomla installation.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
now that I changed the social icon, how do I change the name when you hover over it?

I made the vimeo icon instagram, so how do I change the word vimeo?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates header.php (../templates/j51_polaris/php/layouts/header.php) locate the following (LINE 41)...


<li class="social-vimeo"><a href="/<?php echo $this->params->get('social_vimeo'); ?>" target="_blank" title="Vimeo"></a></li>


And replace with...


<li class="social-vimeo"><a href="/<?php echo $this->params->get('social_vimeo'); ?>" target="_blank" title="Instagram"></a></li>


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


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