• 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

Ryan Kennedy

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 32 total)
1 2 →
  • Author
    Posts
  • February 25, 2015 at 5:21 pm in reply to: remove widgets from being visable on posts pages #142290
    Ryan Kennedy
    Member

    Wow, Thanks for the great info. This def helps me do what I need to do.

    February 17, 2015 at 11:10 am in reply to: Edit content archive/blog layout in magazine pro #141114
    Ryan Kennedy
    Member

    Yes.

    February 16, 2015 at 3:55 pm in reply to: Edit content archive/blog layout in magazine pro #141051
    Ryan Kennedy
    Member

    Ok duh I realized I can edit it in genesis settings.

    Thanks so much.

    @DavinderSinghKainth

    Im trying to get a better understanding of customizing wordpress and genesis I wonder if you would be willing to explain a little bit how you made this edit?

    February 16, 2015 at 3:51 pm in reply to: Edit content archive/blog layout in magazine pro #141047
    Ryan Kennedy
    Member

    Wow Thanks, This is great!

    How can adjust the size of the featured image at this point?

    February 9, 2015 at 10:25 am in reply to: Magazine Pro Blog page featured image size? #140197
    Ryan Kennedy
    Member

    I couldnt find what i was looking for there. I need to change how the content is displayed on the magazine pro blog page to look more like a traditional blog. I need to be able to embed video ready to be played.

    February 6, 2015 at 5:59 am in reply to: Help upgrading to Magazine Pro theme #139937
    Ryan Kennedy
    Member

    Hello Again,

    I just realized that all my youtube and other similar embeded content is not showing up either and that sounds like a corrupted media link problem.

    any ideas?

    Thanks

    February 6, 2015 at 5:36 am in reply to: Magazine Pro – blog feed thumbnail change image size #139935
    Ryan Kennedy
    Member

    Hello,

    Im curious if you ever found a solution to this b/c I would like to do the same.

    Thanks

    February 6, 2015 at 5:32 am in reply to: Help upgrading to Magazine Pro theme #139934
    Ryan Kennedy
    Member

    Hello Wirebird,

    Thanks for the reply. It looks like when I moved over to magazine pro theme the formatting of how that theme handles posts on the blog page applied to my data and stayed that way.

    February 6, 2015 at 5:29 am in reply to: Problem with comments on Magazine Theme #139933
    Ryan Kennedy
    Member

    Hello Tom,

    Thanks for your reply. I've since decided to change my theme to magazine pro and Im testing to see if I can get the comments working with the new theme. I will report what I find asap.

    Thank a lot

    February 4, 2015 at 9:20 pm in reply to: Problem with comments on Magazine Theme #139748
    Ryan Kennedy
    Member

    Yes this doesn't seem to change anything

    October 4, 2014 at 9:39 am in reply to: I want to place ad code below the header in Magzine theme #126761
    Ryan Kennedy
    Member

    @braddalton

    Ok, I gave it another try and it is working correctly. I greatly appreciate your help. Let me know how I can repay you.

    Thanks a lot

    Ryan

    October 4, 2014 at 9:29 am in reply to: I want to place ad code below the header in Magzine theme #126760
    Ryan Kennedy
    Member

    @braddalton

    Yes I have advertising code in the widget area and It does show up on the front page with the original code from your site, however when I remove is_home() && conditional tag it then doesn't show on any page. Is there something else I am missing or another way to go about it. I also tried to set the visibility in the widget section also.

    October 3, 2014 at 8:30 pm in reply to: I want to place ad code below the header in Magzine theme #126730
    Ryan Kennedy
    Member

    @braddalton

    I really appreciate your help.

    When I made the correction to the code in text wrangler and entered it into the function.php my site loaded fine however the widget area did not show up anywhere except on the widget page.

    October 3, 2014 at 8:12 pm in reply to: I want to place ad code below the header in Magzine theme #126727
    Ryan Kennedy
    Member

    @braddalton

    That messes up my whole page from loading for some reason. ?

    October 3, 2014 at 8:00 pm in reply to: I want to place ad code below the header in Magzine theme #126724
    Ryan Kennedy
    Member

    @braddalton

    Can you explain what I need to remove a little more in depth?

    October 3, 2014 at 7:41 pm in reply to: I want to place ad code below the header in Magzine theme #126720
    Ryan Kennedy
    Member

    Can you show me perhaps?

    genesis_register_sidebar( array(
    'id' => 'new-widget',
    'name' => __( 'New Widget', 'domain' ),
    'description' => __( 'Add Content Here', 'domain' ),
    ) );

    add_action( 'genesis_after_header', 'your_widget' );
    function your_widget() {
    if ( is_home() && is_active_sidebar('new-widget') ) {
    genesis_widget_area( 'new-widget', array(
    'before' => '<div class="new-widget widget-area">',
    'after' => '</div>',
    ) );

    }

    }

    October 3, 2014 at 7:01 pm in reply to: I want to place ad code below the header in Magzine theme #126715
    Ryan Kennedy
    Member

    @braddalton

    The problem I’m having is editing the functions.php so that the new widget are show up on all pages all the time just like the header. I messed around with the conditional tags but I’m not to confident what code to use. Can you point me in the right direction?

    October 1, 2014 at 10:17 am in reply to: I want to place ad code below the header in Magzine theme #126441
    Ryan Kennedy
    Member

    Thanks for all the help. I've successfully added a new widget area. The problem I'm having is editing the functions.php so that the new widget are show up on all pages all the time just like the header. I messed around with the conditional tags but I'm not to confident what code to use.

    Any help is greatly appreciated


    @braddalton
    your site is very helpful

    September 7, 2014 at 2:22 pm in reply to: How to center the main menu in magazine theme? #123205
    Ryan Kennedy
    Member

    Alright great I copied the code into text wrangler.

    Thanks a ton for the help guys.

    September 7, 2014 at 2:11 pm in reply to: How to center the main menu in magazine theme? #123201
    Ryan Kennedy
    Member

    Thanks for the quick help.

    How do I see the line numbers in the editor section? Should I take the code out another editor to make edits?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 32 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

© 2025 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