• 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

IanP

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 - 1 through 20 (of 53 total)
1 2 3 →
  • Author
    Posts
  • January 4, 2023 at 4:41 am in reply to: The parent theme could not be found. You will need to install the parent theme, #506504
    IanP
    Participant

    Yes, my error. I wasn't used to seeing Genesis FRAMEWORK further down the page, and I installed Genesis Block in error.

    All working. Thanks for the reply Brad Dalton. (thumbs up)

    March 31, 2020 at 10:43 am in reply to: #Destination link not working in Chrome based browsers #497635
    IanP
    Participant

    Thank you again Anita. Worked successfully. 🙂 Take care. 🙂

    March 31, 2020 at 10:37 am in reply to: #Destination link not working in Chrome based browsers #497634
    IanP
    Participant

    I'll give that a try. Thanks Anita 🙂

    November 24, 2015 at 2:51 am in reply to: Atmosphere Pro change frontpage image not showing #171897
    IanP
    Participant

    *EDIT*

    Seems I I add a blank widget into the Front page 1 widget area the image then populates and works. How weird.

    July 1, 2014 at 5:59 am in reply to: Outreach Pro slider image size #112378
    IanP
    Participant

    Great work. Glad you got it sorted. Looks great BTW.

    FireBug plugin under Firefox works a treat for this type of troubleshooting/

    July 1, 2014 at 12:47 am in reply to: Outreach Pro slider image size #112320
    IanP
    Participant

    The image is not the same size.
    Looks to be at 920px ?— 400px

    June 17, 2014 at 6:02 am in reply to: Fixed sidebar in Sixteen Nine theme #110151
    IanP
    Participant

    Doesn't work for me. I removed it and the whole left-hand content disappears.

    August 23, 2013 at 10:34 am in reply to: eleven40 Pro Theme #58440
    IanP
    Participant

    You are right about the font family

    It was enabling and disabling Yoast that made it work for me. But I really wanted to use Yoast so the workaround is below, care of SP support. (Thanks Jennifer).

    I had to add this to the CSS rule in the style.css file:

    .site-title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    line-height: 1;
    margin: 0;
    padding: 20px 0;
    padding: 2.0rem 0;
    text-transform: uppercase;
    }

    August 23, 2013 at 6:25 am in reply to: eleven40 Pro Theme #58394
    IanP
    Participant

    Disabling the Yoast SEO plugin fixed this issue. So there is definitely an incompatibility with this plugin and the theme.

    Thank you for the reply too Ken. 🙂

    August 22, 2013 at 10:46 pm in reply to: Is Yoast ok with genesis SEO #58360
    IanP
    Participant

    I've just had eleven40 Pro's title text font styling go haywire with Yoast on Genesis 2.0. .index (home), the title text is fine but as soon as you go to a post or page, the text changes. Disable YOAST and it all works normally.

    Definitely NOT 100% compatible at this stage.

    August 22, 2013 at 6:26 am in reply to: Can't access themes, account, support #58163
    IanP
    Participant

    Hi Susan

    Have done that already. Just waiting for a reply.

    Thank you.

    August 21, 2013 at 11:38 pm in reply to: Tickets and Theme Downloads Broken ??? #58131
    IanP
    Participant

    Account and My Purchases also.

    August 8, 2013 at 7:51 am in reply to: Outreach header image and title #54878
    IanP
    Participant

    I had a similar header issue that was solved by implementing the following. Try it but backup first.

    I would suggest removing the custom header function from your functions.php file. (backup first however)

    Remove this:

    /** Add support for custom header */
    add_theme_support( ‘genesis-custom-header’, array(
    ‘width’ => 1060,
    ‘height’ => 120
    ) );

    August 8, 2013 at 7:43 am in reply to: Outreach Theme – Inline CSS puts my logo to the left #54871
    IanP
    Participant

    I had a similar header issue that was solved by implementing the following:

    I would suggest removing the custom header function from your functions.php file. (backup first however)

    Remove this:

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array(
    'width' => 1060,
    'height' => 120
    ) );

    August 8, 2013 at 5:27 am in reply to: Genesis 2.0 breaking things #54847
    IanP
    Participant

    Support helped me with this and my header issue (on two websites) is now solved.

    I took a look at your site and it appears that you are using CSS to add your logo. Since you're using CSS, I would suggest removing the custom header function from your functions.php file.

    Remove this:
    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array(
    'width' => 1060,
    'height' => 120
    ) );

    August 7, 2013 at 9:27 pm in reply to: Genesis 2.0 error message #54811
    IanP
    Participant

    Not sure but you can roll back to Genesis 1.9

    I had to FTP to my host and uploaded a backup of my Genesis folder. The location to upload your Genesis folder backup is: FTP is: /public_html/*yourname*/wp-content/themes/genesis. This overwrite the content of the Genesis folder that contained the newly updated Genesis 2.0.

    or

    Use a copy of the ‘genesis.1.9.1.zip that you may have downloaded and upload it via FTP.

    August 7, 2013 at 9:26 pm in reply to: Header not showing up #54810
    IanP
    Participant

    I had to FTP to my host and uploaded a backup of my Genesis folder. The location to upload your Genesis folder backup is: FTP is: /public_html/*yourname*/wp-content/themes/genesis. This overwrite the content of the Genesis folder that contained the newly updated Genesis 2.0.

    or

    Use a copy of the ‘genesis.1.9.1.zip that you may have downloaded and upload it via FTP.

    August 7, 2013 at 9:25 pm in reply to: Genesis 2.0 breaking things #54808
    IanP
    Participant

    Thanks RobG but that doesn't help. It is not laid out in an easy to implement format so it's next useless to me.

    Updating Child Themes to HTML5

    August 7, 2013 at 1:01 pm in reply to: Updating to 2.0 #54657
    IanP
    Participant

    kpahl, I had to FTP to my host and uploaded a backup of my Genesis folder. The location to upload your Genesis folder backup is: FTP is: /public_html/*yourname*/wp-content/themes/genesis. This overwrite the content of the Genesis folder that contained the newly updated Genesis 2.0.

    or

    Use a copy of the 'genesis.1.9.1.zip that you may have downloaded and upload it via FTP.

    August 7, 2013 at 12:25 pm in reply to: Updating to 2.0 #54639
    IanP
    Participant

    Thanks anitac. I've rolled back to 1.9 and I'll stick with it for the moment.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 53 total)
1 2 3 →

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