1. apelsinskal
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 November 2015
  5.  Subscribe via email
Hi
I need to turn off fint awesome icons (since I want to edit them myself).
But if I turn it off in templates - styling, it shows only the box. Seems not to choose the image from the images/social_icons folder.
How do I get the template to choose the images in the folder? Enlighten template.
Accepted Answer Pending Moderation
0
Votes
Undo
thanks. i was looking in the css....
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming you are referring to the title tooltip, try removing the 'title' tag from each of the icons in your templates social_icons.php (../templates/j51_enlighten/php/layouts/social_icons.php)...


<li class="social-rss"><a href="/<?php echo $this->params->get('social_rss'); ?>" target="_blank" title="RSS"><i class="fa fa-rss"></i></a></li>


Would become...


<li class="social-rss"><a href="/<?php echo $this->params->get('social_rss'); ?>" target="_blank"><i class="fa fa-rss"></i></a></li>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, works fine.
I can't find anywhere in the css to turn off the hover text though, do you know where I find it?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Try adding the following to the Custom CSS field of your templates parameters...


.social-facebook > a {
background: rgba(0, 0, 0, 0) url("/templates/j51_enlighten/images/social_icons/facebook.png") repeat scroll 0 40px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Here is font awesome turned off. Facebook symbol in upper right corner is just blank when turning it of.
link
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

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


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok