Forum Replies Created
-
AuthorPosts
-
Huh. It shouldn’t do that.
(ref: http://sp.brandonkraft.net/ showing 2 and http://sp.brandonkraft.net/templates/blog/ showing 10 per Settings->Reading).
Can you send the links to your actual site? Have you made any additional modifications to Minimum beyond this?
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportWhat the hell. I pasted it again. https://gist.github.com/kraftbj/5084781
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportSorry Matteo—either the forum stripped the link or I pasted it badly. Either way possible.
The code in the gist above, in your functions.php of minimum, let’s you control, specifically, the number of posts on the home page. The example is at 15, you can change that as you desire.
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended Supportwell, the code got mangled and the above solution is easier, so I’ll let this post slide.

Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportAh, I’m following you. I’d do both php and css… just hiding the primary sidebar would still require the server to produce it and your user to download it.
In style.css, try adding a:
body.home #content {
width: 880px;
}(may need width: 880px !important;)
In home.php, add
remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );beforegenesis();That remove the sidebar and then increases the content space to fill the gap.
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportThanks for marking this as resolved!
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportMarch 4, 2013 at 1:57 pm in reply to: Minimum: Sidebar disappear when Home Featured Widget turned on #24109Thanks for marking this as resolved!
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportThanks for marking this one resolved too

Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportMarch 4, 2013 at 1:56 pm in reply to: How to remove: "Sorry, no posts matched your criteria" text, but not section? #24107Thanks for marking this resolved!
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportThanks for marking this as resolved!
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportI’m not sure I understand your question.
You do not want the theme to be responsive, but you want it to “fit” various devices?
Frankly, that’s going to be pretty difficult. You’ll need to research the exact widths of the various devices you want to design for, then change/recreate the Responsive Design section at the end of style.css to use “width” instead of “max-width” (@media only screen and (max-width: 800px) { ) for each of the sizes you want to design for.
If you want to simply turn off responsive, I think you can handle that by removing the responsive design section and then changing line 176 to width: 1140px; instead of max-width.
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportI see you’ve marked this as resolved. I’m glad you were able to get it working!
Cheers!
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportDo you mean when writing/post on your own blog or in general? I haven’t noticed it myself, but that doesn’t mean anything

Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportThanks Ted for marking this resolved.
For anyone finding this thread, one common reason for these settings to disappear is Genesis automatically deactivates this area when another SEO plugin is detected.
Cheers!
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportIt is pretty easy, I believe.
Does adding this code to your home.php file do it for you?
https://gist.github.com/kraftbj/5084917
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended Support -
AuthorPosts