• 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

Aaron Eaton

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 24 total)
1 2 →
  • Author
    Posts
  • November 17, 2013 at 4:22 pm in reply to: Minimum Portfolio Custom Taxonomy Returning No Results #73832
    Aaron Eaton
    Member

    It turns out 'type' is a reserved name. Try a different name, reset permalinks and try again.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:25 pm in reply to: Alphabetized Site Map / Archive #73789
    Aaron Eaton
    Member

    I've used something like this to create listings as you described. You can use the $posts global or create your own array of posts with WP_Query.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:18 pm in reply to: Footers #73774
    Aaron Eaton
    Member

    Try setting a width/max-width and margin: 0 auto; on #footer-widgets .wrap. Then remove that big margin-left on .footer-widgets-1.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:15 pm in reply to: reposition Nav and header outside of site container #73770
    Aaron Eaton
    Member

    It looks to me like you've found your answer, correct?


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:12 pm in reply to: Genesis Responsive Slider jumping #73765
    Aaron Eaton
    Member

    The slider looks fine to me in Chrome. Were you able to fix your issue?


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:08 pm in reply to: Event Calendar #73754
    Aaron Eaton
    Member

    It looks like you've found an answer to your question, correct?


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:06 pm in reply to: Change background exclusively outside the wrap in Eleven 40? #73750
    Aaron Eaton
    Member

    Try setting a background color on #inner and a different color on #content


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 2:00 pm in reply to: Header text cut off depending on device view – Metro Pro #73736
    Aaron Eaton
    Member

    Things are looking ok for me at 480px, but you may want to think about making those post images width: 100% at a slightly larger browser width. This would push those headings down and prevent them from being cut off.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:53 pm in reply to: Remove page date from Eleven40 theme #73729
    Aaron Eaton
    Member

    You'll need to filter your post/page info. See the first example here.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:51 pm in reply to: AgentPress sort listings alphabetically #73723
    Aaron Eaton
    Member

    You'll need to do some custom coding for this in functions.php. Get started by reading up on pre_get_posts and WP_Query order & orderby parameters.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:42 pm in reply to: SEO plugin for genesis framework is good or not #73704
    Aaron Eaton
    Member

    It is the de facto standard for WP SEO if you don't need anything too crazy.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:40 pm in reply to: grid loop, styling the "more" #73701
    Aaron Eaton
    Member

    Without an example it will be difficult to provide useful assistance.

    I would first try to use display: inline on the more link CSS or even absolutely position it.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:37 pm in reply to: How to change the width #73698
    Aaron Eaton
    Member

    I don't have the News theme but you should look for a <div> that wraps around the whole site design. That element will have a width or max-width CSS property. Change that to make the page wider.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:35 pm in reply to: Archive / Index Help #73685
    Aaron Eaton
    Member

    Did you still need assistance with your theme?


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:34 pm in reply to: duplicate files being created on localhost #73682
    Aaron Eaton
    Member

    This sounds like a server issue. Who is your host?


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:30 pm in reply to: Resizing images in Featured Posts #73676
    Aaron Eaton
    Member

    Try looking into adding custom image sizes.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:29 pm in reply to: Filter post_meta in custom post types #73674
    Aaron Eaton
    Member

    You'll probably need a couple of conditionals to target the elements you need to properly show "Filed Under:".

    is_singular()

    is_post_type_archive()

    For conditionally showing the categories text:

    has_category()


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:19 pm in reply to: the size of function.php file and performance #73665
    Aaron Eaton
    Member

    The size of a PHP file doesn't have nearly the effect on execution time as the quality of the code contained within. Plus, once you get over a couple of hundred lines, you should think about breaking it up with includes or some code design pattern.

    It's a bit difficult to provide some good suggestions without examples. If you'd like to provide some specific code blocks, we'd be happy to take a look.


    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 1:14 pm in reply to: Displaying custom taxonomy list on archive page template #73657
    Aaron Eaton
    Member

    I would suggest creating a custom page template called 'Sitemap' and use that. I haven't tested this, but here we go:

    
    /**
     * Template Name: My Sitemap
     */
    
    add_action( 'genesis_entry_content', 'add_taxonomy_list', 5 );
    
    function add_taxonomy_list() {
    
        $args = array(
            'format' => 'list',
            'taxonomy' => 'your-custom-taxonomy-slug',
        );
    
        wp_tag_cloud( $args);
    
    }
    

    —
    J. Aaron Eaton – WordPress Consultant
    Website

    November 17, 2013 at 12:59 pm in reply to: Full width outside site container? #73635
    Aaron Eaton
    Member

    You can probably solve this by inserting the new widget area just after the header. This should keep it outside of .site-inner.

    add_action( 'genesis_after_header', 'your_widget_function_here' );


    —
    J. Aaron Eaton – WordPress Consultant
    Website

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 24 total)
1 2 →

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