Social Buttons Problem

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
Thu Feb 21, 2013 10:36 am
Reply with quote
Report this post
I turned off all social button because I dont want to use it but then it looks like the picture. (see attachment). How I can completly remove it (Code)

Thanks

Andreas
User avatar
Senior Boarder

GK User
Thu Feb 21, 2013 12:00 pm
Reply with quote
Report this post
Hi , you have those socialbuttons in articles or K2 articles ?
I suppose that you have to tried disable it from Template Configuration - SOCIAL API tab.
If you still see it , add this code to template.css on the bottom

Code: Select all
div.itemSocialSharing {display:none;}

or you can cut it from php file
templat\gk_news\html\com_k2\templates\default\item.php
User avatar
Platinum Boarder

GK User
Fri Feb 22, 2013 2:05 am
Reply with quote
Report this post
I used it with joomla articles and your code dont work within template.css. I dont know why. Now I but this code in the joomla.css file

#gkSocialAPI {
border-top: 1px solid #e5e5e5;
clear: both;
margin: 20px 0 10px;
padding: 20px 0 0;
display: none;
}

Many Thanks

Andreas

Topic solved
User avatar
Senior Boarder


cron