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...