How to remowe PinIt and Twitter

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
Sun Dec 01, 2013 5:35 pm
Reply with quote
Report this post
How to remove Pinit and Twit from page.
In template section it is set to off, but it is still on page and only when you call article

http://www.viro-its.hr/magdis
User avatar
Fresh Boarder

GK User
Sun Dec 01, 2013 11:26 pm
Reply with quote
Report this post
Hi.
yes sometimes you can see it, especially when you have enabled cache or template compression.

Please:
1) Disable all cache
2) Disable all js/css compression in template configuration.
3) Clean CMS cache

Check again
4) Now, You can enable option 1 and 2
User avatar
Platinum Boarder

GK User
Sun Dec 01, 2013 11:28 pm
Reply with quote
Report this post
If won't help, use this css:

Code: Select all
#gkSocialAPI {display:none;}


How to use this code: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sun Dec 01, 2013 11:31 pm
Reply with quote
Report this post
By the way,
if you want to hide gray dots before language flags use this:
Code: Select all
#gkTopMenu li:before  { content:none; }
User avatar
Platinum Boarder

GK User
Mon Dec 02, 2013 6:36 am
Reply with quote
Report this post
Thanks Pawel, it is OK now. Disabling all cash and compression, and after deleting cashe through joomla, finally it is gone :)

By the way, where to put this code:
#gkTopMenu li:before { content:none; }


i put in style1.css but dots are still tehre :)

}
#gkTopMenu li:before { content:none; }
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
color: #ff7e57;
}


Regards
Berti
User avatar
Fresh Boarder

GK User
Mon Dec 02, 2013 8:08 am
Reply with quote
Report this post
SOLVED

By the way, where to put this code:
#gkTopMenu li:before { content:none; }


i put in style1.css but dots are still tehre :)

}
#gkTopMenu li:before { content:none; }
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
color: #ff7e57;
}
User avatar
Fresh Boarder

GK User
Mon Dec 02, 2013 11:32 pm
Reply with quote
Report this post
p.s.
Look at my post from 01 Dec 2013, 23:28
User avatar
Platinum Boarder


cron