Deactivate Social Buttons but Google is display

GK User
Tue Feb 14, 2012 3:25 pm
Deactivate Social Buttons but Google is display in a joomla Article
User avatar
Expert Boarder

GK User
Wed Feb 15, 2012 2:11 pm
What is your template version ? (you can find it in templateDetails.xml file)
User avatar
Platinum Boarder

GK User
Thu Feb 16, 2012 7:10 am
Have the newest (Version for J 2.5) but didn´t find the option in the templateDetails.xml file.
User avatar
Expert Boarder

GK User
Sun Feb 19, 2012 11:04 am
any solution of this?
User avatar
Expert Boarder

GK User
Sun Feb 19, 2012 11:42 am
Please for now until template is fixed and updated follow below changes.

Find File: \templates\gk_finance_business\layouts\blocks\social.php
Find Line: 97 which is below
Code: Select all
<?php if($this->getParam('google_plus', '1') == 1 && $option == 'com_content' && $view == 'article') : ?>

Replace it with below
Code: Select all
<?php if($this->getParam('google_plus', '0') == 1 && $option == 'com_content' && $view == 'article') : ?>


If you are not using any of the social plugins then you can hide it with a css. Please add below css code in to "\templates\gk_finance_business\css\override.css" and enable css override feature from template settings > advanced settings > css override " on ".
Code: Select all
#gkSocialAPI { display:none; }


See you around...
User avatar
Platinum Boarder


cron