• 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

tashworth19191

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 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • May 20, 2014 at 11:54 am in reply to: Can't get WordPress Search to work #106050
    tashworth19191
    Member

    I did drag the default search box to sidebar and it does not work.

    May 6, 2014 at 12:17 pm in reply to: Lifestyle Pro comment links #103872
    tashworth19191
    Member

    Lauren, Thank you so much for being so helpful. Hopefully I can return the favor some day..

    Regards, Tom...

    May 6, 2014 at 11:48 am in reply to: Lifestyle Pro comment links #103866
    tashworth19191
    Member

    Hi Lauren, I put it in functions.php on lifestyle pro them that did not work so I put in on the front-page template. Here is what is on the front page template right now. Still cannot figure out how to get it to display.

    function lifestyle_home_genesis_meta() {
    	if ( is_active_sidebar( 'home-top' ) || is_active_sidebar( 'home-middle' ) || is_active_sidebar( 'home-bottom-left' ) || is_active_sidebar( 'home-bottom-right' ) ) {
    		// Force content-sidebar layout setting
    		add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' );
    		// Add lifestyle-pro-home body class
    		add_filter( 'body_class', 'lifestyle_body_class' );
    		// Remove the default Genesis loop
    		remove_action( 'genesis_loop', 'genesis_do_loop' );
    		add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
    		// Add homepage widgets
    		add_action( 'genesis_loop', 'lifestyle_homepage_widgets' );
    	}
    }
    
    function sp_post_meta_filter($post_meta) {
    	$post_meta = '[post_categories] [post_tags]';
    	return $post_meta;
    }
    
    function lifestyle_body_class( $classes ) {
    	$classes[] = 'lifestyle-pro-home';
    	return $classes;
    }
    
    function lifestyle_homepage_widgets() {
    	genesis_widget_area( 'home-top', array(
    		'before' => '<div class="home-top widget-area">',
    		'after'  => '</div>',
    	) );
    	genesis_widget_area( 'home-middle', array(
    		'before' => '<div class="home-middle widget-area">',
    		'after'  => '</div>',
    	) );
    	if ( is_active_sidebar( 'home-bottom-left' ) || is_active_sidebar( 'home-bottom-right' ) ) {
    		echo '<div class="home-bottom">';
    		genesis_widget_area( 'home-bottom-left', array(
    			'before' => '<div class="home-bottom-left widget-area">',
    			'after'  => '</div>',
    		) );
    		genesis_widget_area( 'home-bottom-right', array(
    			'before' => '<div class="home-bottom-right widget-area">',
    			'after'  => '</div>',
    		) );
    		echo '</div>';
    	}
    }
    
    genesis();
    April 4, 2014 at 10:21 am in reply to: Different Headers on Other Pages #98475
    tashworth19191
    Member

    I figured it out.....

    echo '<header itemtype="http://schema.org/WPHeader" itemscope="itemscope" role="banner" class="site-header">';
    if (!is_home()) {
    	do_action( 'genesis_header' );
    }
    else {
    genesis_widget_area( 'slider', array(
    		'before' => '<div class="slider widget-area">',
    		'after'  => '</div>',
    	) );
    }
    
    echo '</header>';
    
    
    April 5, 2013 at 12:54 pm in reply to: #header CSS Question AgentPress Template #33350
    tashworth19191
    Member

    You are welcome, It would be great if you could find this stuff in a document somewhere. 

    March 31, 2013 at 11:45 am in reply to: First Genesis Site Live #32290
    tashworth19191
    Member

    I like the colors, good choice.     Yeah, I think the sub-domain might hurt seo though.

    Regards,  Tom Ashworth

    http://horseshoe-bay-texas-homes.com

     

    March 31, 2013 at 11:42 am in reply to: Minimum Theme – Artist Website #32289
    tashworth19191
    Member

    Yeah,  looks great except for the slider image not being centered.  Also, I would think about adding a call to action on the home page.

    Regards,  Tom Ashwoth

    http://burnet-texas-homes.com

    March 31, 2013 at 11:40 am in reply to: Re-designed blog with Focus theme #32288
    tashworth19191
    Member

    I like it.  You did a great job...

    Tom Ashworth

    Ashworth Web Services Home Page

    March 31, 2013 at 11:39 am in reply to: Fast #32287
    tashworth19191
    Member

    Looks good!

    March 24, 2013 at 12:31 pm in reply to: AgentPress Questions #30934
    tashworth19191
    Member

    Of course I don't have dsIDXPress set up yet, just using the demo now, but I think what would be great if is dsIDXPress or StudioPress got together to make a tutorial on how to get this integrated.

     

    March 24, 2013 at 10:28 am in reply to: #header CSS Question AgentPress Template #30901
    tashworth19191
    Member

    I figured it out.  All I did was comment this area out in my functions.php

    /** Add suport for custom background
    add_custom_background(); */

    /** Add support for custom header

    add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 125, 'textcolor' => '333' ) );*/

    Hope it helps someone else.

    March 24, 2013 at 10:27 am in reply to: AgentPress Questions #30899
    tashworth19191
    Member

    Yes that is what was confusing to me, but I bought the theme and working with dsIDXPress to get MLS setup.  I figured out I can use the hook system to do what I want, by inserting the dsIDXPress search widget in Slider.  I have not got that far, but I think it will work from reading documentation,.

     

    March 24, 2013 at 10:00 am in reply to: how to get full width slider in AgentPress #30881
    tashworth19191
    Member

    Did you get any response on this?

    March 24, 2013 at 9:55 am in reply to: Using AgenPress 2.0 – Having trouble displaying company logo at the TOP LEFT #30878
    tashworth19191
    Member

    Did you ever get an answer.  I am having the same issue..

     

    March 23, 2013 at 6:32 pm in reply to: AgentPress Questions #30803
    tashworth19191
    Member

    I understand they are different, but to me when someone says it is integrated, it means they are combined and the search functions will work for either.

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