Forum Replies Created
-
AuthorPosts
-
October 25, 2016 at 12:11 am in reply to: Using front page widgets in internal pages (Digital Pro Theme) #195280
Salman
MemberI 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) #195239Salman
MemberCouldn'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) #195212Salman
MemberI 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) #195199Salman
MemberHow 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? #195190Salman
MemberThanks 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? #195186Salman
MemberA bit of googling and some trial and error and I figured it out. Now on to my second predicament 😀
Salman
MemberGarner'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] #128916Salman
MemberBump...
How do I enable comments in full-width posts too?
Salman
MemberI got this sorted out on my own. Removed the blockquote::before tag pointing to /201C in the style sheet.
Salman
MemberBump.
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)
August 24, 2014 at 4:01 am in reply to: How to show excerpts of Posts on homepage in Focus Pro Theme #120743Salman
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 #120133Salman
MemberHello 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
Salman
MemberStrange. 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 #120131Salman
MemberFrom 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 #120130Salman
MemberThat 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 #120128Salman
MemberCan't access the page. It says:
Sorry but this content is not available in your country at the moment.
Weird.
Salman
MemberThanks 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.
Salman
MemberWhich plugin are you talking about? WooCommerce? Those are good sites you've made there.
Anyone else want to pitch in?
Salman
MemberBump...
Salman
MemberSorry 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.
-
AuthorPosts