• 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

ellenstevens

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 33 total)
1 2 →
  • Author
    Posts
  • April 24, 2015 at 10:04 am in reply to: Altitude Header – Change the color when scrolled #149036
    ellenstevens
    Member

    Matt,

    I can't see your code, so I'm shooting in the dark here. Look for these two areas to change the title font and menu font:

    Initial Font Appearance:

    .site-header {
    background-color: #fff;
    color: #000;
    }

    Scroll Down Font Appearance:

    .site-header.dark {
    background-color: #D2691E;
    color: #4775A3;
    }

    April 24, 2015 at 9:12 am in reply to: Altitude Header – Change the color when scrolled #149030
    ellenstevens
    Member

    Matt:

    Try looking on your style.css file for code similar to:

    .site-header.dark {
    background-color: #fff;
    color: #000;
    }

    (In Altitude Pro, .site-header .dark is the second menu when you scroll down. The initial menu code is labeled .site-header.)

    I would go to http://www.w3schools.com/tags/ref_colorpicker.asp? to find your preferred orange and blue shade and change out the colors in the above code. For example:

    .site-header.dark {
    background-color: #D2691E;
    color: #4775A3;
    }

    Hope that helps.

    April 23, 2015 at 8:14 pm in reply to: How to add different page header/nav menu? #148957
    ellenstevens
    Member

    Any ideas?

    March 9, 2014 at 8:50 pm in reply to: Minimum Pro – Header Background Image Inside Pages #94107
    ellenstevens
    Member

    Found it.

    How to apply background image to inner pages in Minimum Pro

    January 26, 2014 at 1:47 pm in reply to: Minimum Pro – Reduce Space Above Home Widgets #87118
    ellenstevens
    Member

    Anyone else have any ideas?

    I'm trying to reduce the white space above the homepage widgets, below the blue tagline.

    Home

    December 17, 2013 at 11:08 am in reply to: Minimum Pro – Reduce Space Above Home Widgets #79787
    ellenstevens
    Member

    Thanks for responding, but this doesn't seem to be the right code. This changes the padding for the interior pages, not for the homepage.

    Any other ideas?

    December 17, 2013 at 10:40 am in reply to: Minimum Pro – Reduce Background Image Space #79783
    ellenstevens
    Member

    Found it!

    .minimum .site-tagline {
    margin-top: 600px;
    margin-top: 60rem;
    }

    December 17, 2013 at 2:06 am in reply to: Minimum Pro – Move Primary Nav below Header #79697
    ellenstevens
    Member

    At first this seemed to work, but something still isn't right. When I view the site on an iPad (landscape), or on a laptop and shrink the browser size, the primary nav menu disappears.

    I'm not sure where to fix it.

    Any thoughts?

    Thanks for your help and patience!!

    Home

    December 16, 2013 at 7:24 pm in reply to: Minimum Pro – Reduce Background Image Space #79615
    ellenstevens
    Member

    In Minimum Pro, there is a background image that the contents scroll over. There is a large open space where the image is shown. How can I reduce the height of the open space?

    Right now the image is so large (height) that the contents are below the screen view.

    Any thoughts?

    ellen

    http://www.ellenstevens.com/test

    December 16, 2013 at 4:54 pm in reply to: Minimum Pro – Move Primary Nav below Header #79571
    ellenstevens
    Member

    And one more... 🙂

    How do I add padding-top to interior pages? Because of the raised fixed nav menu, titles for interior pages are covered by the menu bar. Any ideas?

    Thanks!!

    December 16, 2013 at 4:43 pm in reply to: Minimum Pro – Move Primary Nav below Header #79568
    ellenstevens
    Member

    This is looking better! One more issue, though...

    The fixed nav is fine, except when viewed on a smaller screen (for example, vertical iPad or phone). I'm sure this is affected by media inquiries/screen size. How do I remedy this?

    ellen

    December 16, 2013 at 2:55 pm in reply to: Minimum Pro – Reduce Background Image Space #79559
    ellenstevens
    Member

    Any ideas?

    December 15, 2013 at 7:42 pm in reply to: Minimum Pro – Move Primary Nav below Header #79326
    ellenstevens
    Member

    Wait! Something has changed.

    1) When I added the header logo, a gap appeared between the Header and Nav Bar. Now the background image is showing up between them. Any thoughts?

    2) Is there a way to shorten the height of the background image shown?

    http://www.ellenstevens.com/test

    December 15, 2013 at 12:49 am in reply to: Minimum Pro – Move Primary Nav below Header #79201
    ellenstevens
    Member

    Perfect! Thank you so much.

    es

    December 15, 2013 at 12:33 am in reply to: Site Footer & Widgets appear in sidebar #79194
    ellenstevens
    Member

    The site: http://www.ellenstevens.com/test

    December 14, 2013 at 11:55 pm in reply to: Minimum Pro – Move Primary Nav below Header #79185
    ellenstevens
    Member

    Halfway there.

    1) Commenting out the code in function.php removes the nav menu completely.
    2) If I add the following to CSS, it places the menu below the header: .nav-primary {
    margin-top: 62px;
    margin-top: 6.2rem;
    3) However, I need the nav menu to stay in place when the screen rolls up. Currently, it just disappears.

    Any thoughts?

    http://www.ellenstevens.com/test

    December 13, 2013 at 7:05 pm in reply to: Header Widget – Align Right #78947
    ellenstevens
    Member

    Thanks! That fixed the right alignment. Now, how do I get it to align vertically? I've added: vertical-align: top, but that doesn't seem to work.

    Any tips?

    July 24, 2013 at 10:40 am in reply to: Unable to register homepage widgets #52249
    ellenstevens
    Member

    I'm sure the plugins work, but they don't have what I am looking for. I did figure out the problem. Apparently in Prose, the Custom Functions option does not work for registering sidebars.

    Here is a great workaround for anyone else trying to figure this out:

    http://wpconnected.com/genesis-custom-home-page/

    July 23, 2013 at 12:28 pm in reply to: Unable to register homepage widgets #52112
    ellenstevens
    Member

    I've tried the plugins and they don't seem to be working.

    I've also tried to hardcode registering the sidebar widgets by placing code into Custom Functions. This doesn't seem to work, either. Can you see if there is something missing with the code?

    /* Register Widgets */
    register_sidebar( array( 'id' => 'home-top',
    'name' => __( 'Home Top', 'prose' ),
    'description' => __( 'This is the homepage top section.', 'prose' ),
    'before_widget' => '',
    'after_widget' => ''
    ));

    register_sidebar( array(
    'id' => 'home-mid-l',
    'name' => __( 'Home MidPage Left', 'prose' ),
    'description' => __( 'This is the home mid-page left section.', 'prose' ),
    'before_widget' => '',
    'after_widget' => ''
    ));

    register_sidebar( array(
    'id' => 'home-mid-m',
    'name' => __( 'Home MidPage Middle', 'prose' ),
    'description' => __( 'This is the home mid-page middle section.', 'prose' ),
    'before_widget' => '',
    'after_widget' => ''
    ));

    register_sidebar( array(
    'id' => 'home-mid-r',
    'name' => __( 'Home MidPage Right', 'prose' ),
    'description' => __( 'This is the home mid-page right section.', 'prose' ),
    'before_widget' => '',
    'after_widget' => ''
    ));

    register_sidebar( array(
    'id' => 'home-bottom',
    'name' => __( 'Home Bottom', 'prose' ),
    'description' => __( 'This is the homepage bottom section.', 'prose' ),
    'before_widget' => '',
    'after_widget' => ''
    ));
    ?>

    July 23, 2013 at 7:58 am in reply to: Unable to register homepage widgets #52051
    ellenstevens
    Member

    I've tried this. It doesn't work correctly. 1) it adds an additional menu bar, 2) it doesn't offer the sidebar locations I'm looking for, 3) the sidebars it does offer don't appear.

    Any other ideas?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 33 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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