• 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

oijohn

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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • November 15, 2017 at 9:50 am in reply to: Any tips for updating Genesis from 1.8.2 to 2.5.3? #213585
    oijohn
    Member

    copy website to staging area do the updates and see what happens...

    November 12, 2017 at 3:49 pm in reply to: Full Width Designs #213508
    oijohn
    Member

    you can do it with a plugin such genesis dambuster or you can add a full width template like in business pro

    November 12, 2017 at 3:46 pm in reply to: Add Same Content to the Bottom of Every Post – HOW? #213507
    oijohn
    Member

    Add this to functions.php

    //* Register widget areas
    genesis_register_sidebar( array(
    'id' => 'after-entry',
    'name' => __( 'After Entry', 'theme-prefix' ),
    'description' => __( 'This is the after entry section.', 'theme-prefix' ),
    ) );
    //* Hooks after-entry widget area to single posts
    add_action( 'genesis_entry_footer', 'my_after_entry_widget' );
    function my_after_entry_widget() {
    if ( ! is_singular( 'post' ) )
    return;
    genesis_widget_area( 'after-entry', array(
    'before' => '<div class="after-entry widget-area"><div class="wrap">',
    'after' => '</div></div>',
    ) );
    }

    Then you will want to style it.

    add this to style.css

    /* After Entry
    --------------------------------------------- */
    .after-entry {
    background-color: #ddd;
    border-bottom: 1px solid #222;
    border-top: 2px solid #222;
    margin-top: 40px;
    margin-top: 4rem;
    padding: 30px 0;
    padding: 3rem 0;
    }
    .after-entry p:last-child {
    margin-bottom: 0;
    }
    .after-entry .widget {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    }
    .after-entry .widget:last-child {
    margin-bottom: 0;
    }

    Then your good to go. You may want to change styling slightly all the best.

    June 20, 2016 at 9:08 am in reply to: My new Genesis Site on Author Pro #187869
    oijohn
    Member

    issues with footer credits:

    use genesis simple edits easy to remove footer links and add your own custom footer.

    images as above need to be the same size.

    as for contact form just install ninja forms they have a default form set up for you and will fit style of your page.

    Nick

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

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