Community Forums › Forums › Archived Forums › General Discussion › Genesis 2.2.4 and page layout settings
Tagged: Genesis 2.2.4, non-default layout, primary sidebar
- This topic has 10 replies, 8 voices, and was last updated 10 years, 1 month ago by
webcami.
-
AuthorPosts
-
December 16, 2015 at 8:33 pm #173993
webcami
ParticipantIs anyone having issues with Genesis 2.2.4 and page layouts?
I can't get it to override layout settings by page. I reverted the site I was working on back to the old version.
December 16, 2015 at 10:15 pm #173998PeterAaronDiaz
MemberI'm having the same exact problem! So frustrating! How did you revert back to the old version??
December 16, 2015 at 10:19 pm #174000webcami
ParticipantI just got a TWEET from Brian Gardner that they are working on a fix and it should be done tomorrow. I'll post back here when that happens!
I activated twentyfifteen as my theme, deleted the new genesis install and reinstalled the last version. Then, reactivated my child theme. But, if you can wait, I'm sure they will have it fixed soon.
Is anyone having issues with Genesis 2.2.4 and page layouts? I can't get override settings to work by page! #genesiswp
— Cami MacNamara (@WebCami) December 17, 2015
December 16, 2015 at 11:27 pm #174006lelnew
ParticipantThat's great news. I was just about to submit a support ticket. Thanks.
December 17, 2015 at 12:35 am #174009leslie
Memberyup, same problem. also submitted a support ticket. good to know that help is on the way.
December 17, 2015 at 12:51 am #174011leslie
Membersolution posted in the general discussion
December 17, 2015 at 6:21 am #174040Susan
ModeratorSolution posted in the General Discussion, if you don't want to wait for a fix to be applied:
Advice from StudioPress’s Facebook page…
If you’re having the layout issue with 2.2.4, change the following line in lib/functions/layout.php (line 343) to this:
$post_id = is_home() ? get_option( ‘page_for_posts’ ) : null;
December 17, 2015 at 6:42 am #174047chuckreynolds
MemberDon't edit core parent theme files... just a bad idea.
It seems if you don't explicitly force a layout in your child theme layouts then it can screw them up. In my case the page layouts were full-width so i added the filter to my template file.
add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' );But... don't edit parent theme files. bad practice.
December 17, 2015 at 6:55 am #174051Andrea Rennick
MemberChuck - in this case the core edit shown is exactly the fix going into the next release.
**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.
December 17, 2015 at 8:37 am #174063sportydave
ParticipantYes, yes yes! All my sites - various themes page templates are now corrupted!
Kind Regards,
David TrounceDecember 17, 2015 at 12:07 pm #174096webcami
Participant2.2.5 is out!
Genesis 2.2.5 is out and addresses issues we were having #genesiswp https://t.co/z5iXdWBsxp
— Cami MacNamara (@WebCami) December 17, 2015
-
AuthorPosts
- The topic ‘Genesis 2.2.4 and page layout settings’ is closed to new replies.