• 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

Eiger

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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • April 1, 2014 at 2:28 am in reply to: Out of Memory errors with 256M allocation??? #97852
    Eiger
    Member

    Hi Summer - it's failing on the following - and this is only with Genesis and Agency 2 active with bbPress:

    Fatal error: Out of memory (allocated 74973184) (tried to allocate 79 bytes) in /home/xyz/xyz.com/wp-includes/functions.php on line 336

    On line 336 I have this: "return serialize( $data )"

    From lines 326 to 344 is this code in the functions.php includes file:

    /**
    * Serialize data, if needed.
    *
    * @since 2.0.5
    *
    * @param mixed $data Data that might be serialized.
    * @return mixed A scalar data
    */
    function maybe_serialize( $data ) {
    if ( is_array( $data ) || is_object( $data ) )
    return serialize( $data );

    // Double serialization is required for backward compatibility.
    // See http://core.trac.wordpress.org/ticket/12930
    if ( is_serialized( $data, false ) )
    return serialize( $data );

    return $data;
    }

    Last night I disabled Genesis and Agency 2 and so far no more errors...that's not what I was hoping to discover.

    Any help from Studiopress?

    March 31, 2014 at 10:00 am in reply to: Out of Memory errors with 256M allocation??? #97685
    Eiger
    Member

    Hi ShariLee thanks for the input but tI get these errors regardless of the computer I'm using. It's online within WP.

    March 24, 2014 at 12:27 pm in reply to: Adding an alternative footer – Agency Theme #96438
    Eiger
    Member

    bump

    March 19, 2014 at 5:50 am in reply to: Adding an alternative footer – Agency Theme #95639
    Eiger
    Member

    Thanks I managed to add the widget area and it did show as a single column 'sidebar' at the top of the home page as that webpage stated but that's not where I want this footer 'sidebar' to appear. I'm using bbPress plugin and changed the code from "is_home" to "is_forums" and it crashed the home page and no pages would appear...

    This is the code I'm using in my functions.php file - how do I get this to show only on my bbPress forum pages within Genesis?

    /** added for forum footer */

    /** from basicwp.com/add-new-widget-genesis-homepage/ */
    genesis_register_sidebar( array(
    'id' => 'footer-forum',
    'name' => __( 'Forum Footer', 'custom' ),
    'description' => __( 'This footer will appear instead of the primary footer, when the forum page template is used.', 'custom' ),
    ) );

    /** forum footer section */
    add_action( 'genesis_before_footer', 'news_footer_forum', 9 );
    function news_footer_forum() {
    if ( is_forum() && is_active_sidebar( 'footer-forum' ) ) {
    echo '<div class="footer-forum">';
    dynamic_sidebar( 'footer-forum' );
    echo '</div><!-- end .footer-forum -->';
    }
    }

    The bottom line is I need a different three column widgetised footer to appear on all my forum pages only and no where else in the site.

    Thanks again for the help.

    March 19, 2014 at 2:31 am in reply to: Adding an alternative footer – Agency Theme #95626
    Eiger
    Member

    Yes & No - I want to add an alternative footer-xyx.php file that has three widget areas in addition to the three standard ones so I can assign a different footer to a particular page ie my forum page

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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