• 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

Salman

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 21 total)
1 2 →
  • Author
    Posts
  • October 25, 2016 at 12:11 am in reply to: Using front page widgets in internal pages (Digital Pro Theme) #195280
    Salman
    Member

    I figured it out, but still decided to go with a regular image. That looks better for an internal page.

    The column text widgets aren't responsive though. They're appearing as columns no matter what size the screen is (as opposed to being stacked one above the other).

    It works perfectly in the home page.

    October 24, 2016 at 1:06 am in reply to: Using front page widgets in internal pages (Digital Pro Theme) #195239
    Salman
    Member

    Couldn't figure it out. A full-width outstretched image like in the homepage would've been ideal, but I've decided to just go with a regular image for now. Just added an tag in the text widget.

    October 23, 2016 at 10:28 am in reply to: Using front page widgets in internal pages (Digital Pro Theme) #195212
    Salman
    Member

    I duplicated the home page layout in an internal page too. Everything's working fine except for the main background image. That's not showing up. Any pointers?

    Where does the home page php file pick up the Front Page 1 widget area image and its layout from? I think there's some javascript code involved, but I'm not able to figure out what exactly.

    October 22, 2016 at 2:07 pm in reply to: Using front page widgets in internal pages (Digital Pro Theme) #195199
    Salman
    Member

    How do I create a new page template that mimics the homepage? Copying code from front-page.php will do it? What else should I take care of?

    October 22, 2016 at 9:29 am in reply to: How to add a new widget area to Digital Pro theme front page? #195190
    Salman
    Member

    Thanks Brad. It was your tutorial itself which I followed.

    October 22, 2016 at 8:51 am in reply to: How to add a new widget area to Digital Pro theme front page? #195186
    Salman
    Member

    A bit of googling and some trial and error and I figured it out. Now on to my second predicament 😀

    October 22, 2016 at 7:19 am in reply to: HELP! Adding Widget Area to Digital Pro #195181
    Salman
    Member

    Garner's code and hook? Where did you find it? Please link me to it.

    I'm also looking to add another widget area so that I can duplicate the Front Page 3.

    October 23, 2014 at 11:09 pm in reply to: Comments disabled in full-width layout posts [FOCUS PRO THEME] #128916
    Salman
    Member

    Bump...

    How do I enable comments in full-width posts too?

    August 25, 2014 at 5:47 pm in reply to: Removing quotation mark from blockquote #121021
    Salman
    Member

    I got this sorted out on my own. Removed the blockquote::before tag pointing to /201C in the style sheet.

    August 24, 2014 at 8:58 am in reply to: Removing quotation mark from blockquote #120763
    Salman
    Member

    Bump.

    If anyone didn't understood what I said, here's the thing I'm talking about. I've pointed an arrow at the quotation mark I want to remove. (ignore the authenticity of the quotation; I just put in something random from memory)

    Blockquote Quotation Marks

    August 24, 2014 at 4:01 am in reply to: How to show excerpts of Posts on homepage in Focus Pro Theme #120743
    Salman
    Member

    @genwrock Thank a lot. That worked. I made a few modifications to the character limit though.

    August 21, 2014 at 1:02 am in reply to: How to display featured post excerpt in focus pro them #120133
    Salman
    Member

    Hello Rahul,

    Just checked out your website. I am using Focus Pro theme on my personal blog and am planning to have my homepage similar to what you've done.

    Can you please let me know what changes you made?

    Thanks

    August 21, 2014 at 1:00 am in reply to: Focus Pro Child Theme #120132
    Salman
    Member

    Strange. Not even one website showcased using Focus Pro theme.

    August 21, 2014 at 12:57 am in reply to: How to show excerpts of Posts on homepage in Focus Pro Theme #120131
    Salman
    Member

    From what I understand through googling, I must make changes to the front_page.php of my child theme (i.e. Focus Pro).

    Here's what the code on my fornt_page.php looks like:

    <?php
    /**
     * This file adds the Home Page to the Focus Pro Theme.
     *
     * @author StudioPress
     * @package Focus Pro
     * @subpackage Customizations
     */
     
    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'focus_grid_loop_helper' );
    
    //* Add support for Genesis Grid Loop
    function focus_grid_loop_helper() {
    
    	if ( function_exists( 'genesis_grid_loop' ) ) {
    		remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
    		genesis_grid_loop( array(
    			'features'              => 2,
    			'feature_image_size'    => 0,
    			'feature_content_limit' => 0,
    			'grid_image_size'		=> 'home-grid-thumbnail',
    			'grid_image_class'		=> 'alignnone',
    			'grid_content_limit' 	=> 250,
    			'more' 					=> __( '[Continue reading]', 'focus' ),
    		) );
    	}
    
    	else {
    		genesis_standard_loop();
    	}
    
    }
    
    genesis();
    

    While I can make out what some of the code implies, I don't want to randomly play around with it. Can anyone please suggest what I should change in the code so that the homepage shows only a full width feature image and post excerpt, with Continue Reading link after it?

    August 21, 2014 at 12:46 am in reply to: How to show excerpts of Posts on homepage in Focus Pro Theme #120130
    Salman
    Member

    That works only for archive pages (categories and tags) and not the homepage. I want to modify the homepage.

    August 21, 2014 at 12:16 am in reply to: How to show excerpts of Posts on homepage in Focus Pro Theme #120128
    Salman
    Member

    Can't access the page. It says:

    Sorry but this content is not available in your country at the moment.

    Weird.

    July 9, 2014 at 1:43 pm in reply to: Best theme for personal blog? #113607
    Salman
    Member

    Thanks for the suggestions Davinder Singh. I was drifting towards eleven40 myself.

    Can someone please put up a list of personal and travel blogs that have been made using Genesis framework themes? I'm kind of lost as of now where to start and how to take my idea forward.

    April 8, 2014 at 12:10 am in reply to: Genesis framework fit for eCommerce website? #99007
    Salman
    Member

    Which plugin are you talking about? WooCommerce? Those are good sites you've made there.

    Anyone else want to pitch in?

    April 7, 2014 at 7:25 am in reply to: Genesis framework fit for eCommerce website? #98854
    Salman
    Member

    Bump...

    November 25, 2013 at 6:09 am in reply to: Custom Post Category in Featured Posts Widget #75489
    Salman
    Member

    Sorry for disrupting your thread, but can anyone tell me what's the use of custom post types, and how exactly will this plugin help with them?

    I am looking to modify my homepage too, and I think that this plugin somehow helps me achieve what I think; though not sure what it is about.

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

© 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