• 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

acleanplate

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • February 17, 2017 at 7:31 pm in reply to: Mobile Menu Toggle Not Centered, Offscreen at Smaller Screen Sizes #201429
    acleanplate
    Member

    Thanks a million!!!

    February 17, 2017 at 4:02 pm in reply to: Header Image Repeats on Smaller Screen Sizes #201425
    acleanplate
    Member

    Got it, thanks Victor!

    June 4, 2016 at 12:53 pm in reply to: Format Archive/Blog Template to Display Entry Thumbnails Before Entry Title #186949
    acleanplate
    Member

    The second one worked, thank you!!!

    June 3, 2016 at 4:17 pm in reply to: Format Archive/Blog Template to Display Entry Thumbnails Before Entry Title #186916
    acleanplate
    Member

    The first one in functions.php and the second one in new blog-page and archive-page phps.

    June 3, 2016 at 4:09 pm in reply to: Format Archive/Blog Template to Display Entry Thumbnails Before Entry Title #186913
    acleanplate
    Member

    Thanks Brad! I tried using the code in that article but on my archive and blog templates and it didn't work.

    May 29, 2016 at 11:34 am in reply to: Simple Social Icons and Search Bar in Navigation Menu #186465
    acleanplate
    Member

    Thanks, but I want to be able to keep the display of the social icons branded with my site, and it doesn't look like Font Awesome has that capability.

    I'm comfortable with styling but not so much functions. If someone can help me out with getting the widget to load before the search bar, I'd really appreciate it!

    March 9, 2016 at 7:45 am in reply to: Widget Formatting Help #180997
    acleanplate
    Member

    I wrote the page in CSS and don't see that HTML anywhere (or know where to look to edit it, apparently).

    Any other ideas?

    December 28, 2015 at 5:48 pm in reply to: Divine – After-entry widget doesn't display on custom post types #174985
    acleanplate
    Member

    Thank you, Susan! That is exactly what I needed. In case anyone else runs into a similar issue, here is the code I dropped into my functions.php file:

    //* Register widget areas
    genesis_register_sidebar( array(
    	'id'          => 'after-entry',
    	'name'        => __( 'After Entry', 'theme-prefix' ),
    	'description' => __( 'This is the after entry section.', 'theme-prefix' ),
    ) );
    //* Hooks after-entry widget area to single posts
    add_action( 'genesis_entry_footer', 'my_after_entry_widget'  ); 
    function my_after_entry_widget() {
        if ( ! is_singular( 'recipe' ) )
        	return;
        genesis_widget_area( 'after-entry', array(
    		'before' => '<div class="after-entry widget-area"><div class="wrap">',
    		'after'  => '</div></div>',
        ) );
    }

    Where 'recipe' is the custom post type that was previously not displaying the after-entry widget.

    What I wanted to know from Divine's support was where the after-entry widget area code like Carrie provides is located in their php files, because I thought all I would have to do is add is_singular( 'recipe') somewhere in the theme. Their answer was that I could hire them to do it for $50, but this really should have been a five-minute fix with no sweat if I'd just known up front which file I had to edit.

    Thanks again, Susan!

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

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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