• 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

Robert Neu

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 - 1 through 20 (of 87 total)
1 2 3 4 5 →
  • Author
    Posts
  • June 30, 2014 at 10:53 am in reply to: Help with default layouts #112110
    Robert Neu
    Member

    You can give this a try:

    https://gist.github.com/wpbacon/bb8cb89433582e23cb0b

    It's untested, so I'm not 100% sure it will work, but it looks like it should.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 4:11 pm in reply to: Display Custom Menu Horizontally #73829
    Robert Neu
    Member

    Well, the alignment can be fixed by adding:

    #header .genesis-nav-menu {
        float: right;
    }

    The dropdowns are a little more involved. Basically, you'll want to look at the styles for the primary navigation. You should be able to find them around line 463 in style.css. Once you find them, you're going to need to copy them and modify them a bit.

    They should all have something like #subnav li ul in the code. Instead of the items saying #subnav li ul, they would need to say #header li ul.

    This should get you started, but you might have to modify the code somewhat to get the look you're after:

    https://gist.github.com/anonymous/7518893


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 2:59 pm in reply to: Genesis Responsive Slider jumping #73814
    Robert Neu
    Member

    From what I can tell, you would want to do this:

    .sidebar-content #ez-feature-top-container {
        max-width: 100%;
    }

    and then change the width you're using on the slider itself to something wider than the current width.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 2:50 pm in reply to: Display Custom Menu Horizontally #73807
    Robert Neu
    Member

    Adding something like this to your style.css file should do what you're after:

    #header .menu-item {
        background: none;
        border: none;
        float: left;
        margin: 0;
        padding-bottom: 0;
    }

    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 2:41 pm in reply to: Genesis Responsive Slider jumping #73800
    Robert Neu
    Member

    You might want to check out Solioquy: http://bit.ly/1bRBDce

    It's really the best slider plugin around. It's fast, flexible, and lets you display just about any type of content you can think of in almost any format you can think of. I realize it's not free, but IMO it's well worth the small price you pay because of how much time you'll save using it.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 2:02 pm in reply to: Facebook feed solutions #73742
    Robert Neu
    Member

    Your best bet is probably to just use the widgets from Facebook. You can add this into a text widget or a page/post:

    https://developers.facebook.com/docs/plugins/activity/


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:59 pm in reply to: Make Iframe scroll on responsive theme #73735
    Robert Neu
    Member

    Take a look at this: https://gist.github.com/aarongustafson/1313517


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:55 pm in reply to: Prose & the Genesis Responsive Slider #73731
    Robert Neu
    Member

    It looks like you've decided to remove the slider alltogether? If you're having trouble with the default Genesis slider, I'd recommend you take a look at Soliloquy : http://bit.ly/1bRBDce

    It's much easier to configure and has a bunch of really cool add-ons that let you do all sorts of cool stuff. It's by far the best WordPress slider I've ever used.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:51 pm in reply to: G. Resp. Slider custom content style #73725
    Robert Neu
    Member

    If you don't want to mess with any PHP and you'd just like to have an awesome slider on your site, I'd recommend you check out Soliloquy: http://bit.ly/1bRBDce

    It's a lot easlier to work with than the Genesis slider plugins and it also loads extremely fast.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:45 pm in reply to: SEO plugin for genesis framework is good or not #73709
    Robert Neu
    Member

    I figured I'd just back up Aaron on this one... We recommend and use Yoast on literally every site we work on. It's miles ahead of all the other WordPress SEO plugins and it's also better than the built in Genesis SEO functionality.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:42 pm in reply to: Custom search form #73703
    Robert Neu
    Member

    It looks like all you're doing is changing the class of the submit button, but I could be missing something.

    If that's all you're doing, you probably can achieve what you're trying to do another way, such as targeting the selector surrounding the form itself.

    If you're set on doing it this way but without unhooking and rehooking the entire search form, you would want to write a filter targeting genesis_search_form and return a new version of $form.

    It would be easier to give you a good course of action if we could see the site you're working on...


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:35 pm in reply to: Slider Auto Size Image #73686
    Robert Neu
    Member

    The short answer is no. Take a look at Soliloquy if you need a silder that can do this: http://bit.ly/1bRBDce

    It's a really awesome plugin and aside from having a ton of features it also loads extremely fast. I use it on almost every site that requires a slider of some kind.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:30 pm in reply to: iOS 7 Agency Pro background not flush #73675
    Robert Neu
    Member

    I'm not able to replicate this on the theme demo and your site seems to be down. If you can re-post a link to a live site where this is happening, everyone will have a much easier time debugging it.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:27 pm in reply to: Agency #73672
    Robert Neu
    Member

    Doesn't the latest version of Agency have this same effect?


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 1:12 pm in reply to: Post and Page Title Font Size in Sixteen Nine #73652
    Robert Neu
    Member

    If you want to make the title smaller, you'll want to look for this in your style.css file:

    .entry-title {
        font-size: 60px;
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }

    Change it to something like this:

    .entry-title {
        font-size: 40px;
        font-size: 4rem;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }

    Just change the font sizes to whatever you think will look better.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 12:54 pm in reply to: Image responsive solution to improve performance #73628
    Robert Neu
    Member

    I think you forgot to add a link?

    Anyway, I've used WP Smushit in the past, but it tends to cause some performance problems while the script is running , particuarlly if the API times out.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 12:47 pm in reply to: Title and Meta Tags for Header Image in Sixteen Nine #73611
    Robert Neu
    Member

    If you're doing this for SEO purposes, I wouldn't bother. Google is not going to be overly concerned with the title and alt text for the background image of your site.

    In any event, it's not really an option when using Backstretch as you can see in this ticket: https://github.com/srobbin/jquery-backstretch/issues/52

    If you're really set on doing this, you'll need to add a background image using a different method than backstretch.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 12:41 pm in reply to: New social gradient buttons #73594
    Robert Neu
    Member

    I'm not sure what gradient buttons you're talking about...

    I don't see any social buttons at all on the site you've linked to. Are you still having an issue with this?


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    November 17, 2013 at 12:18 pm in reply to: Google authorship disappeared recently #73580
    Robert Neu
    Member

    Can you post a link to your site?

    Are you using the default Genesis SEO stuff or are you using Yoast's plugin?

    If you're using Yoast's plugin (which you should IMO) this might help:

    http://youneedfat.com/get-google-vanity-url/


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    August 8, 2013 at 10:50 am in reply to: Genesis 2.0.0 page and post errors #54988
    Robert Neu
    Member

    You might want to take a look at this thread: http://wordpress.org/support/topic/utf-7-of-death-wp-bug

    Also, I've switched all my sites over to this latest tweets plugin instead of the Genesis one: http://wordpress.org/plugins/latest-tweets-widget/

    It's being updated more frequently and hasn't caused any problems.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 87 total)
1 2 3 4 5 →

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