GK Contact social icons

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 12, 2014 11:32 pm
Reply with quote
Report this post
Hello
In GK contact plugin configuration I can enable / disable social contacts like facebook, twitter etc. How to add a new one? (youtube) Or how to just replace google+ icon with youtube icon?
Thank you in advance
Łukasz
User avatar
Fresh Boarder

GK User
Thu Mar 13, 2014 8:08 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Thu Mar 13, 2014 11:34 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Mon Mar 17, 2014 10:59 am
Reply with quote
Report this post
Sadly - there is no easy way to do that. Font awesome version that was used with this template didn't have youtube icon.
To make it work you would need to include additional, never version of font awesome generated by something like fontello to create custom icon perfixes, then add it to the template, then use override.cdd to change g+ icon.

You might also try to download only youtube .png icon:
http://moodurian.blogspot.com/2013/10/f ... image.html
and use override.css to force the icon change.

Sadly - thats all I can advice as we don't support this king of customisation :(.
User avatar
Moderator

GK User
Mon Mar 17, 2014 11:03 am
Reply with quote
Report this post
What you might also do is to try replacing 3.0.2 version of font awesome with 3.2.1 (only font files) - but I don't guarantee, that those icons are compatible and will not change anything else on the page - it might be the easiest way, because using this override:
Code: Select all
.gkContactGplusIcon:before {
content: "\f167";;
}

would just change g+ icon into youtube icon.
User avatar
Moderator

GK User
Sat Mar 22, 2014 9:42 am
Reply with quote
Report this post
Thank you for this reply.
Can i use png icon instead of font sign in override.css?
Thanks
Ł
User avatar
Fresh Boarder

GK User
Sun Mar 23, 2014 2:06 pm
Reply with quote
Report this post
Ok, I replaced font files with new version as you sugested and it works now - there is youtube icon.
Thank you
Łukasz
User avatar
Fresh Boarder

GK User
Mon Mar 24, 2014 5:59 pm
Reply with quote
Report this post
Ok, I'm glad you could solve it on your own.
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron