• 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

blogger boutique

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 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • December 30, 2015 at 6:34 pm in reply to: Metro Pro spacing after content #175245
    blogger boutique
    Participant

    You can adjust the margins/padding on this selector:

    .entry,
    .page.page-template-page_blog-php .entry {

    You'll probably want to use a negative margin on the homepage to really bring it in tight. You can even separate those two selectors out, and target them individually based on your needs for the blog page.

    You can even change margins on the footer widgets as well:

    .footer-widgets {

    Let me know if you have any follow up questions.
    Julie

    December 30, 2015 at 6:29 pm in reply to: Altitude Pro – font on button #175244
    blogger boutique
    Participant

    Changing the font size in the following selector will work:

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .widget .button {

    Let me know if that helps, or if you have any additional questions.
    Julie

    December 23, 2015 at 2:47 pm in reply to: Center align secondary navigation menu #174673
    blogger boutique
    Participant

    What code did you use to reposition the secondary navigation? For some reason, it won't even let me inspect it. Maybe try using code from this link, and changing your hook?
    http://briangardner.com/code/navigation-menus/#reposition-secondary

    Genesis Visual Hook Guide

    Let me know if that is what you followed, and I'll try to troubleshoot getting it aligned for you.

    December 23, 2015 at 10:38 am in reply to: Remove featured image from full content post #174648
    blogger boutique
    Participant

    This is an old code, and you'll need to tweak for blog posts, but maybe this will get you going in the right direction???

    /** Remove the archive thumbnail from the blog page */
    add_action( 'genesis_before_content', 'custom_conditional_actions' );
    function custom_conditional_actions() {
    if( is_front_page( 'home.php' ) && 'full' == genesis_get_option( 'content_archive' ) )
    remove_action( 'genesis_post_content', 'genesis_do_post_image' );
    }

    November 16, 2015 at 10:25 am in reply to: Back up and Security #171280
    blogger boutique
    Participant

    Hi Shell,
    1. I like to use BackupBuddy. A lot of users like VaultPress.
    2. I usually remind my clients that they are responsible for regular backups/maintenance of their site. They always have the option of having me provide it as a paid service, though.
    3. Sucuri or VaultPress is excellent for security.

    Hope this helps!

    Julie

    November 16, 2015 at 10:20 am in reply to: Modern Portfolio Pro – No back to top #171279
    blogger boutique
    Participant

    You could give one of these a try:

    http://janhoek.com/a-simple-smooth-back-to-top-button-for-genesis/

    Add a working “Return to top of page” footer link in Genesis

    Julie

    November 16, 2015 at 10:17 am in reply to: Modern Portfolio Pro Portfolio 4 across #171278
    blogger boutique
    Participant

    I'm sorry, I don't have this theme on a demo to test this, but hopefully what I suggest will get you on the right path. If it doesn't, send me a link to your site, and I can try to assist you further.

    What I would do, is start by adding the new selector for that fourth feature, decrease the width, add a new feature size (maybe determine this in photoshop so you know what size you need them) in your functions, then run the regenerate thumbnail plugin, and alter from there.

    Julie

    November 15, 2015 at 9:25 am in reply to: Featured page instead of post #171153
    blogger boutique
    Participant

    Do you have a left float set?

    November 13, 2015 at 8:59 am in reply to: AgentPress Pro for Rentals in Queretaro #170996
    blogger boutique
    Participant

    You're welcome!

    November 12, 2015 at 10:21 am in reply to: Alternating post styles #170874
    blogger boutique
    Participant

    Did you find a solution to this? It sounds like something I would like to know how to do, as well. Care to share?

    November 12, 2015 at 10:20 am in reply to: Beautiful Pro CSS adjustments need help/confirmation #170873
    blogger boutique
    Participant

    This question isn't even related to a Genesis theme, correct? It looks like the site you link to is html.

    November 12, 2015 at 10:16 am in reply to: Centric mobile menu not user friendly #170872
    blogger boutique
    Participant

    You should be able to take the code out of a newer theme and swap it out.

    November 12, 2015 at 10:14 am in reply to: AgentPress Pro for Rentals in Queretaro #170870
    blogger boutique
    Participant

    I haven't used this theme, so I'm shooting from the hip here, but could you increase the number in either the Genesis > Theme Settings > Blog Page Template (number of Posts to Show)

    Or

    in Settings > Reading > Blog pages show at most??

    November 12, 2015 at 9:47 am in reply to: Text Wrapping On Mobile Eleven 40 Theme #170862
    blogger boutique
    Participant

    If it were me, in the media queries, I'd put a width: 100% for the img.alignright + img.alignleft and force the image to fill the width.

    November 12, 2015 at 9:42 am in reply to: New Site With Darling Theme #170860
    blogger boutique
    Participant

    I think it looks great! Everything looks clean and organized. I like the color scheme! Good job!

    November 12, 2015 at 9:28 am in reply to: Minimum Pro Theme BLOG Setup #170857
    blogger boutique
    Participant

    I know Jetpack has a setting, or you can use the plugin from Gary Jones: http://www.infinite-scroll.com/
    Here is another tutorial: http://cobaltapps.com/how-to-add-infinite-scrolling-to-genesis-child-themes/

    March 2, 2013 at 8:48 am in reply to: Modern Portfolio #23746
    blogger boutique
    Participant

    Just replace the margin with padding and the menu will align properly in Chrome.

    February 27, 2013 at 8:24 am in reply to: Modern Portfolio #23088
    blogger boutique
    Participant

    Fixed #2 and #3.

    Still  working on #1.

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

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