Forum Replies Created
-
AuthorPosts
-
BMW
MemberStill trying to figure this out. Thanks for any additional help.
BMW
MemberI'm sure I could add a class, but I don't know specifically how. :/
I've added the .ourproducts to your previous code, but I'm still seeing full-width widgets. I've played around with width, but am struggling with my css.
Thanks again
BMW
MemberWorked like a charm. Thanks a million.
But like you said it applied it globally to all widgets on the home page.
I've tried:
.home-middle .featured-content .entry .gfwa-odd {
width: 50%;
float: left;
}
.home-middle .featured-content .entry .gfwa-even {
width: 50%;
float: right;
}But that doesn't seem to work.
Thanks!
November 10, 2013 at 1:27 pm in reply to: Show Custom Post Type In Genesis Featured Post Widget – Magazine Pro Home Page #72094BMW
MemberThanks for the point in the right direction.
I tried using the gist as he recommends, and I added my landing_page custom post type to line 44 like you recommended and it worked great for displaying my landing_page post types in my featured widgets. Unfortunately for some reason Gary Jones widget doesn't play nicely with Premise Landing pages plugin and it broke those landing pages.
So I just decided to make the core edit to the featured-post-widget.php in themes/genesis/lib/widgets/featured-post-widget.php on line 102 I added
'post_type' => array( 'post', 'landing_page' ),
and it works beautifully.The only problem of course is that it's a core edit, so I've just noted it for the next time I install a new Genesis.
Thanks for your help.
BMW
MemberGot it. Looks like I just needed to add the 'thumbnail' portion to this line of code:
'supports' => array( 'title', 'editor', 'revisions', 'custom-fields', 'thumbnail' ),
in premise.php.
Thanks for your help Brad.
BMW
MemberAny ideas on how to add thumbnail support back to the plugin? The plugin is Premise by Copyblogger, so I'm surprised why they would remove it.
You can download the plugin here: http://bit.ly/HO9s44
Thanks for your help so far.
BMW
MemberSorry, I don't think that I was clear enough.
I need the featured image meta box to show on the admin pages for custom post types. Just like the featured image box shows up when editing a normal blog posts. So that I can have a unique featured image per post of my custom post type.
Sorry for the misunderstanding.
BMW
Member100% sure: http://bit.ly/HpXGx7
BMW
Memberlanding_page is custom post type
BMW
MemberThanks. Do you have a training wheels version of these instructions? I've tinkered myself to death.
-
AuthorPosts