• 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

Kraft

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 20 posts - 1 through 20 (of 93 total)
1 2 3 4 5 →
  • Author
    Posts
  • August 24, 2014 at 11:47 am in reply to: Genesis rip-off? #120774
    Kraft
    Member

    Hi,

    I haven't used Theme Fuse nor seen the code, so can't comment directly a point-by-point on which is better. As far as Genesis, I used it after seeing the community of developers working with the software. The forums, the #genesiswp Twitter hashtag, the third-party devs building plugins and wriiting tutorials, etc are excellent sources of information, tips, suggestions, best practices and more.

    The team of contributors to Genesis core (both StudioPress folks and community developers who help) have a strong passion to make the best possible parent theme that are easy to extend with relatively little code. Genesis is regularly updated while keeping Genesis lean and simple (e.g. no kitchen sink of unneeded things for show and flash). The licensing is supportive of developers and the free upgrades to Genesis core ensures your client sites can stay with the latest and greatest.

    In short, I have zero hesitation in recommending Genesis. It's solid.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    February 2, 2014 at 3:56 pm in reply to: Runway – Header and Footer Issue #88221
    Kraft
    Member

    2. Instead of using [footer_backtotop text=....], you can add in regular html, e.g. $backtotop = '<img src="http://location-of-image.jpg">';

    3. I don't quite follow what the issue is. For me, it's wrapping and seems aligned currently. Pic of it in the hover state: https://cloudup.com/cXPrU2aLHOf


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 21, 2013 at 2:59 pm in reply to: Education Theme Call To Action with AWeber #36760
    Kraft
    Member

    Great to hear! Good luck on the site.

    Peace,


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 21, 2013 at 2:15 pm in reply to: Education Theme Call To Action with AWeber #36750
    Kraft
    Member

    Hi Fr. John,

    It appears that the #subbutton is set to display: none;, which is why it isn't appearing. This rule is defined in the section beginning on line 2063 of your theme's style.css. You can remove the display: none; line to have it reappear.

    Doing that, adds it back, but it's not placed in a good spot.

    My suggestion would be to add the following rule to your style.css (the very, very end of the file is fine if you're not sure where):
    `.call-to-action input[type=text], .call-to-action input[type=email] {
    padding: 13px 5px 10px;
    }`

    That'll reduce the width of the name/email fields enough to get the Go button in line (at least for me on my browser). The middle value (5px) is what I reduced from the preset to get it to "thin up" enough. Also, this will keep all other input fields the same size as before so it shouldn't make any unintended changes.

    Hope that helps! Thanks Wes for alerting me on Twitter too. Peace!


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 6:12 pm in reply to: Final Debugging of a Completed Complex Minimum Site #32965
    Kraft
    Member

    Hey Danny,

    I have a big client meeting in the morning to launch a new site. Okay if I check this out tomorrow evening?

    My first thought thought re is_singular and the quickblog, have you tried doing it like this:
    is_singular(array( 'post', 'quickpost' )); (just trying to clear out maybe easy things first!)


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 11:03 am in reply to: Balanace Theme Home feature column #32861
    Kraft
    Member

    On line 2248 of your style.css, you'll see

    .enews #subbox, .s {

    change that to

    .enews #subbox, .enews #subbox1, .s {


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 10:31 am in reply to: Balanace Theme Home feature column #32852
    Kraft
    Member

    Can you be more exact on what sucks? I could suggest some changes but don't want to waste your time.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 10:07 am in reply to: Enews Extended w/Diverse Solutions form code #32845
    Kraft
    Member

    Were you able to try just changing the e-mail field name setting to "dsar_18" (without quotes)? I was able to get it working using that. I'm only repeating it as the enews extended widget seems to blend in with the theme a bit smoother than the DS code.

    Thanks.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 10:03 am in reply to: Balanace Theme Home feature column #32844
    Kraft
    Member

    Have you been able to resolve this? It looks good to me, but my sense of design isn't great. 🙂


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 10:02 am in reply to: Enews Extended w/Diverse Solutions form code #32842
    Kraft
    Member

    Hi,

    From the code provided, I was able to get it working (I think… no error message, redirected onto page on your site) using dsar_18 as the value for the e-mail field name.

    Cheers!


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    April 3, 2013 at 7:54 am in reply to: Editing single.php and page.php #32813
    Kraft
    Member

    I'm not familiar with it either, but just a quick double-check before anyone digs too deep.

    If you copied/pasted the code as is, some of the straight quotes would have been re-rendered as fancy quotes, namely the new function (sf_new_comments).  Assuming everything else is right, that would bork up everything.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 22, 2013 at 8:42 pm in reply to: JetPack Publicize #30611
    Kraft
    Member

    Hi Rick,

    Have you posted this in the Jetpack forums? http://wordpress.org/support/plugin/jetpack

    I can't think of what would cause this to happen specifically in Genesis.

    To confirm—you're referring to the Jetpack feature that autoposts new posts to Twitter, Facebook, etc?


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 22, 2013 at 8:39 am in reply to: Remove Primary Sidebar from Edcuation Home Page only #30434
    Kraft
    Member

    Julie,

    That code is working for me, though, depending on where you copied it from, it may be malformatted. Single-quotes must be the traditional single-quotes and not the "fancy" counterpart. See here:

    https://gist.github.com/kraftbj/5221737

    Using the first code, I can remove it from a stock version of Education without issue (ref: http://sp.brandonkraft.net as of now).

    Thanks,

    Brandon


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 20, 2013 at 9:20 am in reply to: Remove Primary Sidebar from Edcuation Home Page only #29706
    Kraft
    Member

    I'm sorry—I don't understand what you're trying to remove.

    It looks to me that there isn't a blog on that site.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 12, 2013 at 12:06 am in reply to: Remove Primary Sidebar from Edcuation Home Page only #25602
    Kraft
    Member

    Hi Julie,

    My apologies for the delayed response. It's usually best to start a new thread when posting an issue—this one was a bit "buried" since the original poster's issue was resolved.

    It looks like you were able to resolve this issue? If you're still having issue, please let me know.

    Cheers!


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 6, 2013 at 9:49 pm in reply to: [Minimum] Set homepage number of post #24725
    Kraft
    Member

    I can't duplicate the behavior I'm seeing on your site and not sure why.

    Trying to think of routes to check:

    1. Have you made any other modifications to Minimum's function.php or other php files?

    2. Have you double-checked the Setting->Readings is set to what you'll like to see on the blog template.

    3. Confirm that the blog page is a page with the blog template set on the right side of the page edit screen.

    :-/


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 5, 2013 at 3:52 pm in reply to: After Page Content Signup #24416
    Kraft
    Member

    I haven't tested it, but to get it on pages, it only requires a small tweak. From Brian's instructions, the line <code>is_singular( 'post' )</code>, change to <code>is_singular( array( 'post', 'page' ) )</code>.

    I edited his gist to do that here: https://gist.github.com/kraftbj/5094618#file-functions-php

    Backup your functions.php and have FTP access. I don't have time to test that out, but it should work just fine per the codex.

    Also, if you want this on ALL post type pages (posts, pages and any custom post types you may have), you can just use is_singular() and not specify a specific post type.

    [NOTE: DO NOT COPY STRAIGHT FROM THE FORUM POST. Use the gist instead. If you just copy/paste, the single quotes will goof everything up since they're being rendered as fancy quotes]


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 5, 2013 at 2:48 pm in reply to: [Minimum] Set homepage number of post #24389
    Kraft
    Member

    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
    Genesis eNews Extended Support

    March 5, 2013 at 11:18 am in reply to: [Minimum] Set homepage number of post #24328
    Kraft
    Member

    What the hell. I pasted it again. https://gist.github.com/kraftbj/5084781


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    March 5, 2013 at 11:17 am in reply to: [Minimum] Set homepage number of post #24327
    Kraft
    Member

    Sorry 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
    Genesis eNews Extended Support

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 93 total)
1 2 3 4 5 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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