double 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
Sat Mar 22, 2014 11:44 am
Reply with quote
Report this post
Hi,
there are double social icons displayed, the first is in right position (is a plugin) but, as you can view at bottom of the image, the second icons is a duplicate and I want to remove it.
How can I do?

Thanks
User avatar
Junior Boarder

GK User
Sat Mar 22, 2014 1:04 pm
Reply with quote
Report this post
Hi,
I want to help.. but where is image/screenshot ?

p.s. Social icons from template can be disabled in settings
User avatar
Platinum Boarder

GK User
Sat Mar 29, 2014 11:17 am
Reply with quote
Report this post
Ops, sorry :)

(in Template settings / Social Api is all Disabled)
User avatar
Junior Boarder

GK User
Sat Mar 29, 2014 1:41 pm
Reply with quote
Report this post
You can also use this to hide bottom social links from template if on/off don't worked for you:
Code: Select all
.itemSocialSharing, #gkSocialAPI {display:none !important; }
User avatar
Platinum Boarder

GK User
Sun Mar 30, 2014 9:17 am
Reply with quote
Report this post
Hi,
I tried but it doesn't have effect... :(
User avatar
Junior Boarder

GK User
Sun Mar 30, 2014 1:58 pm
Reply with quote
Report this post
Very strange.
1) Are added this code in right place?
2) Send me URL or add here
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 11:41 am
Reply with quote
Report this post
Thanks,
now I see.

First (top) social icons are from adsmanager !
Second social line is also from adsmanager :)

Check component settings if not:
Code: Select all
#partilhator_adsmanager {display: none !important; }


and/or
to disable second line use:
Code: Select all
.itp-share {
    display: none !important;
}


:mrgreen: have fun
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 12:55 pm
Reply with quote
Report this post
Now it works!
Thanks a lot :D
User avatar
Junior Boarder


cron