• 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

Genesis 2.1.0 Duplicates After Entry Widget Content

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

Community Forums › Forums › Archived Forums › General Discussion › Genesis 2.1.0 Duplicates After Entry Widget Content

This topic is: not resolved

Tagged: After Entry

  • This topic has 19 replies, 12 voices, and was last updated 8 years, 8 months ago by SavvyJackie.
Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • June 30, 2014 at 4:33 pm #112225
    GlenF
    Participant

    I'm using the Magazine Pro theme and after upgrading to Genesis 2.1.0 any widget in the After Entry area is duplicated on my posts. I rolled back Genesis and the problem went away.

    I see from the release notes this suspect piece was part of the update:

    "Added new widget area with genesis-after-entry-widget-area theme support."

    http://itconcierge.co
    June 30, 2014 at 5:59 pm #112259
    jandabt
    Member

    Hi. I have the same problem in metro pro child theme.
    I haven't detect another isssue by the moment.

    Thanks.

    June 30, 2014 at 9:10 pm #112305
    SavvyJackie
    Member

    Same problem in the Eleven 40 Pro Theme. Seems like it is doubling it. When adding one widget - it shows before Author Box and one more shows after.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    June 30, 2014 at 11:03 pm #112310
    scottros
    Member

    I have the same problem with Wintersong Pro.

    Seems like it's something related to Genesis 2.1 rather than any individual theme, if we all have the problem?

    June 30, 2014 at 11:05 pm #112311
    tafita
    Participant

    Yep same here for the agency pro theme, it's registering the after entry widget twice.

    Anyone got a solution, there was a recent upgrade to Genesis so reversion to the previous version might work although I have not tried that

    http://invocationofficial.com/our-work/check-out-our-new-website/

    July 1, 2014 at 1:36 am #112332
    Genesis Developer
    Member

    @SavvyJackie & Other Eleven Pro Theme User:

    There have this code in your functions.php file:

    add_action( 'genesis_after_entry', 'reposition_post_page_dates', 5 );

    disable the code once and check the site again:

    //add_action( 'genesis_after_entry', 'reposition_post_page_dates', 5 );

    // will disable the code.


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    July 1, 2014 at 2:25 am #112344
    Intently Digital
    Member

    Disabling that line of code worked for me using Sixteen Nine, thank you!

    July 1, 2014 at 3:19 am #112351
    darren_c
    Member

    Thanks for the fix.
    Works on Agency Pro and Sixteen Nine pro

    July 1, 2014 at 5:07 am #112366
    SavvyJackie
    Member

    Thank you. That worked for me, however the code looked a litte different.
    I commented out this line in my functions.php for the Eleven 40 Pro theme

    add_action( 'genesis_after_entry', 'eleven40_after_entry', 5 );
    

    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 1, 2014 at 6:43 am #112393
    Bart van Maanen
    Participant

    Thanks Savvyjackie, That fix worked for Sixteen Nine (after clearing cache too).

    July 1, 2014 at 6:51 am #112394
    SavvyJackie
    Member

    You're welcome - it was genwrock's suggestion that led to my solution.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 1, 2014 at 6:53 am #112396
    SkintDad
    Member

    Hi, I'm having the same problem but I am running the Metro-Pro theme. Does anyone have a fix for this?

    Thanks is advance.

    July 1, 2014 at 7:08 am #112399
    Bart van Maanen
    Participant

    @ SkintDad See above thread.

    Visit this link: http://www.studiopress.community/topic/genesis-2-1-0-duplicates-after-entry-widget-content/#post-112332

    July 1, 2014 at 7:16 am #112401
    SkintDad
    Member

    Hi Bart, thanks but I do not have that line of code in my theme?

    July 1, 2014 at 7:31 am #112404
    Bart van Maanen
    Participant

    @ SkintDad: I think it's called somewhat different in the Metro Pro theme. Look for this section:

    //* Hooks after-entry widget area to single posts
    add_action( 'genesis_entry_footer', 'metro_after_post'  ); 
    function metro_after_post() {
    
        if ( ! is_singular( 'post' ) )
        	return;
    
        genesis_widget_area( 'after-entry', array(
    		'before' => '<div class="after-entry widget-area"><div class="wrap">',
    		'after'  => '</div></div>',
        ) );
    
    }
    July 1, 2014 at 7:33 am #112407
    GlenF
    Participant

    In Magazine Pro, the line to disable is:
    add_action( 'genesis_entry_footer', 'magazine_after_entry_widget' );

    July 1, 2014 at 7:36 am #112415
    Andrea Rennick
    Member

    It's a small bug, fixes should go out today.


    **forum signature**
    If you need technical support for your theme please file a ticket.

    The forums are community based. Staff only monitors the forum for issues relating to the forum itself and to redirect users to where they need to go.

    July 1, 2014 at 7:40 am #112417
    SkintDad
    Member

    Great! Thanks Andrea.

    - Ricky

    July 1, 2014 at 12:35 pm #112482
    XDude
    Member

    Nice. Thanks, I just registered and was about to start a new thread. Glad I saw your post first!

    Anyway, I'm having the same issue with Outreach Pro. Guess I'll downgrade to 2.0.2 for now!

    July 1, 2014 at 4:20 pm #112514
    SavvyJackie
    Member

    Just installed the latest update 2.1.1 that was just released today. The duplication has been fixed, but I did have to go back to my functions.php in my child theme to add back this code (to undo the temporary fix).

    add_action( 'genesis_after_entry', 'eleven40_after_entry', 5 );


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 20 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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