• 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

pxforti

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 - 81 through 100 (of 117 total)
← 1 2 3 4 5 6 →
  • Author
    Posts
  • October 14, 2013 at 5:09 pm in reply to: Adjusting header size for magazine child theme #66721
    pxforti
    Participant

    Glad to hear it worked 🙂


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 4:17 pm in reply to: Adjusting header size for magazine child theme #66713
    pxforti
    Participant

    Yes, that's probably why it's not working.

    Look in theme functions.php for something like this:

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array(
    'width' => 960,
    'height' => 115
    ) );

    You can adjust the custom header to whatever you want.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 9:22 am in reply to: Genesis Framework – Spacing between primary navigation menu #66657
    pxforti
    Participant

    I don't see this on your site.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 9:14 am in reply to: Genesis new Portfolio page layouts #66654
    pxforti
    Participant

    Hi,

    I created a custom portfolio page for my site based on the genesis original.

    You can add or more content as you see fit and include categories if you want.

    http://writenowdesign.com/blog/wordpress/how-to-build-a-portfolio-for-genesis-2-0/


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 9:10 am in reply to: Adjusting header size for magazine child theme #66650
    pxforti
    Participant

    your image is 1000px. if you make it 960px it should be good. make sure the image is not cached.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 9:07 am in reply to: .site-container size: Why 1140px? #66648
    pxforti
    Participant

    You can make it any width you want, but you might have to rewrite a lot of css to adjust for width change; eg, sidebar, main, header and footer code. It depends on whether widths are set in pixels or percents. If percents, they will probably adjust fine.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 9:01 am in reply to: Adjusting header size for magazine child theme #66644
    pxforti
    Participant

    your header is 960px by 323px wide. You need to make header image that size.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 8:59 am in reply to: Problems with setting up Google Authorship #66643
    pxforti
    Participant

    Your google author link is on your pages. Make sure you set up google plus so google knows you are a contributor to your website. Search google for instructions on how to do this.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 8:57 am in reply to: Images not filling the full width in the Executive Pro Slider #66642
    pxforti
    Participant

    Your slider is 1140px by 445px; you need to make your image that size; keep in mind that part of the image is hidden behind the text.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 8:55 am in reply to: subdomain url looks like subdirectory #66640
    pxforti
    Participant

    if you add a subdomain like new.mysite.com, when you enter that url, it should look like this: http://new.mysite.com

    If not, then subdomain is not set up correctly. you do not need to modify the .htaccess file to make this happen. Contact your host to determine the problem.


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 8:53 am in reply to: Nav menu color the entire width of content #66638
    pxforti
    Participant

    looks like you figured it out. menu is all same color


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 8:50 am in reply to: Couple of problems with Executive Pro #66637
    pxforti
    Participant

    try this:

    .genesis-nav-menu .sub-menu a {
    background: #fff;
    }


    writeNowDesign
    WordPress and Ecommerce Website Design

    October 14, 2013 at 8:45 am in reply to: Sidebar widget – width #66635
    pxforti
    Participant

    .content-sidebaralt #sidebar-alt, .sidebaralt-content #sidebar-alt {
    width: 19%;
    }


    writeNowDesign
    WordPress and Ecommerce Website Design

    August 7, 2013 at 6:37 pm in reply to: Genesis 2.0 & header/logo issues #54767
    pxforti
    Participant

    Looks like you got it fixed. I don't see any header text.


    writeNowDesign
    WordPress and Ecommerce Website Design

    August 7, 2013 at 6:31 pm in reply to: Genesis 2.0 Portfolio Shows Unwanted Thumbnails #54766
    pxforti
    Participant

    Finally figured this one out.

    remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );

    I added a priority of 8 to the remove action, same as in the genesis post.php add_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );


    writeNowDesign
    WordPress and Ecommerce Website Design

    August 7, 2013 at 3:29 pm in reply to: Went from beta-2 to final 2.0 and styling fell apart #54717
    pxforti
    Participant

    also, css styles for archive navigation change names from .navigation to .archive-pagination


    writeNowDesign
    WordPress and Ecommerce Website Design

    August 7, 2013 at 2:34 pm in reply to: Genesis 2.0 Portfolio Shows Unwanted Thumbnails #54689
    pxforti
    Participant

    Note: I just commented out remove_action( 'genesis_entry_content', 'genesis_do_post_image' ); and there was no change.

    It is possible that genesis_do_post_image has a bug and it not working because of that?


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 23, 2013 at 1:08 pm in reply to: HTML5 and child themes #52119
    pxforti
    Participant

    This is what I used to figure it out:

    http://www.studiopress.com/news/genesis-2-0-resources.htm


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 7, 2013 at 6:36 pm in reply to: Agency Change Header Size #49726
    pxforti
    Participant

    In your theme's functions.php file, look for a line similar to this:

    You can change the width and height there.

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array(
    'width' => 1140,
    'height' => 100
    ) );


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 5, 2013 at 11:44 am in reply to: Agency Change Header Size #49361
    pxforti
    Participant

    Terri,

    There is already a background image in that folder called bg.png. That image is what creates the different colors and textures in the top of your site. If you open that file in photoshop or any image editor, you will see it's just a sliver that repeats across the page horizontally. If you change the header height, then things don't line up with the background image. You have to add 85px to the top of that image and make it black because the top part is already black. Make a backup of the original image first just in case you make a mistake or want to switch back


    writeNowDesign
    WordPress and Ecommerce Website Design

  • Author
    Posts
Viewing 20 posts - 81 through 100 (of 117 total)
← 1 2 3 4 5 6 →
« 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