• 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

Lifestyle 3.0: Missing Header Text Settings

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

Community Forums › Forums › Archived Forums › General Discussion › Lifestyle 3.0: Missing Header Text Settings

This topic is: not resolved

Tagged: Header Setting Lifestyle

  • This topic has 15 replies, 4 voices, and was last updated 11 years, 10 months ago by lilypoo.
Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • October 1, 2013 at 11:37 am #64961
    webtourist
    Member

    Missing check-box "Show header text with your image" in Header settings (APPEARANCE). Changed Lifestyle from 2.0 to 3.0 and can select header image but image doesn't appear alt all or not with the site title and description from the "General Settings"
    in the WordPress dashboard and not with the proper size.

    Also cannot find In the Genesis > Theme Settings the “Header Settings” box where to
    select to show the “Image Logo” or “Dynamic Text” logo.

    Best
    Edward

    http://test.webtourist.info/
    October 1, 2013 at 12:23 pm #64972
    Brad Dalton
    Participant

    Its been turned off by default however you can go into your child themes functions.php file and turn it on:

    Line 40:

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    	'header_image'    => '',
    	'header-selector' => '.site-title a',
    	'header-text'     => false,
    	'height'          => 110,
    	'width'           => 320,
    ) );
    

    Change false to true.


    Tutorials for StudioPress Themes.

    October 1, 2013 at 2:47 pm #64987
    webtourist
    Member

    Hi there,
    Thanks, it worked well, the header text now appears fine, but uploaded (851x315) and cropped header image doesn't fill the total header width. Whats's still wrong?

    Best
    Edward

    October 1, 2013 at 3:09 pm #64991
    Brad Dalton
    Participant

    You need to change the values in your child themes functions.php file.

    You may also need to change the values in your child themes style.css file to match the same settings.

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    	'header_image'    => '',
    	'header-selector' => '.site-title a',
    	'header-text'     => false,
    	'height'          => 315,
    	'width'           => 851,
    ) );
    

    Line 894 style.css

    .header-image .site-title a {
    	float: left;
    	min-height: 315px;
    	width: 100%;
    }
    

    Tutorials for StudioPress Themes.

    October 1, 2013 at 4:38 pm #65007
    webtourist
    Member

    Followed your advice exactly and got bigger uploaded image (315 x 851) in Header Setting but selected and cropped part of header image doesn't appear fully in header instead of the header colour. Changing the image size in child themes functions.php file. and style.css file had no effect on site appearance but only in Header Setting dashboard.

    Apart from this the button for changing the header text colour is not here.

    Any idea?

    October 1, 2013 at 5:03 pm #65011
    Brad Dalton
    Participant

    Please leave the full url to your image here and i will make it work for you.

    You can upload it to your media library and grab the url from the edit button.


    Tutorials for StudioPress Themes.

    October 1, 2013 at 5:23 pm #65013
    webtourist
    Member

    Thanks for your help, here is the image-url:

    http://test.webtourist.info/wp-content/uploads/2012/06/Fotolia_39212183_XS-150x150.jpg

    October 1, 2013 at 5:29 pm #65014
    Brad Dalton
    Participant

    Is that the full image you want displayed?


    Tutorials for StudioPress Themes.

    October 1, 2013 at 5:36 pm #65015
    webtourist
    Member

    Yes, this image should be displayed in full header width with WP-General Setting Title and Subtitle like the old version with Lifestyle 2.0 here:

    October 1, 2013 at 6:18 pm #65017
    Brad Dalton
    Participant

    Didn't you want to use an image which is 851?—315?

    Please link to the full image.

    The image you linked to is only 150px.


    Tutorials for StudioPress Themes.

    October 2, 2013 at 3:54 am #65058
    webtourist
    Member

    Hi there,

    Upgrading 4 websites (Genesis 2.0/Lifestyle 2.0) to Lifestyle 3.0 and everything works fine beside the Header Settings (Image +Text). No text-colour tuning in Header-Settting to find and uploaded header-image does not appear in full header width.

    1. Webtourist-Lifestyle3 should appear like Webtourist-Lifestyle2 with this uploaded 970x782image-URL

    2. Prof.Eisenrith3 sholud appear like Prof.Eisenrith.2 with this uploaded image (1663x1143) in full header width with text title and subtitle

    Thank so much for your individual help but I would prefer updating all my other sites by myself from Lifestyle 2.0 to Lifestyle 3.0 when the header settings work fine in the new Lifestyle version. Please inform me, whether there comes out a updated version Lifestyle 2.1 so nobody needs the help of a experienced developer for installing and setting the new Lifestyle.

    Best
    Edward

    October 2, 2013 at 4:27 pm #65126
    Brad Dalton
    Participant

    Hi Edward

    You can easily style the header text using CSS code


    Tutorials for StudioPress Themes.

    October 2, 2013 at 4:52 pm #65135
    webtourist
    Member

    Hi Brad,

    sorry, Im not able coding CSS. This is above the ceiling of my knowledge. Therefore I am a STUDIOPRESS addict who promise creating sites without coding!

    Best I will wait for a updated perfect version 3.1 for child theme Lifestyle in which Header Settings work fine. Please inform me when it is coming out, thank you so much for your help.

    Best
    Edward

    January 10, 2014 at 2:03 pm #84487
    FutureExpat
    Participant

    Hi, I uploaded a header image to Lifestyle Pro, changed the appropriate functions.php and style.css codes as per instructions here. However, when I wanted to turn the site title back on, my image shrank.

    The image is 1140x240, and as far as I can tell by double checking all the instructions, I've made all the code changes necessary.

    I did 2 screen grabs, first is with the full size header, second is after changing false to true in CSS under add support for custom header. Uploaded it as an image at http://vivadamao.com/discoverdaman/wordpress/wp-content/uploads/2014/01/wonkyheader.png

    Dev site is at http://vivadamao.com/discoverdaman.

    Appreciate any help.

    Thanks much,
    Susanna

    March 18, 2014 at 4:59 pm #95573
    webtourist
    Member

    Any chance getting a updated Lifestyle Pro version 3.1 with correct working header text settings (uploaded header image settings) in the near future ?? Waiting therefore since 9/30/13.

    March 20, 2014 at 11:46 am #95854
    lilypoo
    Member

    I believe the change was intentional in order to make the header area responsive, so I'm not holding my breath for it to be "fixed." 😉 I also miss being able to easily add a full-width image.

  • Author
    Posts
Viewing 16 posts - 1 through 16 (of 16 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

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