• 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

John

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 - 41 through 60 (of 254 total)
← 1 2 3 4 … 11 12 13 →
  • Author
    Posts
  • October 22, 2013 at 2:30 pm in reply to: Responsive Header #68274
    John
    Participant

    When I have other things in my header besides the logo, I add those with text and/or other widgets and make adjustments with CSS. But I still use the logo method as described in the tutorial that Susan mentioned to properly add a logo to the header area.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    October 16, 2013 at 9:48 pm in reply to: Responsive Header #67113
    John
    Participant

    Do you have a link to the actual site you're working on?


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    October 13, 2013 at 7:52 am in reply to: Repeat visitors not seeing header change #66503
    John
    Participant

    Interesting. Are you using version 1 of that theme?

    Regardless of what version it is, you can add the line anywhere before the final ?>

    To be more specific, add it after this line in your code:

    
    add_theme_support( 'genesis-connect-woocommerce' );
    

    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    October 11, 2013 at 7:57 pm in reply to: Repeat visitors not seeing header change #66361
    John
    Participant

    Richard,

    W3 Total Cache isn't my plugin - I just use and recommend it. That's a strange request from your host...normally a caching plugin will or should greatly reduce using resources on a server. Perhaps the caching plugin you were using had some problems.

    Anyhow, the summary of my blog post was that you need to edit your functions.php file to properly add a new version number to your style.css. In fact, the way Genesis works, I'm pretty sure that's the only way you'd be able to do it without doing some serious hacking.

    It looks like you're using the original Lifestyle theme and not Lifestyle Pro, so you'd need to look in your functions.php file for this code:

    
    /** Child theme (do not remove) */
    define( 'CHILD_THEME_NAME', 'Lifestyle Theme' );
    define( 'CHILD_THEME_URL', 'http://www.studiopress.com/themes/lifestyle' );
    

    and add this line after that:

    
    define( 'CHILD_THEME_VERSION', '2.0.20131011' );
    

    I added the date to the version number, which is what I recommended in my blog post, but it could be anything as long as it's different than 2.0.1, which is what Genesis is currently adding to your style.css file name.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    October 11, 2013 at 2:39 pm in reply to: Repeat visitors not seeing header change #66335
    John
    Participant

    Hey Richard,

    Ironically I was just dealing with this issue myself on some of my client sites, and worked out a solution earlier this week that I explain in this blog post (published today): Force browser cache to reload CSS: Genesis, WordPress, W3 Total Cache

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 25, 2013 at 12:02 pm in reply to: Keep the Header Right Nav from moving below logo on resize? #64106
    John
    Participant

    Protospace,

    I'm using that logo replacement method on several sites that are running the Executive theme and it works great. What isn't working for you?

    RE theme updates, those are few and very far between, and a theme isn't like WordPress - you don't have to update if you don't want to.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 25, 2013 at 11:58 am in reply to: Keep the Header Right Nav from moving below logo on resize? #64105
    John
    Participant

    notfarnow,

    It's a CSS issue, which I wasn't able to completely address in that tutorial without it becoming book-length.

    Your #title-area is switching to width: 100%; when your browser hits 1023px and below, which pushes the widget area underneath the logo. So if you remove #title-area, from line 2123 in your style.css you'll be moving in the right direction, though you may need to make some further tweaks to get it just right.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 18, 2013 at 8:45 am in reply to: Real image as header instead of background img wth Simple Hooks or custom code? #63201
    John
    Participant

    handig,

    What happened when you tried that tutorial?

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 18, 2013 at 8:42 am in reply to: Mobile responsive header image #63199
    John
    Participant

    Lee,

    How to replace the StudioPress background header image with a real image logo


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 15, 2013 at 5:11 pm in reply to: How to add a Soliloquy slider to a Genesis page template file #62720
    John
    Participant

    You're welcome!


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 12, 2013 at 7:09 pm in reply to: Metro Pro vs. Metro #62167
    John
    Participant

    The plugin is really very lightweight, but if you're truly against using a plugin you could just download it, extract the appropriate code, and add it to your functions.php file or wherever you put your custom code in your website.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 10, 2013 at 1:06 pm in reply to: Getting Custom Title Image to be Responsive #61735
    John
    Participant

    Hey Bill,

    I would make the following changes to your style.css:

    Delete or comment out line 222 completely:
    .header-image #title-area, .header-image #title, .header-image #title a {float: left;}

    Same with line 187:
    #title {...}

    And in line 178, #title-area, I would comment out the following:

    
    min-height: 100px;
    width: 350 px;
    

    and I would probably change the padding in line 178 to:

    padding: 15px 0 0 15px;

    to add some padding to the left of your logo image. That one's my personal opinion, as it looks like it could use some room on the left side of the logo...

    Otherwise, nice job!

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 9, 2013 at 5:54 pm in reply to: Metro conflict with Jetpack Image Widget #61603
    John
    Participant

    Gretchen,

    I just left a comment on your post in the WordPress forums, but I'll add one here too for anyone else with this issue.

    Earlier this year I wrote a blog post about fixing the Metro theme widget titles, and created a plugin that makes it an easy fix: Metro Theme Widget Titles.

    As a bonus, the latest version of the plugin restores the new Metro Pro widget titles to the original Metro look.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 9, 2013 at 3:12 pm in reply to: Metro Pro vs. Metro #61584
    John
    Participant

    This plugin should restore the Metro Pro widget titles, comment title, and comment reply title to the original Metro look: Metro Theme Widget Titles


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 9, 2013 at 9:00 am in reply to: Minimum Pro Design Questions #61513
    John
    Participant

    Nice work, John!


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 9, 2013 at 8:56 am in reply to: Metro Pro header image & iPhone #61510
    John
    Participant

    I still think that following the image logo tutorial is your best choice here. I personally don't use the default StudioPress background header image stuff because I think there's a better way to do it.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 9, 2013 at 7:59 am in reply to: Metro Pro header image & iPhone #61498
    John
    Participant

    I would say that the SEO concerns have been addressed. I've run several sites through SEO "checkers" and they all passed.

    After adding your logo image following the tutorial, you should be able to add the background style you now have in .site-title a to .site-header, for example, and your logo image should then appear on top of that, and independent from the header background.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    September 7, 2013 at 2:26 pm in reply to: Metro Pro header image & iPhone #61253
    John
    Participant

    This should help: http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo

    If you follow this method you can still add a header background image with CSS that would be independent of your logo image.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    August 24, 2013 at 12:16 pm in reply to: How to add a mobile responsive menu to your Genesis WordPress website #58605
    John
    Participant

    Hey Olivier,

    Glad it all worked out for you, and thanks for adding the tips and suggestions for switching up the code. I agree, there is a lot of power and extensability in the Genesis framework. Once you get through the learning curve, nearly anything is possible!

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

    August 23, 2013 at 3:08 pm in reply to: How to add a mobile responsive menu to your Genesis WordPress website #58520
    John
    Participant

    Olivier,

    I originally played around with placing the menu below the footer, like you have it now, but I thought it was more user-friendly to have it just after the content. Plus, for menus that are shorter than the device screen they appear at the top of the screen when you click the Menu link, instead of somewhere lower on the screen.

    For change #1, the menu link is behind your slider, and you'll need to play with that CSS a bit to bring it out. A better solution might be to leave the action hook as it was, but change the priority from 6 to something else, like 20. That way, I think, it would show up after your search widget and you could float it to the right of that.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google 😉

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 254 total)
← 1 2 3 4 … 11 12 13 →
« Previous Page

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