Community Forums › Forums › Archived Forums › General Discussion › Simple hooks hiding my tags
Tagged: eleven12, Simple Hooks, tags
- This topic has 9 replies, 3 voices, and was last updated 11 years, 10 months ago by
ibietela.
-
AuthorPosts
-
May 2, 2013 at 8:46 pm #39016
ibietela
MemberHi am using the eleven12 theme and genesis simple hooks which was working fine but now it keeps hiding my tags anytime i activate it. Please help me
http://healthable.orgMay 3, 2013 at 3:17 am #39038Brad Dalton
ParticipantYou could convert the code you're using in Simple Hooks to custom functions instead.
May 3, 2013 at 3:35 am #39039ibietela
MemberBro how will i do that am not a code guy..
May 3, 2013 at 4:01 am #39041Brad Dalton
ParticipantPaste a small snippet you're using in Simple Hooks here and i'll show you what the difference is.
May 3, 2013 at 4:17 am #39050ibietela
MemberHere it is bro
`
.doncaprio-share-buttons
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #BBBBBB;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px;
box-shadow: #B3B3B3 5px 5px 5px;
padding: 5px;
margin: 10px;
}`
May 3, 2013 at 4:18 am #39051ibietela
MemberHere not broken
<style>.doncaprio-share-buttons
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #BBBBBB;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px;
box-shadow: #B3B3B3 5px 5px 5px;
padding: 5px;
margin: 10px;
}
</style>
<p align='center' class='doncaprio-share-buttons'>
<span class='st_facebook_hcount' displayText='Facebook'/>
<span class='st_plusone_hcount' displayText='Google +1'/>
<span class='st_twitter_hcount' st_via='healthable1' displayText='Tweet'>
<span class='st_pinterest_hcount' displayText='Pinterest'/>
<span class='st_digg_hcount' displayText='Digg'/>
<span class='st_stumbleupon_hcount' displayText='StumbleUpon'/>
<span class='st_fblike_hcount' displayText='Facebook Like'/>
</p>May 3, 2013 at 4:20 am #39052Brad Dalton
ParticipantThat's CSS code. Please paste the smallest PHP code snippet you're using with Genesis Simple Hooks plugin.
May 3, 2013 at 8:13 am #39083ibietela
MemberSorry for the delay... The php code i use is in this post http://www.doncaprio.com/2012/11/how-to-add-google-adsense-html-codes-to-genesis-without-a-plugin.html
May 3, 2013 at 2:35 pm #39169essaysnark
ParticipantHey ibietela, let me take a shot at this. I think you may have gotten things a little mixed up.
Are you trying to put share buttons on your site? It looks like the code you posted is from this tutorial: http://www.doncaprio.com/2012/08/how-to-add-a-stylish-set-of-share-buttons-to-blogger-wordpress.html (this is a different tutorial than you posted).
If so, then you don't want to put that code in the Simple Hooks plugin. That tutorial says to use the Post Layout plugin - a different beast entirely. (It's confusing since they both have a "before the content" field to paste code into, but they're very different.)
If you want the share buttons, then you should delete all CSS code from any fields in the Simple Hooks plugin, then go back to that tutorial and follow the instructions for placing that code in the other plugin.
If you actually are trying to put Adsense codes into your Genesis site, you can definitely use Simple Hooks for that but you'll need to insert the PHP code from that other tutorial that you first posted.
Hope that helps!
May 3, 2013 at 3:09 pm #39173ibietela
MemberHi @essaynark i want to use the plugin to display both sgare button and ads below the title, archives pages, etc but when i use the code without the php script on doncaprio.com the share button will display both on post and home page
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.