• 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

Christoph

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 - 2,781 through 2,800 (of 2,831 total)
← 1 2 3 … 139 140 141 142 →
  • Author
    Posts
  • January 10, 2015 at 11:16 am in reply to: navigation menu question Sample Child Theme 2.1.2 #136891
    Christoph
    Member

    You must have made some customizations that you didn't tell me about 😉

    Next thing that works for me:

    Around line 865

    .site-header {
    	background-color: #fff;
    	min-height: 204px;
    }

    add
    background: url(http://www.securitytechmaster.com/wp-content/uploads/2015/01/1-8-2015-logo735x204.png) no-repeat center !important;

    So it looks like this:

    .site-header {
    	background-color: #fff;
    	min-height: 204px;
    	background: url(http://www.securitytechmaster.com/wp-content/uploads/2015/01/1-8-2015-logo735x204.png) no-repeat center;
    }

    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 9, 2015 at 11:01 pm in reply to: navigation menu question Sample Child Theme 2.1.2 #136829
    Christoph
    Member

    We will get this sorted out.

    My Question about the genesis simple headers plugin was just to find out if the inline css came from this plugin.
    By installing and activating it, step 2 became impossible because the plugin is hiding the header settings...

    I´m sorry about the confusion. I didn´t express myself clearly enough.

    Please deactivate the Genesis Simple Headers plugin.
    Now you should see the Genesis - Theme Settings - Header settings area.
    Make sure it is set to Image Logo.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 9, 2015 at 5:17 pm in reply to: Minimum Pro hyper link BG image #136804
    Christoph
    Member

    Looks like you figured it out. Nice work!


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 9, 2015 at 5:03 pm in reply to: Resizing Browser Window Cuts Off Header #136802
    Christoph
    Member

    Hi,

    this tutorial should solve your problem:
    http://thepixelista.com/responsive-genesis-child-theme-logo/


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 9, 2015 at 3:10 pm in reply to: Website has been slow for two days #136784
    Christoph
    Member

    Hi,

    besides possible performance problems from hostgator, you can check your page performance with several websites:
    http://gtmetrix.com
    http://tools.pingdom.com/fpt/
    https://developers.google.com/speed/pagespeed/insights/

    And I´m sure there are even more out there...
    They will give you suggestions how to make your website faster.

    Big points are usually:
    optimizing images (you can use online services like http://www.compressor.io, http://www.kraken.io, http://www.smushit.com/ysmush.it/, tinypng.com,... for that) and
    using a caching plugin (like wp-supercache or w3total cache).

    If you want to find out the impact plugins have on your website load times you can use the p3-profiler plugin.
    https://wordpress.org/plugins/p3-profiler/

    There are also plugins to check your database and help optimize it (like wp-optimize), but be very careful with that and always make sure you have an up-to-date backup of your website.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 9, 2015 at 2:51 pm in reply to: navigation menu question Sample Child Theme 2.1.2 #136780
    Christoph
    Member

    Ok, why don´t you try the following:

    1. remove the logo from Appearance - Header - Header Image
    2. make sure Genesis - Theme Settings - Header is set to Image Logo
    3. change the code around line 898 of the style.css to

    .header-image .site-title > a {
    	background: url(http://www.securitytechmaster.com/wp-content/uploads/2015/01/1-8-2015-logo735x204.png) no-repeat center;
    	float: left;
    	min-height: 204px;
    	width: 100%;
    }

    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 9, 2015 at 1:58 pm in reply to: navigation menu question Sample Child Theme 2.1.2 #136774
    Christoph
    Member

    Hi,

    there is always hope.

    Did you install the genesis simple headers plugin?


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 8, 2015 at 11:57 pm in reply to: Collapsing mobile menus? #136456
    Christoph
    Member

    Hi,

    maybe these tutorials can help:

    How to add Beautiful Pro’s mobile responsive menu in other Genesis themes

    How to make Header menu in Genesis mobile responsive similar to that in Beautiful Pro

    Genesis Mobile Responsive Nav Menu


    http://ozzyrodriguez.com/tutorials/genesis/genesis-responsive-menu-2-0/


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 8, 2015 at 11:48 pm in reply to: Issues with of Spacing Header Right Widget #136454
    Christoph
    Member

    Hi,

    around line 1129 of the style.css after the following code

    /* Widget Area
    --------------------------------------------- */
    
    .site-header .widget-area {
    	float: right;
    	text-align: right;
    	width: 728px;
    }

    add

    .site-header .widget-area #text-5 {
    	padding-top: 15px;
    }

    Adjust the 15px to your liking.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 8, 2015 at 11:10 pm in reply to: navigation menu question Sample Child Theme 2.1.2 #136452
    Christoph
    Member

    Hi,

    I´m not sure if you are using a plugin to get your new logo as background into the header.
    If you can adjust the following line of inline css

    background: url(http://www.securitytechmaster.com/wp-content/uploads/2015/01/1-8-2015-logo735x204.png) no-repeat !important;

    to include center like so:

    background: url(http://www.securitytechmaster.com/wp-content/uploads/2015/01/1-8-2015-logo735x204.png) no-repeat center !important;

    your logo will be centered.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 8, 2015 at 12:54 pm in reply to: Customize Search Form Results #136405
    Christoph
    Member

    Hi,

    the following two tutorials might help:

    To include tags in search:
    http://www.rfmeier.net/include-category-and-post-tag-names-in-the-wordpress-search/

    To show featured images:

    How to display only the Title and Featured Image for Posts in Genesis


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 4:39 pm in reply to: Sixteen Nine Footer Cut Off #136318
    Christoph
    Member

    You are welcome!
    Glad I could help.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 2:19 pm in reply to: Beautiful Pro Menus Not Quite Right #136308
    Christoph
    Member

    You are welcome.

    Don't hesitate to ask questions.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 2:03 pm in reply to: Beautiful Pro Menus Not Quite Right #136306
    Christoph
    Member

    I´m still seeing the lines in the code.
    Did you save the changes?


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 1:49 pm in reply to: Beautiful Pro Menus Not Quite Right #136304
    Christoph
    Member

    Hi,

    you changed the following code in the style.css around line 876

    .title-area {
    	float: left;
    //* Removed 12/10/2014
    //*	padding-top: 10px;
    //*	width: 320px;
    	width: 0px;
    }

    To place a "read-only" comment in css wrap it like this:
    /* content you don't want executed */


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 11:34 am in reply to: Social Circles (Minimum) #136294
    Christoph
    Member

    Hi John,

    you are welcome.
    I´m glad I could help.
    Great job on your website!

    Be well,
    Christoph


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 11:25 am in reply to: Social Circles (Minimum) #136292
    Christoph
    Member

    Hi John,
    in home.php you will see the following code:

    if ( function_exists( 'genesis_grid_loop' ) ) {
    		genesis_grid_loop( array(
    			'features'              => 1,
    			'feature_image_size'    => 0,
    			'feature_image_class'   => 'alignleft post-image',
    			'feature_content_limit' => 0,
    			'grid_image_size'       => 'grid-featured',
    			'grid_image_class'      => 'grid-featured',
    			'grid_content_limit'    => 250,
    			'more'                  => __( '[Continue reading]', 'eleven40' ),
    		) );

    You can edit feature_image_size' => 0, to display the featured image. 1 will show the image full size, 'thumbnail' will show a thumbnail...

    To change the alignment of the image you can edit
    'feature_image_class' => 'alignleft post-image',

    For more information about the image sizing and the loop in general:
    http://my.studiopress.com/tutorials/genesis-grid-loop/
    http://philipgledhill.co.uk/genesis-grid-loop-tutorial/


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 7, 2015 at 9:44 am in reply to: Text is far too light – how to darken ? #136288
    Christoph
    Member

    Hi,

    you are welcome.
    I´m glad I was able to help.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 6, 2015 at 11:23 pm in reply to: Minimum Pro – Retinal Logo #136260
    Christoph
    Member

    Hi,
    did you try this tutorial?
    http://writenowdesign.com/blog/wordpress/wordpress-how-to/add-retina-logo-genesis-template/


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    January 6, 2015 at 11:10 pm in reply to: navigation menu question Sample Child Theme 2.1.2 #136258
    Christoph
    Member

    Hi,

    1. Center Logo

    How To Center Your Header Image or Logo In Genesis Sample Theme

    Change line 865 of the style.css to
    .site-header .wrap {
    padding: 40px 0;
    width: 400px; /* Add This Line With Image Width */
    }

    2. Move Primary Navigation down
    Around line 1041 of the style.css .nav-primary {
    add
    margin-top: 5px;
    change the 5 to any value you prefer.

    3. Change color of the background of the Primary Navigation
    Around line 1041 of the style.css .nav-primary {
    change
    background-color: #333
    to any hex color code you want.

    4. Change the "height" of the Primary Navigation
    Around line 947 of the style.css genesis-nav-menu a {
    change the first value (30px) of
    padding: 30px 24px;

    5. Add border around Primary Navigation
    Around line 1041 of the style.css .nav-primary {
    Add

    border-top: 5px solid #fff;	
    border-bottom: 5px solid #fff;

    Change the 5px value to change the thickness of the border and the #fff to change the color of the border.

    6. Home Button
    In WordPress go to Appearance - Menus - Links. Enter your website address at URL and Home at Link Text.
    Click Add to Menu.
    Drag and Drop the new Home menu item to the top of the menu items.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

  • Author
    Posts
Viewing 20 posts - 2,781 through 2,800 (of 2,831 total)
← 1 2 3 … 139 140 141 142 →
« 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