• 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 17 posts - 101 through 117 (of 117 total)
← 1 2 3 4 5 6
  • Author
    Posts
  • July 5, 2013 at 11:23 am in reply to: Executive Header Help #49354
    pxforti
    Participant

    I think you already figured it out. John's screen shot shows the nav div and it's id/class.

    If I want a header id or class, I right click in chrome and select Inspect Element. It takes me to that element or close to it. Then I can find its class or id. If there is no class, you can use it's container; eg, #header .wrap


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 5, 2013 at 11:15 am in reply to: Executive Header Help #49351
    pxforti
    Participant

    The defaults are browser defaults. To change them, you have to write a rule.


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 5, 2013 at 10:58 am in reply to: Executive Header Help #49344
    pxforti
    Participant

    If you can't find a css rule with firebug, try searching your style.css. If it's not there, then there is no specific css rule and formatting is default. I don't think there are css rules that affect your theme in the genesis framework. In some cases, the css might be hard coded into the genesis php. You can also search the genesis folder to the rule.


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 5, 2013 at 10:52 am in reply to: Agency Change Header Size #49340
    pxforti
    Participant

    Hi

    If you make your header 200px high, then everything below the header moves down. That's ok, but you'll have to modify your body background image to make it match up with the new header height.

    Your background image in your themes images folder images/bg.png


    writeNowDesign
    WordPress and Ecommerce Website Design

    July 1, 2013 at 5:21 pm in reply to: Help with editing post info and adding icons #48761
    pxforti
    Participant

    to make by uppercase, add
    .post-info {
    text-transform: uppercase;
    }


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 28, 2013 at 6:31 am in reply to: Prose Theme – Can't find some settings (image) #48197
    pxforti
    Participant

    Regarding sidebar widths, it's possible yours are styled to be different widths. You can change that in the css, but that can be tricky, especially with a responsive theme.

    RE author link: http://my.studiopress.com/docs/shortcode-reference/#post-author-posts-link-shortcode

    Look at the different between [post_author_link] and [post_author_posts_link]

    Finally, the line in your left column are formatted in your style.css.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 26, 2013 at 9:09 am in reply to: News Theme: Non-responsive image if captioned #47790
    pxforti
    Participant

    I think it's because the width is added as a style that the css can't overrule it. I tried to set the max-width for wp-caption and img, but it doesn't work.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 26, 2013 at 8:38 am in reply to: Going Green – Remove Featured Img from Blog #47785
    pxforti
    Participant

    Take a look at this code:

    https://gist.github.com/GaryJones/1839234


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 26, 2013 at 8:33 am in reply to: News Theme: Non-responsive image if captioned #47781
    pxforti
    Participant

    the image attachment has a width in it. If you can remove that in the html, it will fix the problem:

    <div id="attachment_4098" class="wp-caption alignright" style="width: 330px"><img class="size-full wp-image-4098 " alt="EQ vocals starting with the microphone." src="http://www.behindthemixer.com/wp-content/uploads/2013/06/eq_vocals_six_steps.jpg" width="320" height="214" />

    eg, remove: style="width: 330px"


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 24, 2013 at 8:38 am in reply to: Move text below featured image on home page #47460
    pxforti
    Participant

    You can make the image wider or you can set the image alignment to none.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 23, 2013 at 8:51 am in reply to: Remove Comments Specific Pages: Which Method is Better? #47289
    pxforti
    Participant

    I have too many pages that are already built and don't want to have to turn off comments every time I build a page.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 22, 2013 at 4:50 pm in reply to: Agency Header Height #47226
    pxforti
    Participant

    Jim, once you change the header image height in the add_theme_support code, you will probably also have to adjust the header height in css.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 22, 2013 at 11:11 am in reply to: Agency Header Height #47187
    pxforti
    Participant

    Look in your theme functions.php for something like this (code is from streamline)

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

    If you are adding a header image, it will be cropped to the dimensions shown above. Try adjusting the height in this code.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 15, 2013 at 4:40 pm in reply to: decrease font size of titles in Metro theme #46185
    pxforti
    Participant

    in the style.css file, about line 253, find this code:

    h1, .entry-title, .entry-title a, #title {
    font-size: 48px;
    font-size: 3rem;
    }

    You can change the font size there. If you need px to rem calculator, you can find it here: http://foliovision.com/2013/03/responsive-design-calculator


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 15, 2013 at 4:30 pm in reply to: Executive theme a bust! #46178
    pxforti
    Participant

    The easiest way to get any genesis template to look like it does in the demo is to import the xml data, but don't do this on a site that already has your content in it. But if you're just starting, it's a great way to figure out how the templates work.

    Here are instructions for importing the content: http://my.studiopress.com/tutorials/import-demo-content/

    After you import it, then log into My StudeoPress > Downloads, find your template and click the Get Started link. That takes you to specific instructions for setting up your template.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 15, 2013 at 4:23 pm in reply to: sitemap.xml on Genesis themes #46174
    pxforti
    Participant

    Hi Works. I have heard that the google sitemap generator plugin is a bit of a resourse hog. If you have yoast seo plugin installed, it has an xml sitemap feature.


    writeNowDesign
    WordPress and Ecommerce Website Design

    June 14, 2013 at 5:51 am in reply to: Remove post date #45850
    pxforti
    Participant

    Change the name of the function: eg,

    add_filter( ‘genesis_post_info’, ‘post_info_custom_filter’ );
    function post_info_custom_filter($post_info) {
    if (!is_page()) {
    $post_info = ‘Written by  [post_author_posts_link]  [post_comments]  [post_edit]‘;
    return $post_info;
    }
    }


    writeNowDesign
    WordPress and Ecommerce Website Design

  • Author
    Posts
Viewing 17 posts - 101 through 117 (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

© 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