Forum Replies Created
-
AuthorPosts
-
krystyn
ParticipantDid you ever find a solution @autogeekxl?
March 19, 2014 at 10:39 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #95700krystyn
Participant@braddalton okay, thanks. Filters are something I'm not familiar with at all.
March 18, 2014 at 9:31 am in reply to: Accessing 'Custom Document Title' field from Genesis theme #95495krystyn
ParticipantI think I want to do the same thing. I have a category page, and on that category page, instead of using the post title , I'd like to use the Custom Document Title displaying on the image.
This is what I'm using:
add_action( 'genesis_entry_header', 'beautiful_category_grid');
function beautiful_category_grid() {if ( $image = genesis_get_image( 'format=url&size=portfolio' ) ) {
printf( '<div class="pcategory-featured-image"></div>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
}
}
Any hints as to how to swap that out so I can use the SEO title? I'm a little confused as to where you used your code.
March 18, 2014 at 9:04 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #95490krystyn
ParticipantFor this category page, @braddalton instead of using:
add_action( 'genesis_entry_header', 'beautiful_category_grid' );
function beautiful_category_grid() {if ( $image = genesis_get_image( 'format=url&size=portfolio' ) ) {
printf( '<div class="pcategory-featured-image"></div>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
}
}
Is there a way to pull in the SEO title instead of the genesis_entry_header? So that is what is displayed over the image instead of the actual title on the page?
krystyn
Participant@blondishnet can you point me in the right direction for putting the social buttons together? I know where to grab the code for the buttons, but I'm not sure how to put it together.
krystyn
Participant@braddalton is there a way to use the hooks to put the social sharing under the meta data, maybe using the ranking so it's in another order?
krystyn
ParticipantThank you @braddalton, I thought you meant to use something else. Yes, I have it working, but for some reason,
can't edit the width properly to match that of the site, can't reduce the font size (I've been messing with firebug as well as adding css and it won't change:(Got the width..I was adding the 100% in the wrong spot. Can't figure out changing the fonts of the buttons.
http://www.krizzydesigns-test.com/test1/
Never mind figured that all out! Now I'm just thinking about swapping the text for background images, but have to see how the numbers look.
krystyn
Participant@Braddalton I'm not following what you mean by using the module all on its own. Forgive me if that's a silly question.
krystyn
ParticipantThanks @Braddalton, so I need Jetpack or slim Jetpack, correct?
krystyn
ParticipantThanks for your help. I also had to use the same idea on before-header and site-footer just in case anybody else is looking.
Onto problems 3-6...or something like that!
krystyn
ParticipantI figured it out. I had to add a .wrap.
This seems to work:
.footer-widgets { background-color: #f5f5f5; clear: both; } .footer-widgets .wrap { background-color: #f5f5f5; clear: both; padding: 20px 0 10px; padding: 2rem 0 1rem; width:1150px; margin: 0 auto; }krystyn
ParticipantThanks @braddalton. I try to stay away from Jetpack because it is a resource hog in my experience. Is the sharing module this one: Jetpack Sharing: http://wordpress.org/plugins/jetpack-sharing/
If so, I don't see the option to change the color of the icons, etc. Maybe I'm missing something or I have the wrong one?
krystyn
ParticipantForgot to tag you @nutsandbolts
krystyn
ParticipantHmm...
Okay, we are getting closer.
I actually had to add
margin: 0 auto; (so that it was centered)
width:1150px;to .footer-widgets
but, before this, the footer was full-width on non-mobile and of course, now this makes it only 1150px.
krystyn
ParticipantThat didn't work either. I also tried width:1150px, too just to see and that didn't work, either.
krystyn
ParticipantWell, that sort of fixes the footer issue, but takes the inner to full-width and drops the sidebar down and the footers are all mis-aligned.
krystyn
Participant@nutsandbolts, I removed the lines and it still looks the same. Hmmm...any other ideas?
krystyn
ParticipantWhoops @nutsandbolts..I copied, but failed to paste! http://www.krizzydesigns-test.com/test1/
krystyn
ParticipantThis is just what I was looking for. Thanks @nutsandbolts. Quick question...I can't figure out why my footer background width doesn't appear to fill the screen (at least on an iphone). Any suggestions? The width seems to come from the inner, so it should also be 1150px, but it's not?
March 13, 2014 at 10:45 am in reply to: Display Category Archives as a Thumbnail Gallery w/o a plugin #94700krystyn
Participant@Braddalton, suggestions for the transparent background and hover? It's not going on top of the image and the second line is bumping down?
-
AuthorPosts