New Socila 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
Sat Jul 13, 2013 8:27 am
Reply with quote
Report this post
Hi,

is there a way to add let's say a youtube or a tumblr link to the existing social media links? It would be easy to design the new icons but how do I add those?

thank you
User avatar
Senior Boarder

GK User
Sat Jul 13, 2013 8:33 am
Reply with quote
Report this post
Hi,
sure it's possible, you have to do few steps.
For those icons we used technique called CSS Sprite :
http://demo.gavick.com/joomla25/magazin ... /icons.png

That's why, for example, G+ CSS style look like this:
Code: Select all
.gkGplus {
    background-position: 0 -216px;
}


First add your icons at the bottom of icons.png file.
Second, you have to add your own style with background-position (minus)
Third, to custom HTML module add links with new class.
User avatar
Platinum Boarder

GK User
Sat Jul 13, 2013 9:10 am
Reply with quote
Report this post
Thank you. :)
User avatar
Senior Boarder


cron