• 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

erickawatson

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 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • April 21, 2016 at 6:52 pm in reply to: Change Title Text to White in Digital Pro #184131
    erickawatson
    Participant

    Thank you. I realized that a few hours after I sent out my question. I am using a different hosting solution and they have a weird plugin that I think throws off the caching.

    Thanks for the help!

    April 18, 2016 at 5:33 am in reply to: CSS to remove a white block on Blog page #183818
    erickawatson
    Participant

    Thank you both! That was it and it's all fixed now.

    I didn't realize I still had it in maintenance mode when I sent my first question out.

    I can't tell you how much I appreciate the help.

    Ericka

    April 14, 2016 at 5:47 pm in reply to: CSS to remove a white block on Blog page #183635
    erickawatson
    Participant

    Do you mean Firebug? I've tried to use that tool, but it doesn't show me. The page is http://hrhcombatarms.com/the-armory/

    February 23, 2016 at 4:33 pm in reply to: Front Page Image being cut off in Atmosphere Pro #179754
    erickawatson
    Participant

    I am also having the same problem with another website I designed. The image is being cut off at the bottom on Microsoft products. Here is the URL for that website:

    http://www.kwequine.com

    It seems to be a problem with the Atmosphere Pro theme... Anyone else having this problem? I also had problems with the them blowing up my images on mobile devices in Widget Area 2.

    February 23, 2016 at 4:27 pm in reply to: Front Page Image being cut off in Atmosphere Pro #179753
    erickawatson
    Participant

    Thank you for your response and trying to help, but I added this and it didn't change the outcome. The main image is still being cut off.

    Any other ideas?

    February 12, 2016 at 12:33 pm in reply to: Image Header for Blog Page on Atmosphere Pro? #178909
    erickawatson
    Participant

    Thank you! Instead of a widget, I used the PHP code on that page to add the image. It worked beautifully, except the Title Toggle plugin wouldn't take the Blog title from the page. I used this tutorial (http://wpsites.net/web-design/hide-page-titles-from-displaying/) to remove title from the page and now it looks exactly the way I wanted.

    Your website is great and I also appreciate you taking the time to help me on this forum.

    Ericka

    February 12, 2016 at 8:30 am in reply to: Image Header for Blog Page on Atmosphere Pro? #178878
    erickawatson
    Participant

    Thank you for replying.

    I am new to hooks, but from the page you showed, I would guess the genesis_after_header or genesis_before_content. I am not positive which position would give me the results I want, but if you could make a suggestion based upon me wanting to place an image at the top of the Blog feed before the actual posts on the blog, that would be helpful. From there, I can play with different things as you suggested on the hooks page.

    Thank you again,
    Ericka Watson

    October 21, 2015 at 8:20 pm in reply to: Updated Genesis and WP, cannot add new pages or posts #168700
    erickawatson
    Participant

    Update:

    I'm probably just talking to myself here, but I was able to fix the issue by uninstalling the update, reinstalling the old Genesis, and then upgrading it again to the latest Genesis. I cleared my cache and it works fine. I doubt that the problem was caused by the Genesis upgrade at all, and is probably due to a plugin or the code changes I made.

    October 21, 2015 at 7:29 pm in reply to: Updated Genesis and WP, cannot add new pages or posts #168699
    erickawatson
    Participant

    Update:

    I deleted genesis 2.2.3 using FTP and reinstalled 2.2.2, and I am still having the same problem with not being able to create new pages or posts because I cannot type in the body box. I can do everything else in the page creation area, including saving, adding a featured image, etc. I am assuming that something I did when I tried to add a portfolio page is the issue, but I am not sure.

    May 4, 2014 at 6:26 pm in reply to: Customizing the Header for Streamline Pro #103634
    erickawatson
    Participant

    Thank you. I had tried that before and it wasn't working, but I figured out that I was using the wrong url. I appreciate your help!

    April 17, 2014 at 5:01 am in reply to: How to change header background to image for going green theme #100923
    erickawatson
    Participant

    Hello,

    I had the same question about how to add an image to the header background, but obviously no one helped you with it here. I saw that you managed to do this ... can you share how you made the change? It looks great...

    April 17, 2014 at 4:53 am in reply to: Going Green – Static Page for Home Page #100922
    erickawatson
    Participant

    Hi Susan,

    I have the same question about using the static page and getting the featured image to display. Can you give a little more detail about how to create a widget and use it for the featured image? It seems from the theme setup instructions you should just be able to set your featured image on the page and it will appear on the homepage as it should with posts.

    Thanks!

    April 13, 2014 at 2:09 pm in reply to: Minimum pro header #100081
    erickawatson
    Participant

    Okay, to the best of my recollection, this is what I did...

    First, I changed the CSS. The main changes were to the the title area width = 400 and the .header-image .site-title a became 124px, the size of my image. Next I changed the theme functions to reflect the changes. For the floating navigation on the top right, I created a custom menu and use the header right widget within the theme. I copied the CSS and the Theme Functions text that I changed:

    /* Title Area
    --------------------------------------------- */

    .title-area {
    float: left;
    padding: 18px 0;
    width: 400px;
    }

    .header-image .title-area {
    padding: 0;
    }

    .site-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    }

    .site-title a,
    .site-title a:hover {
    border: none;
    color: #333;
    }

    .site-description {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    }

    /* Full width header, no widgets */

    .header-full-width .title-area,
    .header-full-width .site-title {
    width: 100%;
    }

    .header-image .site-title a {
    display: block;
    text-indent: -9999px;
    }

    /* Custom header */

    .header-image .title-area {
    padding: 0;
    }

    .header-image .site-title a {
    height: 124px;
    display: block;
    text-indent: -9999px;
    max-width: 400px;
    }

    /* Widget Area
    --------------------------------------------- */

    .site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
    }

    .site-header .search-form {
    float: right;
    margin-top: 10px;
    }

    /*

    (The theme functions says "DO not change," so please change this only at your own risk)
    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    'width' => 400,
    'height' => 124,
    'header-selector' => '.site-title a',
    'header-text' => false
    ) );

    March 31, 2014 at 2:02 pm in reply to: Minimum pro header #97743
    erickawatson
    Participant

    Sorry I didn't reply right away, as I replied to another person, I played around and got it to work, so I will have to go back in to see exactly what I did to make it work and get back to you in a little bit.

    Thanks for the compliment - I am glad you like the logo!

    Ericka

    March 31, 2014 at 2:00 pm in reply to: Minimum pro header #97741
    erickawatson
    Participant

    Hi Mark,

    Sorry I didn't reply right away. The truth is a played around a bit and got it to work and need to go back and look at what I did. I'll send a more detailed reply in a day or so if you are still interested.

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 15 total)

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