• 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

liannef

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 27 total)
1 2 →
  • Author
    Posts
  • April 22, 2014 at 1:17 pm in reply to: Old Posts Appearing on Mobile Version of my Site #101923
    liannef
    Member

    THANK YOU!! That did it....

    I only installed the caching plugin because I heard that it makes your site run faster. Is that true or is this really just unnecessary?

    -Lianne

    March 26, 2014 at 7:22 pm in reply to: Feed Not Pulling New Posts #96872
    liannef
    Member

    Thanks! Since I use FeedBlitz...should I cancel re-direction before I do this?

    March 26, 2014 at 7:32 am in reply to: Feed Not Pulling New Posts #96713
    liannef
    Member

    I did that and no luck...any other suggestions??

    November 25, 2013 at 2:48 pm in reply to: PHP Help w/Code #75569
    liannef
    Member

    Thank you! Do I add this to my functions.php or is this in place of the other code I added earlier?

    This is what I have currently

    /** Register Before Posts widget area On Blog Page Only**/
    
    genesis_register_sidebar( array(
    'id' => 'before-blog',
    'name' => __( 'Before Blog Widget', 'wpsites' ),
    'description' =>  __( 'This is the before post widget area on the blog page only.', 'wpsites' ),
    ) );
    
    /**
    * @author Brad Dalton - WP Sites
    * @link http://wp.me/p1lTu0-9Jr
    */
      
    /** Before Posts On Blog Page Only*/
    
    add_action( 'genesis_before_loop', 'wpsites_before_blog_widget', 9 );
    function wpsites_before_blog_widget() {
    if ( is_page( '22714' ) ) {
    echo '<div class="before-blog">';
    	dynamic_sidebar( 'before-blog' );
    	echo '</div><!-- end .before-blog -->';
    
    	}
    
    }
    November 25, 2013 at 9:30 am in reply to: PHP Help w/Code #75515
    liannef
    Member

    Hi There! I figured that out, and I have it set with the blog page template BUT I don't know how to add an intro paragraph at the top without trampling all over the breadcrumbs. I actually used your code at the suggestion of another member in my functions php to set up a widget that would appear before posts but now the breadcrumbs are below it

    http://www.themakeupgirl.net/archives

    November 25, 2013 at 8:20 am in reply to: Genesis Featured Widget Amplified Plugin for Site Archives #75505
    liannef
    Member

    THANK YOU!!! Now I just need to figure out how to move the breadcrumbs up above what i just did LOL

    http://themakeupgirl.net/archive/

    November 25, 2013 at 7:22 am in reply to: Genesis Featured Widget Amplified Plugin for Site Archives #75500
    liannef
    Member

    AWESOME THANK YOU!! Also, do you know if I can display an intro paragraph before the posts??

    November 12, 2013 at 9:28 pm in reply to: Grid Loop in Site Archives #72613
    liannef
    Member

    Hey Andrea,

    I added this code to a new .php file and uploaded it but it's not showing in my template options for the page

    <?php
    
    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'child_grid_loop_helper' );
    /** Add support for Genesis Grid Loop **/
    function child_grid_loop_helper() {
    
    	if ( function_exists( 'genesis_grid_loop' ) ) {
    		genesis_grid_loop( array(
    			'features' => 0,
    			'feature_image_size' => 0,
    			'feature_image_class' => 'alignleft post-image',
    			'feature_content_limit' => 0,
    			'grid_image_size' => 30,
    			'grid_image_class' => 0,
    			'grid_content_limit' => 250,
    			'more' => __( '[Continue reading]', 'genesis' ),
    		) );
    	} else {
    		genesis_standard_loop();
    	}
    
    }
    
    genesis();
    November 12, 2013 at 3:09 pm in reply to: Grid Loop in Site Archives #72561
    liannef
    Member

    They aren't pages - they just have the "category" stripped via the Yoast plugin. Those are the actual categories....I just want to be able to display a grid on a page instead of this list that appears (i think I'm using the archive template) http://themakeupgirl.net/archive/

    November 12, 2013 at 2:50 pm in reply to: Grid Loop in Site Archives #72559
    liannef
    Member

    Okay, I have the plugin installed. But there isn't anyplace to specify what pages only this

    Enable on:

    Blog Home Category Archives Tag Archives Author Archives Search Results

    Is there a shortcode to use it on a page?

    November 12, 2013 at 2:44 pm in reply to: Grid Loop in Site Archives #72557
    liannef
    Member

    Does that conflict with the grid loop code that is already in the theme?

    November 12, 2013 at 2:08 pm in reply to: Grid Loop in Site Archives #72545
    liannef
    Member

    Hey Andrea,

    Any idea how I can do the grid on that link?

    -Lianne

    November 10, 2013 at 5:49 pm in reply to: Grid Loop in Site Archives #72171
    liannef
    Member

    Hey Andrea,

    I was trying something - it's back now LOL

    November 4, 2013 at 10:21 am in reply to: Manhattan Theme Remove Home Bottom Section #70857
    liannef
    Member

    THANK YOU!!!! Worked like a charm....I think I need to take a PHP class! 😀

    November 4, 2013 at 9:14 am in reply to: Manhattan Theme Remove Home Bottom Section #70823
    liannef
    Member

    Hey Andrea...

    I did that and now it looks like this

    Screenshot

    November 3, 2013 at 10:41 pm in reply to: Manhattan Theme Remove Home Bottom Section #70760
    liannef
    Member

    Thanks Amanda! (wow, you've heard a lot from me the past few days huh?! LOL)

    (edited to remove all the PHP code)

    November 2, 2013 at 8:11 pm in reply to: Header Not Resizing in Mobile (Mocha Theme) #70624
    liannef
    Member

    THANK YOU Andrea!!!! Best best best... 😀

    November 1, 2013 at 7:43 pm in reply to: How To Show Categories & Tags in Mocha Theme #70432
    liannef
    Member

    I should have been clearer - sorry

    they aren't showing up on the FRONT page - they are fine everywhere else.

    -Lianne

    November 1, 2013 at 6:35 pm in reply to: Change Size of Columns – Mocha Theme #70424
    liannef
    Member

    Thank you!!!!

    November 1, 2013 at 12:29 pm in reply to: Center Header in Mocha Theme #70335
    liannef
    Member

    DONE....thank you again!

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

© 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