Forum Replies Created
-
AuthorPosts
-
mrhiking
MemberI want it higher up. It's not consistent across browsers: http://www.screencast.com/t/hHwfLLOQ9wx
mrhiking
MemberYessir.
This is what I currently made http://ebasketballflix.com/ but that theme doesn't play well with Wishlist Member
mrhiking
Membergenwrock - You truly do rock! Thank you soooooo much!
mrhiking
MemberSorry, Simple Hooks.
mrhiking
MemberEh, sorry about that. I thought I was safe using the code embed on the forums. Lesson learned.
So, should I place that widget using Genesis Simple Scripts, or hard coding to the custom page I created?
mrhiking
MemberIt's a geolocation script. If a user is from a certain country the script redirects them to a different URL. When I put the script where you're saying it loads the CSS first ... then redirects.
mrhiking
MemberI need it at the TOP of the head, when I put it there it goes to the bottom of the head.
mrhiking
MemberThanks Andrea! I just signed up with Big Scoots today. The CS was amazing. They are currently migrating my hosting over. I'll report back once it's done.
mrhiking
MemberLooks great.
May want to move the social media icon (just Twitter right now) up a bit. Besides that, nice work!
- Mike
mrhiking
MemberThanks!
mrhiking
MemberSweet! That worked.
What would I need to do if I wanted to make that a button?
mrhiking
MemberThanks Robin! That worked great.
mrhiking
MemberTrying to replicate this under the post content, but not working. Here's my code
genesis_register_sidebar( array( 'id' => 'after-post-content', 'name' => __( 'After Post Content', 'eleven40' ), 'description' => __( 'This is the after post content widget area.', 'eleven40' ), ) ); add_action('genesis_after_post_content', 'after_post_content_widget', 11 ); function after_post_content_widget() { if ( is_singular( 'post' ) ) genesis_widget_area( 'after-post-content', array( 'before' => '<div class="after-post-content widget-area">', 'after' => '</div>', ) ); }mrhiking
MemberBrad - You are the man!!! Thanks so much. Works great. Work in progress, but here's a page I implemented it on. http://faithfeeder.com/dads-letter-son-will-make-cry/
mrhiking
MemberHi Davinder -
I tried that with both Random Redirect plugins and both caused fatal errors. I'm using the most recent WordPress/Genesis. I don't think either are compatible.
mrhiking
MemberI want to add the hook after the post title. I think that's my problem. I don't think I can hook there.
http://www.screencast.com/t/9h2TGthETTrmrhiking
MemberHi Robin -
Thanks for the reply. How/where do I put the lower number?
Here's my code I'm using in the Simple Hooks plugin:
<?php if( is_single() ) { ?> <div align="center"><a class="addthis_button_facebook"><img alt="" src="http://faithfeeder.com/wp-content/uploads/2014/01/facebook4.png" /></a> <a class="addthis_button_email"><img src="http://faithfeeder.com/wp-content/uploads/2014/01/email1.png" /></a></div> <div style="clear: both;"></div> </div> <?php } ?>mrhiking
MemberSimple Hooks: genesis_after_content Hook
<div style="margin-left: 25px"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- FreeChristian - Post Content -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8570710838480654"
data-ad-slot="8022033335"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>mrhiking
MemberIt's behind a login prompt.
Can you tell via the demo? http://my.studiopress.com/themes/news/#demo-full
It's not in the CSS sheet.
Thanks!
- Mikemrhiking
MemberLooks like my thread got buried. Any CSS gurus that can help out?
-
AuthorPosts