• 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

webgirl20

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 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • May 13, 2016 at 4:09 am in reply to: Missing footer #185555
    webgirl20
    Member

    If you click on the word homepage, it will link to the site

    May 9, 2016 at 4:14 pm in reply to: page template for specific page #185317
    webgirl20
    Member

    As I am not much of a coder, where can I find a tutorial on this, that will be easy to understand

    May 2, 2016 at 4:50 pm in reply to: Missing logo in genesis child theme #184848
    webgirl20
    Member

    Thank you for help

    April 28, 2016 at 4:31 pm in reply to: Missing logo in genesis child theme #184642
    webgirl20
    Member

    When you have appearance > header, is it still necessary to add the background url under

    .header-image .site-title > a.
    

    As I added a header image under appearance > header. Are you able to show an example of your explanation above. Am more a designer rather than a developer.
    Thanks

    April 27, 2016 at 9:18 am in reply to: Missing logo in genesis child theme #184520
    webgirl20
    Member

    In my style.css I already had the closing bracket, just forgot to add in the post.
    Still can' work out why the header logo is not showing
    cheers

    April 26, 2016 at 5:31 pm in reply to: Missing logo in genesis child theme #184475
    webgirl20
    Member

    I have removed one of the site-headers, since there was two copies.
    I have also added header option under appearance > header but for some strange reason the header logo is still not showing. I am using Firefox browser & when I use the inspector (tools > web developer >inspector) & hover over the site-header the height is 42px & I can't seem to remove it. Here is a link to it
    This is what I added in the functions.php file

    
    //* Add support for custom header
    	add_theme_support( 'custom-header', array(
    		'flex-width'      => true,
    		'width'           => 750,
    		'flex-height'     => true,
    		'height'          => 149,
    		'header-selector' => '.site-title a',
    	) );
    

    and in the css

    .title-area {
    	width: 750px;
    }
    .header-image .site-title > a {
        min-height: 149px;
    
    April 21, 2016 at 8:11 am in reply to: Genesis child theme weird menu layout #184065
    webgirl20
    Member

    Went back to the Genesis style.css to check the primary nav and site-footer. Once that was fixed the layout went back to the way it was.

    April 21, 2016 at 7:52 am in reply to: Genesis child theme weird menu layout #184060
    webgirl20
    Member

    hi christoph,
    Thanks for that but it didn't fix the problem.
    Think it has something to do with the primary-nav which for the life of me, can't seem to work out

    November 24, 2015 at 4:01 pm in reply to: Add icon below entry-title #171965
    webgirl20
    Member

    Thanks porter for that.
    I changed the

    'genesis_after_header' to 'genesis_entry_header'

    Am only starting out using functions & hooks so am not sure how to add the icon after the echo line

    November 24, 2015 at 9:53 am in reply to: Full width entry header #171922
    webgirl20
    Member

    thanks victor for that,
    is it possible to extend it further across the page as I will be removing the background image and the background will be white

    October 5, 2015 at 5:06 pm in reply to: Agency Pro theme question #167499
    webgirl20
    Member

    Thanks for your reply.
    I don't have a live site as yet, just wanted to know if it can be done

    August 14, 2015 at 5:40 pm in reply to: Question about primary navigation and header logo #162425
    webgirl20
    Member

    This is what I did in my functions.php file
    `//* Reposition the primary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    add_action( 'genesis_before_header', 'genesis_do_nav' );
    `
    Positioned it after the header.

    May 15, 2015 at 9:44 am in reply to: How to increase padding in primary nav #152317
    webgirl20
    Member

    thank you both, I will try out the suggestions you mentioned

    May 9, 2015 at 6:14 am in reply to: How to increase padding in primary nav #151200
    webgirl20
    Member

    thanks for that, am pretty ok at css & html, just few things am not sure about
    did change the 24px padding (re above code) but it increase the spacing between
    Home, Catalogue, Forum & Contact, is it at all possible to increase the padding between
    Catalogue & Forum as there will be a logo in between these 2 heading but not increase the
    padding betwen Home & Catalogue and Forum & Contact.
    thanks

    April 17, 2015 at 10:14 am in reply to: custom page template on genesis sample theme #148244
    webgirl20
    Member

    I am curious, how would you know if the breadcrumb & search widgets have been removed.
    Typed this:

    //* Unregister Genesis widgets
    add_action( 'widgets_init', 'unregister_genesis_widgets', 20 );
    function unregister_genesis_widgets() {
    	unregister_widget( 'Genesis_eNews_Updates' );
    	unregister_widget( 'Genesis_Featured_Page' );
    	unregister_widget( 'Genesis_Featured_Post' );
    	unregister_widget( 'Genesis_Latest_Tweets_Widget' );
    	unregister_widget( 'Genesis_Menu_Pages_Widget' );
    	unregister_widget( 'Genesis_User_Profile_Widget' );
    	unregister_widget( 'Genesis_Widget_Menu_Categories' );
      	unregister_widget( 'Genesis_search' );
      	unregister_widget( 'Genesis_breadcrumb' );
    }
    

    Thanks

    March 19, 2015 at 12:17 pm in reply to: Center logo & navigation #144955
    webgirl20
    Member

    I have included a link in the question above, so if you click on it, it will show what I am after.
    I have not bought the domain name and the site is not live.
    Thanks

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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