By Benjamin on Thu, 12/19/2013 - 12:21 Forums: Free Themes SupportHello, how can i remove the twitter and google plus account, is this an option? Log in or register to post comments Comments Submitted by lactophobia on Thu, 01/09/2014 - 18:56 You have to edit page.tpl.php and page--front.tpl.php on top of the template like this: Change: <?php if (theme_get_setting('social_icons')): ?> <li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li> to: <?php if (theme_get_setting('social_icons')): ?> <!-- <li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>--> Log in or register to post comments Submitted by lactophobia on Thu, 01/09/2014 - 18:58 the code is not shown properly! Please send Mail to lactophobia@gmail.com Log in or register to post comments Submitted by admin on Fri, 01/10/2014 - 03:16 We have these features available in our premium drupal themes. However, you can do this by editing few codes. Find and delete following codes from /templates/page.tpl.php and /templates/page--front.tpl.php <li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li><li><a href="<?php echo theme_get_setting('twitter_username'); ?>" class="twitter icon" target="_blank"></a></li> Log in or register to post comments
Comments
You have to edit page.tpl.php and page--front.tpl.php on top of the template like this:
Change:
<?php if (theme_get_setting('social_icons')): ?>
<li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>
to:
<?php if (theme_get_setting('social_icons')): ?>
<!-- <li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>-->
the code is not shown properly! Please send Mail to lactophobia@gmail.com
We have these features available in our premium drupal themes.
However, you can do this by editing few codes.
Find and delete following codes from /templates/page.tpl.php and /templates/page--front.tpl.php
<li><a href="<?php echo theme_get_setting('googleplus_username'); ?>" class="googleplus icon" target="_blank"></a></li>
<li><a href="<?php echo theme_get_setting('twitter_username'); ?>" class="twitter icon" target="_blank"></a></li>