• 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

Jonathan

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 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • January 5, 2016 at 10:57 am in reply to: Workstation PRO, Theme SEO settings missing #175654
    Jonathan
    Member

    No problem. I agree, I'm not a fan of the new Yoast settings. I've had many clients confused by the changes. So far my sites running Yoast have outperformed the Genesis settings. Maybe I'm just over-optimizing with Yoast 🙂

    New Site is looking great though!


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    January 5, 2016 at 10:41 am in reply to: Workstation PRO, Theme SEO settings missing #175649
    Jonathan
    Member

    I don't think the SEO settings have been deprecated from Genesis in 2.2.5.

    There are two things I would check:

    1. Screen Options in the upper right hand corner of the dashboard when on the post editor page. See if the SEO settings box is checked.

    2. If you installed an SEO plugin, such as Yoast, it will hide the Genesis SEO setting box. Note: I recommend using Yoast SEO plugin instead of the Genesis settings.

    Hope this helps.

    Thanks!


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    January 5, 2016 at 10:21 am in reply to: New site not ranking on google #175645
    Jonathan
    Member

    Yes, to some extent it will take time to be indexed in Google. If you submitted a sitemap to Google Search Console, you should be able to login and see which pages of your site have been indexed. But there are many other factors that weigh into ranking.

    I recommend installing the Yoast SEO plugin if you haven't already. Then follow the plugin based on your keyword string to optimize your page/post.

    The following post from Rand at Moz.com, beginners guide to SEO, is perhaps one of the best resource for getting started with SEO.

    Hope this helps, good luck with your new site!!


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 26, 2015 at 3:00 pm in reply to: 301 Redirect WP Plugin #169112
    Jonathan
    Member

    I currently use the redirect manager in the Yoast SEO premium plugin. After experimenting with a couple 301 redirect plugins and the free version of Yoast SEO, it was just easier and less of a security risk to upgrade to the paid plugin.

    The free version of Yoast SEO previously included a 301 redirect function, but due to a conflict within the plugin this has been moved to the premium version only.


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 26, 2015 at 10:55 am in reply to: News Pro width on iPhone 6 #169071
    Jonathan
    Member

    Hi! It looks like this has been resolved. Are you still having an issue with the portrait view?


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 26, 2015 at 10:53 am in reply to: Enterprise Image Size Change #169070
    Jonathan
    Member

    It looks like the image is the HomePageTop.gif that is 1700x1247. Are you uploading a new image with the different size or using the WP image editor function?

    If you're uploading a new image with the different size, try changing the file name before uploading.

    Let me know if that helps, if not please provide additional info and I'll try to help resolve.

    Thanks!


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 26, 2015 at 10:20 am in reply to: Display Only One Subcategory in Meta #169060
    Jonathan
    Member

    Not sure if this will solve your issue (depending on how you have your taxonomy setup), but check out this tutorial by Davinder Singh Kainth.


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 26, 2015 at 7:03 am in reply to: Altitude Theme – Header Image #169028
    Jonathan
    Member

    The Altitude theme demo is setup using site header text instead of a header image. If you logo font is a web based font, you can use the site header text and change the font family, or I've used the following to left-align the header image and center on mobile:
    Create a header image at 360 x 76 and center the logo in the image file.
    For desktops use a negative left margin to left align the logo:

    
    .header-image .site-title > a {
        margin: 0px 0px 0px -50px;
    }
    

    For mobile devices, remove the negative margin in the media query
    Add the following to the header image css class:

    
    @media only screen and (max-width: 1023px)
    	.header-image .site-title > a {
    		background-position: center !important;
    		margin: 0;
    	}
    

    This is one way to achieve the left-align and centered header image look. Another option is to change the header image size in the theme function file and then align the image as needed using media queries.

    Altitude changes the header size when scrolling by appending the css class with .dark. You can modify the .header-image .site-title > a height to 56px to match the scrolling height. You'll need to add padding to the .site-title class as needed to fix the image placement.


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 25, 2015 at 5:42 am in reply to: Genesis Buttons #168878
    Jonathan
    Member

    Here's one way to setup the button grid like you've shown:

    Add these CSS classes to your stylesheet:

    .button.service {
    background-color: #fff;
    border: 4px solid #0073ba;
    color: #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    width: 100%;
    padding: 15px 25px;
    margin: 10px;
    }

    .button:hover.service {
    background-color: #000;
    border: 4px solid #0073ba;
    color: #fff;
    }

    Use column and button classes on the page to setup the grid:

    <div class="one-half first">
    Button 1
    Button 2
    Button 3
    </div>
    <div class="one-half">
    Button 4
    Button 5
    Button 6
    </div>


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 23, 2015 at 10:54 am in reply to: Change Altitude Menu Color #168842
    Jonathan
    Member

    Edit the following CSS classes in your stylesheet

    from:

    
    .site-header {
        background-color: #000;
    

    to:

    
    .site-header {
        background-color: #0073BA;
    }
    

    And for the scroll effect, change the stylesheet from:

    
    .site-header.dark {
        background-color: #000;
    }
    

    to:

    
    .site-header.dark {
        background-color: #0073BA;
    }
    

    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

    October 19, 2015 at 12:57 pm in reply to: Yoast Overwriting Meta Titles & Descriptions #168505
    Jonathan
    Member

    The Yoast SEO plugin is designed to override the Genesis SEO settings. Joost de Valk runs his sites on Genesis, so I wouldn't say this is a quirk, more of a protection against having both fields available and future depreciation of the Genesis SEO function 🙂
    But all of your hard work and data in Genesis SEO settings is not lost. You can use the SEO Data Transporter plugin by Nathan Rice to export the Genesis SEO settings into the Yoast SEO plugin.


    Husband, proud father of 3, maker and a car guy
    WordPress Maintenance & Support | Get #WordPress and #GenesisWP help at WPMgmt.co

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

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