• 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

Elaine Griffin

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 86 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • July 16, 2013 at 2:46 am in reply to: content in new widget areas no displaying #50927
    Elaine Griffin
    Member

    Okay, I used the code on another site I'm working on, and it displayed just fine. I am using it on the original site I asked about, and none of the content is displaying.
    I have tried adding the code to both functions.php, and home.php, and I have the same outcome.
    Thanks!
    http://www.aimeebroussard.com

    July 15, 2013 at 11:13 am in reply to: content in new widget areas no displaying #50804
    Elaine Griffin
    Member

    Awesome, thank you so much!

    July 15, 2013 at 7:55 am in reply to: content in new widget areas no displaying #50777
    Elaine Griffin
    Member

    Thanks anitac. I did try that, and it didn't work. Plus, it is a static landing page.

    Brad, thanks so much. I just ran across similar code this morning and thought I would like to try this out. I'm going to give it a try.
    Can I ask, though, what is the "5" for on line 10?
    Thanks!

    July 10, 2013 at 4:48 am in reply to: Featured images and titles in grid loop #50061
    Elaine Griffin
    Member

    Thanks anitac.
    So what you are saying is I need to make my content area on the home page a widget area so I can use Featured Widget Amplified?
    I have no idea what's going on with the featured images. They are all larger than the thumb, I've re-uploaded, etc. I had my client upload images and use them as featured images, because there were none when she didn't have any there.

    July 7, 2013 at 6:56 am in reply to: Featured/latest posts grid questions #49624
    Elaine Griffin
    Member

    Hey all! Just wondering if anyone has any ideas about this. I've been playing around and I'm still not getting it. I would love to finish this project.
    Thanks!
    Elaine

    July 4, 2013 at 3:36 am in reply to: Featured/latest posts grid questions #49141
    Elaine Griffin
    Member

    Thanks Susan. Unfortunately, Regenerate Thumbnails didn't solve the issue, the images are still all multi-sized.

    As far as the posts lining up, I wouldn't mind if they aren't all the same length, but I would at least like them side-by-side, which they are not. I'm wondering, though, if it's possible to choose character length and include the title in that?

    Also, I still wondering how to get rid of "Read the full article »" the "&raquo" is not showing up as the arrow, but as the code.
    Thanks!

    July 2, 2013 at 12:46 pm in reply to: menu items are still directing to home page #48867
    Elaine Griffin
    Member

    Haha! You too! 😉

    July 2, 2013 at 12:39 pm in reply to: menu items are still directing to home page #48864
    Elaine Griffin
    Member

    Oh really? That would have never occurred to me!
    Thanks again! 🙂

    July 2, 2013 at 12:00 pm in reply to: menu items are still directing to home page #48855
    Elaine Griffin
    Member

    Hi David,
    Yeah, I tried to get rid of the overlap by putting the z-index in the header, which obviously didn't work.
    I don't know why I didn't think of this before, but I added the nav background to the header, put the menu in the header and margined it down. I guess the z-index plan seemed less complicated and fanangled to me.
    Thanks for the help!
    Elaine

    July 1, 2013 at 11:13 am in reply to: Post teasers questions #48703
    Elaine Griffin
    Member

    Okay, I did see those examples in my search.
    This is what I was thinking:
    <?php
    //* Do NOT include the opening php tag

    //* Modify the length of post excerpts
    add_filter( 'excerpt_length', 'custom_excerpt_length' );
    function custom_excerpt_length( $length ) {
    return 50; // pull first 50 words
    }

    What I was confused about was whether or not I could write:
    retrun 2; // pull first 2 paragraphs

    Thank you so much!

    July 1, 2013 at 8:02 am in reply to: Post teasers questions #48665
    Elaine Griffin
    Member

    Thank you for this!
    Numbers 2 and 3 I get, but could you go into a little more detail about 1? I am only very slowly understanding any PHP.
    Thank you so much!

    June 29, 2013 at 12:19 pm in reply to: Header and navigation issues #48381
    Elaine Griffin
    Member

    It was a plugin that was causing the issue, so I'm set with the navigation, but I still can't find a way to put the color behind the header image. I have scoured the web and I can't find a solution that works.

    June 29, 2013 at 8:01 am in reply to: Menu items directing to home page #48360
    Elaine Griffin
    Member

    UPDATE: Even when I create custom links, they still do not direct to the appropriate page.

    June 29, 2013 at 7:55 am in reply to: Menu items directing to home page #48359
    Elaine Griffin
    Member

    I've run it through validators, and fixed any small errors. I have deactivated all plugins, and that didn't help. I did recently upgrade WP, and Genesis. Do I/can I revert back? I've never had a problem before with WordPress or Genesis updates.
    Thank you so much!

    June 28, 2013 at 9:00 am in reply to: Menu items directing to home page #48216
    Elaine Griffin
    Member

    EDITING to say this is another site I'm having issues with. I will start a new thread for that.
    Even stripping all of my custom CSS from the navigation down, my nav is still in the header area. I just don't know what to do here.
    http://thelearnedfangirl.com/

    June 28, 2013 at 6:28 am in reply to: Menu items directing to home page #48196
    Elaine Griffin
    Member

    Thank you. I'm noticing that on another theme I'm working on. I don't understand because I've never had this problem before, and I'm not doing anything differently than I normally do.

    June 24, 2013 at 12:53 pm in reply to: Post content not showing #47508
    Elaine Griffin
    Member

    Found it! Random piece of code in there.
    Thanks for the help!

    June 24, 2013 at 7:40 am in reply to: Post content not showing #47452
    Elaine Griffin
    Member

    Thanks blogjunkie! I have changed themes, and it is a theme problem. It seems to be in my functions file, but I can't figure out where. I recently added:
    /** Previous and Next Links **/
    add_action('genesis_after_comment_form', 'custom_post_nav');
    function custom_post_nav(){?>
    <div style="font-size:13px; padding:2px;">
    <?php previous_post_link('<b>Previous Post:</b> %link') ?><br />
    <?php next_post_link('<b>Next Post:</b> %link') ?>
    </div>
    <?php }
    And not seeing posts happened sometime after that, although I'm not sure when. When I remove that part of the code, I am still not seeing my content. Hmmm. 🙁

    June 18, 2013 at 8:40 am in reply to: Display featured image above title in post teasers #46526
    Elaine Griffin
    Member

    Thanks Debra. While I try to avoid using too many plugins, I just might do that.

    Thanks for the tip about the plugin!

    June 6, 2013 at 3:20 pm in reply to: php plugin help – 03 social follow #44438
    Elaine Griffin
    Member

    Yeah.

    I just remembered Jetpack has sharing buttons, and they show up on features, so there we go.

    Thanks again!

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 86 total)
← 1 2 3 4 5 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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