• 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

Christina

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 74 total)
← 1 2 3 4 →
  • Author
    Posts
  • July 15, 2014 at 5:13 pm in reply to: AMPPS not updating #114462
    Christina
    Participant

    Ah, I didn't even realize there was a forum. I'll go check all this out.

    Thanks Dave!

    July 10, 2014 at 9:23 am in reply to: Help with limited FTP access? #113771
    Christina
    Participant

    Yay! 😉 This was supposed to be simple...so far it's only 5 CSS changes and possibly a couple lines of PHP.

    I emailed the host first thing this morning, but haven't heard anything yet.

    July 10, 2014 at 3:16 am in reply to: Help with limited FTP access? #113717
    Christina
    Participant

    I'll do that, thanks, Anita. She is with merchantmoms.com.

    June 12, 2014 at 12:49 pm in reply to: Trouble removing post info #109498
    Christina
    Participant

    I figured it out, changing it to this worked:

    remove_action( 'genesis_entry_header', 'genesis_post_info', 12);
    add_action( 'genesis_entry_header', 'genesis_post_info', 9);
    May 22, 2014 at 8:39 am in reply to: Blank spaces on portfolio page #106333
    Christina
    Participant

    Thanks Lauren! A lot of the code could have been written much better, but it was my first site a long time ago and unfortunately, I don't have time to re-write it all right now. The nth-child will hold us over in the mean time.

    It does still baffle me as to why it was only that one portfolio item though...no matter how many other items were added, there were still 2 empty spaces before that item while everything else lined up correctly.

    Thanks again.

    January 22, 2014 at 7:53 am in reply to: Something Happened to the Header- Lifestyle Pro #86433
    Christina
    Participant

    Not sure if it's the ideal solution, but you can change the width of your title area:

    .title-area {
    width: 100%;
    }
    January 18, 2014 at 5:55 pm in reply to: Images added to child theme folder not displaying #85792
    Christina
    Participant

    Hmm, still not displaying...

    (By the way, watched your screencast on installing fonts the other day. It was exactly what I needed, thank you!)

    Any other ideas?

    January 8, 2014 at 1:24 pm in reply to: Drop-Down Box for Itinerary #84051
    Christina
    Participant

    I use the Collapse-O-Matic plugin for that very purpose and love it. It makes it all really easy. 🙂

    January 8, 2014 at 12:52 pm in reply to: Adding Image Title Only to Sidebar Widgets #84044
    Christina
    Participant

    Cindy, the webfont from My Fonts should be added just like your Google fonts, but if you have any questions, just come back here and ask! 🙂

    (And, btw, if you are adding your Google fonts to your style sheet (CSS) everyone will be able to see them just like you do and My Fonts will work the same way.)

    January 8, 2014 at 6:21 am in reply to: Adding Image Title Only to Sidebar Widgets #83964
    Christina
    Participant

    It would be easiest (and look better and be more SEO friendly) to just use the font on your site instead of photos of it. You are using Janda, correct?

    You can purchase the Webfont license (if you haven't already) for $5 and then you can just have all of your sidebar titles automatically written in that font.

    It's a really simple process, we can walk you through it if you'd like!

    December 23, 2013 at 8:28 pm in reply to: Where would you place ads? #81004
    Christina
    Participant

    Thank you Noah. The in post ads are a good idea, I'm going to look into that too.

    Maybe I should experiment and offer some low cost ads for a month and just see how different placements look and how well the ads do.

    And thanks for the tutorial, Vajrasar.

    December 10, 2013 at 3:50 pm in reply to: Beuatiful Pro Header/Logo #78170
    Christina
    Participant

    You're very welcome, happy to help! 🙂

    December 10, 2013 at 3:09 pm in reply to: Widget content is getting cut off #78158
    Christina
    Participant

    Thanks, Andrea! It's always the little things I miss. 🙂

    Anita, the Pinboard has a width of 900, it's just the pics inside it that had a width of 115. But thanks.

    December 10, 2013 at 10:25 am in reply to: Beuatiful Pro Header/Logo #78073
    Christina
    Participant

    Find your:

    .header-image .site-title a {
    float: left;
    min-height: 120px;
    width: 100%;
    }

    And add your desired height there.

    December 9, 2013 at 5:53 pm in reply to: Where would you place ads? #77919
    Christina
    Participant

    Thanks, Davinder, I will check that out!

    December 8, 2013 at 8:51 pm in reply to: Where would you place ads? #77768
    Christina
    Participant

    I hadn't thought about ads in and above the footer. I really like that idea of ads between posts, can't wait to check out that tutorial.

    Thanks Andrea, you're the best!

    December 4, 2013 at 6:35 am in reply to: Post excerpts everywhere but the home page #76931
    Christina
    Participant

    Please?

    I know I can create a category.php file, but I don't know how to write those from scratch yet. Anyone know of a basic template I could copy? I could probably figure out the rest from there...

    December 3, 2013 at 4:27 pm in reply to: Firebug and Modifying Magazine pro theme #76855
    Christina
    Participant

    When you're checking the CSS with firebug, it will automatically show you the child theme. The child theme is always the one you want to make changes to as well, never Genesis.

    December 3, 2013 at 4:11 pm in reply to: Post excerpts everywhere but the home page #76853
    Christina
    Participant

    Thanks Jeremi, but I still want the syndication feeds to show the full articles.

    What I mean is when a category (eg: http://www.littlevictorian.com/category/ourhouse) is clicked on within my site, to show excerpts of the posts instead of the full posts.

    Anyone know?

    November 6, 2013 at 4:56 am in reply to: New theme not displaying properly #71223
    Christina
    Participant

    Thanks Andrea! It turns out I hadn't updated Genesis to 2.0.1 yet. Oops. It all works now.

    But I will keep all that in mind, because I've had header thing happen on other sites before, and didn't realize it was the widgets.

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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