• 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

rfmeier

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 - 101 through 120 (of 584 total)
← 1 2 3 … 5 6 7 … 28 29 30 →
  • Author
    Posts
  • June 4, 2014 at 8:02 am in reply to: 100% width genesis responsive slider help please! #108057
    rfmeier
    Member

    Hello,

    The plugin uses WordPress's add_image_size function, which registers the image size and will create that image size when the image is uploaded. If the size changes, the existing uploaded images will not change.

    Try installing and running the Regenerate Thumbnails plugin.


    Ryan Meier – Twitter

    June 4, 2014 at 7:21 am in reply to: Content Margins/Narrower blog posts #108054
    rfmeier
    Member

    Hello,

    The comment form is similar. Try adjusting the padding around line 1230;

    /* line ~1230 */
    .comment-respond, .entry-pings {
    padding: 40px 40px 16px;
    padding: 4rem 10rem 1.6rem;
    }

    Ryan Meier – Twitter

    June 3, 2014 at 2:37 pm in reply to: Content Margins/Narrower blog posts #107998
    rfmeier
    Member

    Hello,

    The padding is determining the width of you posts (.entry). You can adjust this within your style.css file;

    /* around line ~1099 within style.css */
    .entry {
        background-color: #fff;
        border-radius: 3px;
        /* padding: top left/right bottom */
        padding: 40px 40px 24px;
        padding: 4rem 4rem 2.4rem;
    }

    Adjust the second 40px / 4rem to test your results. In your theme's case, 1rem = 10px.

    Hope this helps.


    Ryan Meier – Twitter

    June 3, 2014 at 2:29 pm in reply to: Genesis Theme Image Attachment Issue! #107997
    rfmeier
    Member

    ibadullah,

    This is common when switching to any theme. Not all themes share the same sizes. Have you changed any sizes within the Settings > Media page within your admin? If you update these sizes you would need to regenerate your images to get the correct size.

    Is the site live? Do you happen to have a link?


    Ryan Meier – Twitter

    June 3, 2014 at 2:24 pm in reply to: Google analytics plugin #107996
    rfmeier
    Member

    andoll,

    You can paste the Google Analytics within the Genesis > Theme Settings under the Header and Footer Scripts section. It can go within the first box which hooks the wp_head action.

    Make sure to include the <script></script> tags if needed.


    Ryan Meier – Twitter

    May 16, 2014 at 3:00 pm in reply to: Tutorial-Adding Genesis Box to Post-Breaking my site #105547
    rfmeier
    Member

    Hello,


    @marklove
    , you have the incorrect id as the first argument in the genesis_widget_area function. I adjusted the code to have to correct id below;

    I hope this helps.


    Ryan Meier – Twitter

    May 9, 2014 at 7:16 am in reply to: Space above tagline in Minimum Pro #104276
    rfmeier
    Member

    Hello,

    For just the home page, it will have to be modified a tiny bit. Try;

    .home .site-tagline {
        margin-top: 0;
    }

    The .home class is applied to the <body> element when you are on the home page.


    Ryan Meier – Twitter

    May 6, 2014 at 11:37 am in reply to: Space above tagline in Minimum Pro #103865
    rfmeier
    Member

    Hello,

    There is a margin top styling with the .site-tagline rule. Commenting it out or removing it should solve the problem.

    .site-tagline {
    	background-color: #ffcc66;
    	border-bottom: 0px solid #eee;
    	/* margin-top: 60px; */
    	/* margin-top: 6rem; */
    	padding: 40px 0;
    	padding: 4rem 0;
    }

    I hope this helps.


    Ryan Meier – Twitter

    April 21, 2014 at 11:28 am in reply to: Main menu width #101686
    rfmeier
    Member

    Hello,

    I will take a crack at this.

    I had to make two css adjustments to the child's style.css file.

    /* set a width and center the navigation */
    .nav-primary{
         max-width:  1140px;
         margin: 0 auto;
    }
    
    /* add left padding to the first element */
    .genesis-nav-menu > .first > a {
         padding-left: 2.8rem 2.4rem;
    }

    CSS preview: http://quick-markup.com/p/535557ba0ece5


    Ryan Meier – Twitter

    February 19, 2014 at 7:58 pm in reply to: Header Isn't Centered #91314
    rfmeier
    Member

    I think your style.css is being minified by a plugin or some other source, which is probably causing a cache. This would prevent changes from appearing. Make sure you have the !important include in background-position: center center !important; so the changes will override the header image style rules.


    Ryan Meier – Twitter

    February 16, 2014 at 5:13 pm in reply to: Header Isn't Centered #90664
    rfmeier
    Member

    Also, for the first css I provided you, make sure that code is after any other header related css rules or else it will not override existing styles properly.


    Ryan Meier – Twitter

    February 16, 2014 at 5:11 pm in reply to: Header Isn't Centered #90663
    rfmeier
    Member

    Make sure to turn off your caching when you do any css updates. Even with the cache plugin turned off, your css could still be browser cached preventing you from seeing any changes.


    Ryan Meier – Twitter

    February 14, 2014 at 9:48 pm in reply to: Header Isn't Centered #90428
    rfmeier
    Member

    Brenda,

    Are you using the custom header from the theme settings? That puts in css that is hard to override. You could always center the #header element.

    #header{
        max-width: 940px;
        margin: 0 auto;
    }

    Ryan Meier – Twitter

    February 12, 2014 at 3:51 pm in reply to: Outreach Homepage padding #90042
    rfmeier
    Member

    Glad you got it worked out. Good luck.


    Ryan Meier – Twitter

    February 12, 2014 at 11:14 am in reply to: Beautiful theme – moving and changing background image and navigation bar #89990
    rfmeier
    Member

    Glad I could help. Good luck.


    Ryan Meier – Twitter

    February 12, 2014 at 8:46 am in reply to: Beautiful theme – moving and changing background image and navigation bar #89971
    rfmeier
    Member

    Chris,

    The code above has nothing to do with the navigation menus. To center the navigation you will need to add a rule to the navigation menu in your style.css file.

    Around line ~953 add text-align: center; to get the following;

    /*
    Site Navigation
    ---------------------------------------------------------------------------------------------------- */
    
    .genesis-nav-menu {
    	clear: both;
    	color: #666;
    	font-family: 'Lato', sans-serif;
    	font-size: 16px;
    	line-height: 1.5;
    	width: 100%;
    	text-align: center;
    }

    Here is the result I was able to get https://s3.amazonaws.com/uploads.hipchat.com/61944/453094/jxwoEmZoxZkIc2H/centered-navigation.png


    Ryan Meier – Twitter

    February 12, 2014 at 8:36 am in reply to: Outreach Homepage padding #89969
    rfmeier
    Member

    Where did you place the code I gave you in your style.css file?

    Here were my results;

    screenshot http://goo.gl/2fmO2M

    style.css screenshot https://s3.amazonaws.com/uploads.hipchat.com/61944/453094/KE7K7fcUyrPCu4O/Screen%20Shot%202014-02-12%20at%208.35.39%20AM.png


    Ryan Meier – Twitter

    February 11, 2014 at 8:59 pm in reply to: Outreach Homepage padding #89903
    rfmeier
    Member

    Hello,

    Try this style rule within your style.css file;

    .full-width-content.outreach #content{
        padding-top: 0;
        padding-bottom: 0;
    }

    Ryan Meier – Twitter

    February 10, 2014 at 10:47 am in reply to: Links in Footers #89682
    rfmeier
    Member

    Hello,

    The WordPress Text widget would let you accomplish this as it accepts html code. You will just have to enter the html yourself.

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#Example_1


    Ryan Meier – Twitter

    February 8, 2014 at 8:20 pm in reply to: Trying to move sharers #89423
    rfmeier
    Member

    I looked into WP Socializer, but they are doing something goofy with the way they add their filters, so I looked into nr related posts plugin and found better results.

    You can try the following in the theme's functions.php file;

    //	remove the default relate content filter
    remove_filter( 'the_content', 'nrelate_related_inject', 10 );
    remove_filter( 'the_excerpt', 'nrelate_related_inject', 10 );
    
    //	add the related content filter with a lower priority
    add_filter( 'the_content', 'nrelate_related_inject', 15 );
    add_filter( 'the_excerpt', 'nrelate_related_inject', 15 );
    

    I hope this helps.


    Ryan Meier – Twitter

  • Author
    Posts
Viewing 20 posts - 101 through 120 (of 584 total)
← 1 2 3 … 5 6 7 … 28 29 30 →
« 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