Community Forums › Forums › Archived Forums › General Discussion › Genesis 2.1.0 Duplicates After Entry Widget Content
Tagged: After Entry
- This topic has 19 replies, 12 voices, and was last updated 10 years, 5 months ago by SavvyJackie.
-
AuthorPosts
-
June 30, 2014 at 4:33 pm #112225GlenFParticipant
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.coJune 30, 2014 at 5:59 pm #112259jandabtMemberHi. 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 #112305SavvyJackieMemberSame 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 #112310scottrosMemberI 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 #112311tafitaParticipantYep 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 #112332Genesis DeveloperMember@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.
July 1, 2014 at 2:25 am #112344Intently DigitalMemberDisabling that line of code worked for me using Sixteen Nine, thank you!
July 1, 2014 at 3:19 am #112351darren_cMemberThanks for the fix.
Works on Agency Pro and Sixteen Nine proJuly 1, 2014 at 5:07 am #112366SavvyJackieMemberThank 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 themeadd_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 #112393Bart van MaanenParticipantThanks Savvyjackie, That fix worked for Sixteen Nine (after clearing cache too).
July 1, 2014 at 6:51 am #112394SavvyJackieMemberYou'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 #112396SkintDadMemberHi, 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 #112399Bart van MaanenParticipant@ 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 #112401SkintDadMemberHi Bart, thanks but I do not have that line of code in my theme?
July 1, 2014 at 7:31 am #112404Bart van MaanenParticipant@ 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 #112407GlenFParticipantIn Magazine Pro, the line to disable is:
add_action( 'genesis_entry_footer', 'magazine_after_entry_widget' );
July 1, 2014 at 7:36 am #112415Andrea RennickMemberIt'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 #112417SkintDadMemberGreat! Thanks Andrea.
- Ricky
July 1, 2014 at 12:35 pm #112482XDudeMemberNice. 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 #112514SavvyJackieMemberJust 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. 🙂
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.