HELP! HELP!! HELP!!! musicity social icon

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Thu Jan 17, 2013 3:27 pm
please i want a bigger social icons at the top right corner of the home page .

Also client want only facebook, twitter and Youtube icons. Can anyone help with icons with 50 x 50 pixels dimension?
User avatar
Fresh Boarder

Konrad M
Fri Jan 18, 2013 8:01 am
Hi,
can you give us url to your site ?
User avatar

GK User
Fri Jan 18, 2013 4:13 pm
attall4real wrote:please i want a bigger social icons at the top right corner of the home page .

Also client want only facebook, twitter and Youtube icons. Can anyone help with icons with 50 x 50 pixels dimension?


URL is www.deltastate.gov.ng/deltatest. Thanks.
User avatar
Fresh Boarder

Konrad M
Fri Jan 18, 2013 10:50 pm
You have to edit /templates/gk_musicity/images/social_icons.png file and make icons bigger. Then you need to edit css for social icons from template.css file. I start from 102 line. I advise add all modifications to override.css file.
User avatar

GK User
Mon Jan 21, 2013 5:50 pm
Konrad M wrote:You have to edit /templates/gk_musicity/images/social_icons.png file and make icons bigger. Then you need to edit css for social icons from template.css file. I start from 102 line. I advise add all modifications to override.css file.



Thanks for the response, i have been working on this from your last email. i believe the snippets i need to work on is :

/* social icons */
#gkSocialIcons {
float: right;
margin: 32px 35px 0 0;
}
#gkSocialIcons a {
background: transparent url('../images/social_icons.png') no-repeat 0 0;
display: block;
float: left;
width: 60px;
height: 60px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
text-indent: -999em;
}
#gkSocialIcons a:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1.0;
}
#gkIconsFacebook {
background-position: 0 0 !important;
}
#gkIconsTwitter {
background-position: -60px 0 !important;

#gkIconsYoutube {
background-position: -180px 0 !important;

I have attached the image i want to use with this message, it is an image with 484 x 60. How do i tweek the code snippets to properly display the icons with respective facebook, twitter and youtube links.
User avatar
Fresh Boarder

Konrad M
Tue Jan 22, 2013 5:58 pm
Yes, definetly. All icons are one image nad you only change background position to each element.
User avatar

GK User
Mon Feb 11, 2013 10:37 pm
Hi,
I've got the Facebook social icon set to "on" in the admin section. But it looks like the myspace icon is showing. How can I fix this?

www.dustinbarclay.com

Thanks,
Sean
User avatar
Gold Boarder

Konrad M
Tue Feb 12, 2013 1:27 pm
Please add to override.css
Code: Select all
#gkIconsFacebook {
background-position: 0 0 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Feb 12, 2013 3:06 pm
Thank you, Konrad!
User avatar
Gold Boarder


cron