Forum Replies Created
-
AuthorPosts
-
March 13, 2014 at 10:18 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #94693
krystyn
ParticipantThank you @Braddalton, worked perfectly!
March 13, 2014 at 8:18 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #94652krystyn
Participant@Braddalton is there a way that the category page can have say 21 posts displayed, but leave the main home page showing 2 full posts? I'm not sure how to set it in genesis so that they are different. If I change the settings >> reading it changes both the home page and the category page.
Here's the site, but I'm not sure if it's relavent..I'm sure I'm just missing something.
krystyn
ParticipantWell, resolved it myself.
This is in the functions.php file. Needs to be removed, or commented out as I did to test it.
//* Remove entry meta in entry footer
//* add_action( 'genesis_before_entry', 'beautiful_remove_entry_meta' );
//* function beautiful_remove_entry_meta() {//* Remove if not single post
//* if ( ! is_single() ) {
//* remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
//* remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
//* remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
//*}//*}
March 6, 2014 at 9:55 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93675krystyn
ParticipantOMG, @Whatsthatsmell..seriously? I'm pleading post-baby brain on that one..thank you!
March 6, 2014 at 8:32 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93655krystyn
ParticipantThank you @BradDalton that looks very nice.
March 5, 2014 at 8:55 pm in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93612krystyn
ParticipantWhoops, forgot to tag you @whatsthatsmell above.
March 5, 2014 at 3:37 pm in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93591krystyn
ParticipantYes, I can play with that.
Okay, one more question...how did you add the title and the text above the thumbnails, etc? Did you add that in your .php for each category?
March 5, 2014 at 3:24 pm in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93588krystyn
ParticipantThanks, @Kim. That works as long as there is a featured image. If there isn't an image, the alignment is off, but well, there should always be an image, right?
So, thank you.
(And, I had portfolio and changed it to category just so it matched the page name.)
March 5, 2014 at 3:03 pm in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93586krystyn
ParticipantSorry. Here's the test category page I'm playing with: http://www.krizzydesigns-test.com/test1/category/category-1
March 5, 2014 at 3:00 pm in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93584krystyn
ParticipantThanks. I think I've got it working..now I just can't figure out what to change in the css to get the images to be on the same line regardless of the post titles' length.
March 5, 2014 at 1:06 pm in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #93561krystyn
Participant@Kim how did you get that to display for your category? I don't see portfolio anywhere once adding that file. Maybe I'm missing something and it's super obvious? And then do you select a page template for the category pages or is it automatic?
@Brad what you sent works, of course, will need some css (to add the post title), but it does this for all categories and archives, right?krystyn
ParticipantFollowing.
December 12, 2013 at 2:03 pm in reply to: Image background for content area on home page only #78593krystyn
ParticipantDecember 12, 2013 at 1:49 pm in reply to: Image background for content area on home page only #78589krystyn
ParticipantHere's a link...I took off the coming soon for a bit: http://gigalaw.net
Also, it's the picture on the left (full body)...I added it back in so you can see where it goes, but I only want it on the home page....then I will work on the css spacing so it only bumps things over on the home page and not posts, etc.
Thanks.
December 12, 2013 at 1:40 pm in reply to: Image background for content area on home page only #78586krystyn
ParticipantYes, I tried
#home .content-sidebar #inner .wrap {
background: url(“http://url.com/background”) no-repeat scroll 0 0 #ffffff;
}and
.home .content-sidebar #inner .wrap {
background: url(“http://url.com/background”) no-repeat scroll 0 0 #ffffff;
}and even
.home.content-sidebar #inner .wrap {
background: url(“http://url.com/background”) no-repeat scroll 0 0 #ffffff;
}I'm puzzled as I thought for sure one of them would work?
December 12, 2013 at 1:37 pm in reply to: Image background for content area on home page only #78584krystyn
ParticipantAnybody else have any ideas? I'm not using a "home" page if that helps. The home page has widgets to pull posts from different categories.
December 11, 2013 at 2:50 pm in reply to: Image background for content area on home page only #78409krystyn
ParticipantWhoops...tag didn't work.
@nutsandbolts …yeah, I added it, and it’s not showing at all now…..hmmmmmDecember 11, 2013 at 2:20 pm in reply to: Image background for content area on home page only #78405krystyn
Participant@Nutsandbolts...yeah, I added it, and it's not showing at all now.....hmmmmm
December 11, 2013 at 2:18 pm in reply to: Image background for content area on home page only #78403krystyn
Participant@nutsandbolts if there isn't a #home in the css, besides just adding it
#home .content-sidebar #inner .wrap {
}
Is there anything else I need to do? With the background image there, it's no longer showing.
When I had it here, it was placed in the correct spot, but it just shows on all posts and pages including home.
.content-sidebar #inner .wrap {
background: url("http://url.com/background") no-repeat scroll 0 0 #ffffff;
December 10, 2013 at 8:20 pm in reply to: Image background for content area on home page only #78224krystyn
ParticipantThanks...I'll have to convert from html5....but I get the basic idea!
-
AuthorPosts