Social API

GK User
Sun Jan 25, 2015 12:34 pm
I have turned off all of the Social API in the University template, but the Twitter and Pintrest stil appears at the bottom of articles

http://www.laughology.co.uk/laughology- ... ing-skills

Any thoughts?

Ian
User avatar
Expert Boarder

GK User
Sun Jan 25, 2015 5:57 pm
Hi,
I hate this bug, brrr.
Use this:
Code: Select all
#gkSocialAPI {diplay:none; }

where? Check my footer link.
User avatar
Platinum Boarder

GK User
Mon Jan 26, 2015 10:33 am
Hello Oscar,

I have put the code into the overide file. Cleared cache, but the social icons are still there. Please advise.

Thanks

Ian
User avatar
Expert Boarder

GK User
Mon Jan 26, 2015 2:48 pm
you class was empty
so maybe try again !

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


remember to clean all Joomla cache!
User avatar
Platinum Boarder

GK User
Mon Feb 02, 2015 4:32 pm
That done the trick.

Thanks

Ian
User avatar
Expert Boarder

GK User
Tue Feb 03, 2015 11:26 am
Sorry, I was mistaken. The Pintrest and Tweet icons still appear. I have cleared cache and tried different browsers, but nothing seems to work.
User avatar
Expert Boarder

GK User
Fri Feb 06, 2015 11:05 am
Any further solutions to this?
User avatar
Expert Boarder

GK User
Sat Feb 07, 2015 12:06 am
In most cases this tip works.But what is funny I saw bug in your oveeride.css

}

#gkSocialAPI { display: none !important;}


remove first "{" and check again!


If not help, hard core solution left....
1) Open in editor: templates\gk_university\html\com_content\article\default.php
2) Find
Code: Select all
   <gavern:social><div id="gkSocialAPI"></gavern:social>
             <gavern:social><div><g:plusone GK_GOOGLE_PLUS_SETTINGS callback="<?php echo $cur_url; ?>"></g:plusone></div></gavern:social>
             <gavern:social><div><g:plus action="share" GK_GOOGLE_PLUS_SHARE_SETTINGS href="<?php echo $cur_url; ?>"></g:plus></div></gavern:social>
             <gavern:social><div><fb:like href="<?php echo $cur_url; ?>" GK_FB_LIKE_SETTINGS></fb:like></div></gavern:social>
             <gavern:social><div><a href="http://twitter.com/share" class="twitter-share-button" data-text="<?php echo $this->item->title; ?>" data-url="<?php $cur_url; ?>"  gk_tweet_btn_settings>Tweet</a></div></gavern:social>
             <gavern:social><div><a href="http://pinterest.com/pin/create/button/?url=<?php echo $cur_url; ?>&amp;media=<?php echo $pin_image; ?>&amp;description=<?php echo str_replace(" ", "%20", $this->item->title); ?>" class="pin-it-button" count-layout="GK_PINTEREST_SETTINGS"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="<?php echo JText::_('TPL_GK_LANG_PINIT_TITLE'); ?>" /></a></div></gavern:social>
           <gavern:social></div></gavern:social>


delete !!
User avatar
Platinum Boarder


cron