• 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 13 posts - 81 through 93 (of 93 total)
← 1 2 3 4 5
  • Author
    Posts
  • December 13, 2012 at 7:06 pm in reply to: Subscription to newsletter not working properly #5116
    Kraft
    Member

    If you use Firefox, you can install the Firebug add-on or with Chrome, you can right-click on something on page and click on "Inspect Element". I learned a lot of CSS by playing inside of Chrome's inspector.

    Checking out the submit button, the styling code for that is at line 1797 of style.css (search forΒ .enews #subbutton), the background-color is the grey currently. The "color" is the text color.

    For the spacing, I'd add some margin to the right of the e-mail box. To the .enews #subbox settings, you can add: margin-right: 10px; (10 can be adjusted to whatever you want).


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 13, 2012 at 5:42 pm in reply to: Subscription to newsletter not working properly #5087
    Kraft
    Member

    The minimum theme purposely removes it, but you can get it back by removing around line 1236 of style.css.

    Remove .enews #subbutton, .searchsubmit {
    display: none;
    }

    Update: Rather, just remove the .enews #subbutton, part of that if you want to keep the search submit button hidden too.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 13, 2012 at 5:25 pm in reply to: Subscription to newsletter not working properly #5082
    Kraft
    Member

    Found it. You pasted the Step 4 code just a line too early. Check out the code above what you pasted -- that's for when the screen is max-width of 300px.

    You'll want to add a } just above what you pasted and remove the second } at the end of the file. That'll close the media query and get the enews styles active.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 13, 2012 at 4:47 pm in reply to: Subscription to newsletter not working properly #5073
    Kraft
    Member

    Hmm. I'm not seeing the code from Step 4 in your style.css. I applied it on my development end and it looks right. Can you verify that styling is in your style. css (and possibly empty your cache if you're using a caching plugin/host provider).

    I'd also change the .enews-widget (the first section of the style in step 4) to say margin: 25px 10% or something similar to keep the widget from bumping too close to the meta above it.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 13, 2012 at 11:58 am in reply to: Subscription to newsletter not working properly #5001
    Kraft
    Member

    One quick thing I noticed. You added the code from Step 2 to style.css-- that should be in functions.php. I can't see what's in your functions.php, so if you already added it there--great! Do remove it from style.css though. πŸ™‚


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 13, 2012 at 11:53 am in reply to: Subscription to newsletter not working properly #5000
    Kraft
    Member

    Hi Cesc,

    Can you reactive the widget so I can have a look at what it's doing (and not doing)?

    Cheers,

    Kraft


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 12, 2012 at 8:25 pm in reply to: Simple URLs Question #4836
    Kraft
    Member

    Hi j32 - it's a manual process. The plugin doesn't try to do more than what everyone commonly expects from it, to keep everyone's site from too much extra code.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 12, 2012 at 4:19 pm in reply to: Ignore this thread #4791
    Kraft
    Member

    Interesting. the em-dash using &mdash works, but not using > or the actual greater-than sign.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 12, 2012 at 4:19 pm in reply to: Ignore this thread #4790
    Kraft
    Member

    Hmm. The above was from posting directly from html mode—not switching to visual mode.

    Now, let's see if — renders as a em-dash.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 11, 2012 at 11:54 pm in reply to: Left Justified Header Banner #4634
    Kraft
    Member
    #header > .wrap

    Just seeing if I could get it to work with the forum πŸ™‚

    update: Guess not.


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 11, 2012 at 1:55 pm in reply to: Left Justified Header Banner #4551
    Kraft
    Member

    I only have a second so I can't nail it down, but for the others checking out this thread:

    It appears that the logo is horizontally responsive--that the header background (CSS on page, line 41) isn't set to a position so it's moving around based on how wide the window is.

    For me, it appears to be too far left, but if I reduce the width of the window, it eventually lines up. My guess is one monitor is wider than the other?


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 7, 2012 at 12:56 am in reply to: Where do I find css code? #3675
    Kraft
    Member

    Susan -- thanks for directing folks to the plugin. All -- thanks for using the plugin! Olya and I are getting her up and running over on the wordpress.org forum for the plugin.

    Peace!
    BK


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

    December 7, 2012 at 12:54 am in reply to: Genesis eNews widget position #3674
    Kraft
    Member

    Try adding this:

    #enews-2 {
    margin-top: 200px;
    }

    (not that I think you should have it at 200px, but just making it obvious that it's moving down! πŸ™‚ )


    Brandon Kraft
    Volunteer
    Blog | Twitter
    Genesis eNews Extended Support

  • Author
    Posts
Viewing 13 posts - 81 through 93 (of 93 total)
← 1 2 3 4 5
« Previous Page

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