-
AuthorPosts
-
December 31, 2015 at 4:03 am #835715
I am trying to bring back the social icons that were originally next to the search bar at the top, but when I enable them the icons are not there and it’s just text, and I want to add Instagram instead of RSS.
(pic 1)Also I want to know if it is possible to add social icons on the top black bar
(pic 2)-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 4, 2016 at 4:56 am #837839Hi
These social icons belongs to a custom HTML module in ‘social’ position but when I check your site, I don’t see any module published in this ‘social’ position. Kindly check again.
And here is content output of this module:
<div class="social"> <a class="ico-social ico-facebooks" href="#" title="Facebook"><span>Facebook</span></a> <a class="ico-social ico-twitters" href="#" title="Twitter"><span>Twitter</span></a> <a class="ico-social ico-rss" href="#" title="RSS"><span>RSS</span></a> </div>
If you want to use Instagram icon instead of RSS, you will have to create that image icon like Facebook or Twitter icon, you can check how these icons looks like in:
/templates/ja_nex/images/icon-facebook.png
/templates/ja_nex/images/icon-twitter.pngJanuary 5, 2016 at 4:38 am #838733Thank you so much. I was able to add them.
I created the icon-instagram.png as well and added it to the folder, and this is how I am referencing it in the code
<a class="ico-social ico-instagram" href="#" title="Instagram"><span>Instagram</span></a>
but when I saved and went to the front-end of the web , the icon does not show
http://www.geranbaha.comSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 5, 2016 at 6:43 am #838793I forgot that you will also need to add a bit css style for it.
Just go to file: https://geranbaha.com/templates/ja_nex/css/template.css
add this:
#ja-social .ico-social.ico-instagram { background-image: url(../images/icon-instagram.png); }
Then clean JAT3 cache.
January 6, 2016 at 12:58 am #839572Thank you 🙂
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 2 voices, and was last updated by Saguaros 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-