• 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

NathanBWeller

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • February 18, 2015 at 12:00 pm in reply to: Custom "After Content Hook" Content for Author Archive Pages #141222
    NathanBWeller
    Member

    Hey thanks for the quick response braddalton. I'll give your tutorial a try and report back later this week. Unfortunately I've got some other work I have to do at the moment. This looks promising though!

    February 6, 2015 at 6:00 pm in reply to: Ambiance Pro Header/Nav Issues #139998
    NathanBWeller
    Member

    Perfect! Made that change and now it works exactly like I was hoping it would. Thank you again for sticking with me!

    February 6, 2015 at 4:34 pm in reply to: Ambiance Pro Header/Nav Issues #139993
    NathanBWeller
    Member

    First of all, I'd just like to say that I'm really appreciative of you for offering up your advice and fixes. I want to make sure you know I'm not trying to be adversarial when I report back that a fix you gave isn't working for me.

    I created a little screen capture video to show you what is going on since I don't appear to be able to explain it.

    http://www.youtube.com/watch?v=q53vT1nmtvw

    I think it is pretty clear that the color of the header when stationary is a plain grey. When I begin to scroll the color changes to a blue-grey.

    And just so we are clear. Yes, I have cleared my browser cache. I do not have a caching plugin installed on my website. And the code has not changed or been altered beyond the fixes we have discussed in this thread.

    February 6, 2015 at 3:00 pm in reply to: Ambiance Pro Header/Nav Issues #139981
    NathanBWeller
    Member

    I'd actually like to keep the transparency effect. It does not appear to be the issue. If you notice, at the moment (with code change you just recommended), the color changes when you begin to scroll down the page from plain gray to blue-gray.

    http://www.wonderkinweekly.com/storytelling-rights/

    My ideal would be for the header to always be blue-gray when stationary and become a transparent blue when scrolling.

    I had achieved this affect last night by simply changing the rgba code but for some reason when I logged back in today the color had reverted.

    February 6, 2015 at 2:39 pm in reply to: Ambiance Pro Header/Nav Issues #139978
    NathanBWeller
    Member

    I want it to be blue-grey.

    February 6, 2015 at 2:21 pm in reply to: Ambiance Pro Header/Nav Issues #139972
    NathanBWeller
    Member

    Hi Krishan and emasai,

    I do not have a caching plugin installed, let alone activated. So that is not the problem.

    Here is the full code for my header:

    /*
    Site Header
    ---------------------------------------------------------------------------------------------------- */
    
    .site-header {
    	left: 0;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 999;
    }
    
    .site-header,
    .single-post .site-header.shrink,
    .site-header.shrink {
    	background-color: rgba(21,25,56,0.5);
    }
    
    .single-post .site-header  {
    	background-color: transparent;
    }
    
    .site-header,
    .single-post .site-header.shrink,
    .site-header.shrink {
    	position: fixed;
    }
    
    .admin-bar .site-header.shrink {
    	top: 32px;
    }
    
    .site-header .wrap {
    	padding: 40px 0;
    }
    
    .header-image .site-header.shrink .wrap,
    .site-header.shrink .wrap {
    	padding: 10px 0;
    }

    Krishan, when I added that bit you gave me it brought the sticky feature back. Thanks! (Still not sure why it would have stopped working in the first place.)

    I think you can see now, particularly on this page (http://www.wonderkinweekly.com/storytelling-rights/), that when you scroll down the sticky header/menu has a noticeably different color than it does before the scroll. It goes from a plain gray to a transparent blue. It also has a bit of hitch in the animation that wasn't there before.

    February 6, 2015 at 2:06 pm in reply to: Ambiance Pro Header/Nav Issues #139967
    NathanBWeller
    Member

    Oh yeah, I meant to remove that earlier because it didn't do anything to solve the problem. I just deleted the exclamation point and re-saved. Unfortunately I'm still not seeing the right color.

    February 5, 2015 at 6:03 pm in reply to: Basic Ambiance Pro Color Scheme Edits #139889
    NathanBWeller
    Member

    Yeah I decided to keep it rgba because I like the opacity effect when scrolling on posts 🙂

    February 5, 2015 at 6:00 pm in reply to: Basic Ambiance Pro Color Scheme Edits #139886
    NathanBWeller
    Member

    Thank you! That worked perfectly. I guess I just didn't realize what was going on with the rgba code. Now that I do, I'm tinkering away.

    December 31, 2013 at 6:32 am in reply to: Genesis and Sensei plugin #82259
    NathanBWeller
    Member

    Hey braddalton, here's the link: http://nathanbweller.com/course/a-story-in-twelve-parts/

    December 30, 2013 at 4:02 pm in reply to: Genesis and Sensei plugin #82164
    NathanBWeller
    Member

    Hello All,

    I'm in the process of publishing a course with Sensei and I'm having some basic layout issues. The sidebar on my lessons and courses keeps getting bumped down below the content. Apparently this is a common problem and there is an ALMOST helpful tutorial in the sensei documentation under the heading "Adjusting the Wrappers" (at the bottom). Except that the code snippets I need to use are written for Canvas and I'm not sure how to adapt them for Genesis with the Prose child theme.

    Any help would be much appreciated!

    Best,

    Nathan B Weller

    September 18, 2013 at 12:31 pm in reply to: Nav align and spacing issues – PROSE #63253
    NathanBWeller
    Member

    Thanks!

    September 17, 2013 at 5:07 pm in reply to: Nav align and spacing issues – PROSE #63073
    NathanBWeller
    Member

    If you figure that out, please post here too 🙂

    September 17, 2013 at 4:41 pm in reply to: Nav align and spacing issues – PROSE #63066
    NathanBWeller
    Member

    Hey BeltofTruthSteve - Yeah, I found another thread where the following code was used. As you mentioned above, it worked for me! Hope it helps you too 🙂

    #subnav .wrap {
    display: table;
    margin: 0 auto;
    width: auto;
    }

    August 13, 2013 at 1:55 pm in reply to: Nav align and spacing issues – PROSE #56142
    NathanBWeller
    Member

    Hey so I'm back. I'm now attempting to center the elements in my secondary nav menu and once again, not having any luck. I tried using the css you wrote above but it doesn't seem to be working.

    July 6, 2013 at 11:19 am in reply to: Nav align and spacing issues – PROSE #49541
    NathanBWeller
    Member

    Once I had a chance to see the nav in the center I opted to get rid of it altogether. But thanks for the help! The margin tips worked perfectly 🙂

    July 6, 2013 at 10:15 am in reply to: Prose Not Displaying Google Fonts #49526
    NathanBWeller
    Member

    That worked, thanks!

    July 6, 2013 at 12:46 am in reply to: Prose Not Displaying Google Fonts #49479
    NathanBWeller
    Member

    Sorry about that. Turned off.

    May 8, 2013 at 6:50 pm in reply to: Color Content Boxes Not Displaying on Prose #39995
    NathanBWeller
    Member

    Ah, thank you so much!  I subbed in the code you told me instead of what I copy and pasted from the tutorial and it's working wonderfully.

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 total)

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