• 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

krystyn

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 - 41 through 60 (of 146 total)
← 1 2 3 4 … 6 7 8 →
  • Author
    Posts
  • April 2, 2014 at 2:09 pm in reply to: Header Image responsiveness for lifestyle pro theme #98125
    krystyn
    Participant

    Did 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 #95700
    krystyn
    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 #95495
    krystyn
    Participant

    @kaplunkiigirl

    I 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">%s</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 #95490
    krystyn
    Participant

    For 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">%s</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?

    March 17, 2014 at 6:27 pm in reply to: Blissful meta data and signature issues #95395
    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.

    March 17, 2014 at 6:18 pm in reply to: Hardcoding social sharing on a post #95394
    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?

    March 17, 2014 at 12:37 pm in reply to: Hardcoding social sharing on a post #95347
    krystyn
    Participant

    Thank 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.

    March 15, 2014 at 4:33 pm in reply to: Hardcoding social sharing on a post #95071
    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.

    March 15, 2014 at 11:09 am in reply to: Hardcoding social sharing on a post #95043
    krystyn
    Participant

    Thanks @Braddalton, so I need Jetpack or slim Jetpack, correct?

    March 15, 2014 at 11:07 am in reply to: Mobile Responsive Sites #95042
    krystyn
    Participant

    Thanks 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!

    March 15, 2014 at 11:05 am in reply to: Mobile Responsive Sites #95040
    krystyn
    Participant

    I 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;
    }
    March 15, 2014 at 9:36 am in reply to: Hardcoding social sharing on a post #95017
    krystyn
    Participant

    Thanks @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?

    March 14, 2014 at 3:06 pm in reply to: Mobile Responsive Sites #94926
    krystyn
    Participant

    Forgot to tag you @nutsandbolts

    March 14, 2014 at 1:15 pm in reply to: Mobile Responsive Sites #94906
    krystyn
    Participant

    Hmm...

    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.

    March 14, 2014 at 1:07 pm in reply to: Mobile Responsive Sites #94903
    krystyn
    Participant

    That didn't work either. I also tried width:1150px, too just to see and that didn't work, either.

    March 14, 2014 at 1:01 pm in reply to: Mobile Responsive Sites #94901
    krystyn
    Participant

    Well, 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.

    March 14, 2014 at 12:56 pm in reply to: Mobile Responsive Sites #94898
    krystyn
    Participant

    @nutsandbolts, I removed the lines and it still looks the same. Hmmm...any other ideas?

    March 14, 2014 at 12:49 pm in reply to: Mobile Responsive Sites #94892
    krystyn
    Participant

    Whoops @nutsandbolts..I copied, but failed to paste! http://www.krizzydesigns-test.com/test1/

    March 14, 2014 at 12:45 pm in reply to: Mobile Responsive Sites #94890
    krystyn
    Participant

    This 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 #94700
    krystyn
    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?

    http://www.krizzydesigns-test.com/test1/category/category-1

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 146 total)
← 1 2 3 4 … 6 7 8 →
« Previous Page

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