• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

mrhiking

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →
  • Author
    Posts
  • August 24, 2015 at 8:27 am in reply to: Floating Logo Trouble #163302
    mrhiking
    Member

    I want it higher up. It's not consistent across browsers: http://www.screencast.com/t/hHwfLLOQ9wx

    February 12, 2015 at 3:45 pm in reply to: Video Theme – with Membership #140654
    mrhiking
    Member

    Yessir.

    This is what I currently made http://ebasketballflix.com/ but that theme doesn't play well with Wishlist Member

    September 23, 2014 at 11:40 am in reply to: Custom Body Class #125446
    mrhiking
    Member

    genwrock - You truly do rock! Thank you soooooo much!

    May 31, 2014 at 5:54 am in reply to: 2 Widgets Areas Crashes Functions.php #107616
    mrhiking
    Member

    Sorry, Simple Hooks.

    May 31, 2014 at 5:22 am in reply to: 2 Widgets Areas Crashes Functions.php #107610
    mrhiking
    Member

    Eh, 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?

    May 29, 2014 at 9:28 am in reply to: Adding Script to Top of Head #107303
    mrhiking
    Member

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

    May 29, 2014 at 9:17 am in reply to: Adding Script to Top of Head #107298
    mrhiking
    Member

    I need it at the TOP of the head, when I put it there it goes to the bottom of the head.

    January 20, 2014 at 11:01 pm in reply to: Recommendations for Hosting #86234
    mrhiking
    Member

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

    January 16, 2014 at 2:32 pm in reply to: Blog feedback #85545
    mrhiking
    Member

    Looks great.

    May want to move the social media icon (just Twitter right now) up a bit. Besides that, nice work!

    - Mike

    January 15, 2014 at 12:24 pm in reply to: Creating a Random Page #85369
    mrhiking
    Member

    Thanks!

    January 14, 2014 at 11:30 am in reply to: Creating a Random Page #85168
    mrhiking
    Member

    Sweet! That worked.

    What would I need to do if I wanted to make that a button?

    January 13, 2014 at 3:30 pm in reply to: Can I use a hook for this? #85052
    mrhiking
    Member

    Thanks Robin! That worked great.

    January 13, 2014 at 12:34 pm in reply to: Can I use a hook for this? #85000
    mrhiking
    Member

    Trying 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>',
    		) );
    
    }
    January 13, 2014 at 12:17 pm in reply to: Can I use a hook for this? #84996
    mrhiking
    Member

    Brad - 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/

    January 13, 2014 at 7:19 am in reply to: Creating a Random Page #84944
    mrhiking
    Member

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

    January 12, 2014 at 9:44 pm in reply to: Can I use a hook for this? #84902
    mrhiking
    Member

    I 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/9h2TGthETTr

    January 12, 2014 at 9:38 pm in reply to: Can I use a hook for this? #84899
    mrhiking
    Member

    Hi 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
    }
    ?>
    December 23, 2013 at 12:38 pm in reply to: Limit Hook to Specific Page #80926
    mrhiking
    Member

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

    December 22, 2013 at 5:53 pm in reply to: News Pro and Margin Top #80836
    mrhiking
    Member

    It'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!
    - Mike

    December 18, 2013 at 10:43 am in reply to: More Tag Adds Extra Spacing in Post #79971
    mrhiking
    Member

    Looks like my thread got buried. Any CSS gurus that can help out?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble