[solved] Social media links

GK User
Fri Mar 25, 2011 2:59 pm
Hello,

I'm working with the penguinMail template and I was wondering, is it possible to place the social media buttons (eg. facebook, twitter etc.) at the bottom of each article. Right now they show up at the top of the page and I kind of don't like that :)

Can anyone help me out with this problem? Many thanks in advance!

Regards,

Gijs
User avatar
Fresh Boarder

GK User
Fri Mar 25, 2011 10:37 pm
search for
Code: Select all
<gavern:social>
inside /templates/gk_penguinmail/html/com_content/article/default.php. Should find the start around line 128, stops at line 143. Move the entire block from:
Code: Select all
<gavern:social><div id="gkSocialAPI"></gavern:social>
.....
<gavern:social><div class="clr"></div></div></gavern:social>

down to the
Code: Select all
<?php echo $this->item->event->afterDisplayContent; ?>
and save, then you should have the Social API div beneath your article instead of above.
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 8:24 am
Ok Why in My Penguinmail Template i can not see the social media button for Twitter and Fb?

Thanks
User avatar
Junior Boarder

GK User
Tue Sep 06, 2011 9:07 am
Ok, sorry i have foound the settings in the Template edit Style.
User avatar
Junior Boarder


cron