• 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

tikvah73

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 22 total)
1 2 →
  • Author
    Posts
  • October 26, 2015 at 4:12 pm in reply to: Remove Simple Hooks from Landing Pages #169126
    tikvah73
    Member

    I was able to figure out the change I needed using the link you provided to codex. Thank you.

    October 26, 2015 at 4:08 pm in reply to: Remove Simple Hooks from Landing Pages #169124
    tikvah73
    Member

    Aha. I need to figure out github apparently because it actually inserted my image and link. Shoot.

    October 26, 2015 at 4:08 pm in reply to: Remove Simple Hooks from Landing Pages #169123
    tikvah73
    Member

    Okay - I tried that using this:

    <?php
    if (! is_page_template("Landing") ) { ?>

    <center>FREE Shippin on any order of $75 or more any time!</center>

    <?php
    }
    ?>

    And it did not work. Do you see what is wrong with this? I did make sure that "execute php" was checked.

    You can see this in action here: http://homeschoolencouragement.com/products/

    I will check out the link you provided as well. Thank you for your help.

    November 13, 2013 at 2:45 am in reply to: Lifestyle Theme – Full size header image #72661
    tikvah73
    Member

    PS. I just switched to a new host this month. This is the first time I have tried to modify a theme since that time :).

    November 13, 2013 at 2:45 am in reply to: Lifestyle Theme – Full size header image #72660
    tikvah73
    Member

    I just wanted to say thank you all for your help.

    Turns out all of your code was working like it should, but the CDN on my host has to be manually purged through a support ticket. Once we disabled CDN, the updates took effect. I appreciate your kindness with a novice!

    November 10, 2013 at 1:55 am in reply to: Lifestyle Theme – Full size header image #71991
    tikvah73
    Member

    I ended up just restoring it to what I started with at the top of this thread, so that it at least looks half-way decent. I have to get some sleep and I don't want a bunch of people looking at it all a mess.

    Thank you for your help. I will either get fresh eyes tomorrow, or switch themes completely.

    November 10, 2013 at 1:21 am in reply to: Lifestyle Theme – Full size header image #71985
    tikvah73
    Member

    I had the . in the code, just did not copy it here.

    So, I have tried to re-install the theme hoping I could start from scratch and maybe that would solve the problem.

    Now I need to know how to get WordPress not to re-apply all of the changes I had made to the theme in the past 24 hours.

    I deactivated the theme and activated Genesis Sample.
    I deleted the theme.
    I re-installed WordPress
    I looked at the blog in Genesis Sample.
    I went in and uploaded a fresh install of lifestyle-pro.zip.
    I looked at my blog, and it had saved the color customization I did earlier.
    I decided to try a different method.
    I copied just the css file from my computer file of lifestyle-pro.
    I pasted that into the css stylesheet on my website.
    Result? No change. It still has the matching green color I customized at the start of this mess.
    In fact, the css code shows the correct color, but the blog shows the old color.

    and I did clear my browser cache, and my caches in WordPress.

    Now I am like a dog with a bone. I do not want to give up.

    Can anyone help?

    November 10, 2013 at 12:31 am in reply to: Lifestyle Theme – Full size header image #71980
    tikvah73
    Member

    I'm not sure you really want or need to keep helping me with this, but that did not work either.

    Here are the steps I took:

    1. inserted the code to my css

    site-header {
    background-image: url(images/logo.png);
    height: 200px;
    width: 100%;
    }

    2. uploaded my image - renamed to logo.png to my child theme's image file using my cPanel login.

    3. removed this from the .php code

    //* Add support for custom header
    add_theme_support( ‘custom-header’, array(
    ‘header_image’ => ”,
    ‘header-selector’ => ‘.site-title a’,
    ‘header-text’ => false,
    ‘height’ => 200,
    ‘width’ => 1140,
    ) );

    4. Removed the Genesis Simple Hooks code I had placed earlier to put the image in my header.

    Now, I have no image, just a green box, and no site title either.

    http://homeschoolencouragement.com

    November 10, 2013 at 12:14 am in reply to: Lifestyle Theme – Full size header image #71978
    tikvah73
    Member

    Okay thanks! I will give it a try.

    I don't think I want to extend if full-width so that is okay. Inside the container, but without the green background will be awesome!

    November 10, 2013 at 12:14 am in reply to: Lifestyle Theme – Full size header image #71977
    tikvah73
    Member

    Okay thanks! I will give it a try.

    I don't think I want to extend if full-width so that is okay. Inside the container, but without the green background will be awesome!

    November 9, 2013 at 11:34 pm in reply to: Lifestyle Theme – Full size header image #71974
    tikvah73
    Member

    I have cleared my browser cache, and emptied my page cache.

    I'm repeating this because I want to make sure it is correct before I try it.

    So I want to make sure I understand what you are saying, because I am truly a “code hack” and not a programmer (sorry!)

    I need to remove this completely from the .php file:

    //* Add support for custom header
    add_theme_support( ‘custom-header’, array(
    ‘header_image’ => ”,
    ‘header-selector’ => ‘.site-title a’,
    ‘header-text’ => false,
    ‘height’ => 200,
    ‘width’ => 1140,
    ) );

    and add this

    .site-header {
    background-image: url(images/logo.png);
    height: 200px;
    width: 100%;
    }

    Is that right?

    November 9, 2013 at 10:53 pm in reply to: Lifestyle Theme – Full size header image #71966
    tikvah73
    Member

    Oh, and does that mean I should put the padding on the site-container back? I honestly couldn't see that it made any difference.

    November 9, 2013 at 10:47 pm in reply to: Lifestyle Theme – Full size header image #71964
    tikvah73
    Member

    I'm sorry I didn't give enough information in my first post.

    I did already change the width and height in the .php file using the tutorial here:

    Customize Lifestyle Pro Theme Header Image Area

    I went through your tutorial very carefully and made sure I did everything you said first. It didn't work.

    Then, my header designer tried adding some custom code which did not work.

    At this point, we are inserting the header image using Genesis Simple Hooks. This is the closest we have gotten it after going through all of these steps.

    So I want to make sure I understand what you are saying, because I am truly a "code hack" and not a programmer (sorry!)

    I need to remove this completely from the .php file:

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    'header_image' => '',
    'header-selector' => '.site-title a',
    'header-text' => false,
    'height' => 200,
    'width' => 1140,
    ) );

    and add this

    .site-header {
    background-image: url(images/logo.png);
    height: 200px;
    width: 100%;
    }

    Is that right?

    Honestly, I love everything else about Lifestyle or I would be switching to a different theme.

    November 9, 2013 at 9:50 pm in reply to: Lifestyle Theme – Full size header image #71950
    tikvah73
    Member

    And I also removed the padding off of the site container. 🙂

    November 9, 2013 at 9:47 pm in reply to: Lifestyle Theme – Full size header image #71947
    tikvah73
    Member

    Okay thank you again for your fast reply. I changed the image size, and it is not making any difference.

    November 9, 2013 at 8:32 pm in reply to: Lifestyle Theme – Full size header image #71937
    tikvah73
    Member

    Thank you for responding Brad,

    I have already changed that code. That is one of the reasons we are so confused.

    June 11, 2013 at 12:08 am in reply to: Footer area displaying vertically instead of horizontally #45180
    tikvah73
    Member

    OK.  I spent the weekend working on speeding up my site, removing stuff, adding a cloudflare account,  and according to the pingdom test I just ran it loaded in 6 seconds.

    Would you be able to help now?

    http://bowofbronze.com/amysblog

    June 8, 2013 at 11:50 am in reply to: Footer area displaying vertically instead of horizontally #44784
    tikvah73
    Member

    I appreciate your kind willingness to help.  I have to admit I am not sure where to go with the information you provided.  For code, I have a header image, an add before the posts, and that's it -- and all extra code I install using Simple Hooks and all other code is Genesis.  So, I only have three hook codes in Simple hooks.  Regarding scripts, almost everything in my sidebar uses javascript for ads or image links to posts.    I have scripts for ads and sidebar content.  I also have some scripts within post for inlinkz.com and rafflecopter.com products.  I didn't realize that those would slow load time down.

    I don't understand what you mean by "loaded with content"  on the home page. Too many posts staying on the homepage?  Maybe I should take it down to three?

    I've loaded my page on three computers I never personally use this morning -- in other words these are computers that haven't opened my website before.  The post content loads within five seconds and is fully scrollable, the sidebar content loads in about ten seconds and is fully scrollable and as soon as the sidebar content loads the footer is accessible.  However, I will admit that all of the computers we have in the house are fairly new MACs.  Maybe I need to see what it does on a friend's PC.  And none of my friends use MACs so that I could find an older one to try.

    I'm willing to make changes, In fact that is what I have been working on.  I've been working hard to grow as a blogger and reading everything I can for months.  I've been trying to move "stuff" out of my sidebar, that's what started my whole footer question.   I'm just not sure now what I would remove or should remove since I had already paired it down to what I thought were bare necessities.

    How many sidebar scripts are acceptable? How do folks who have all of the same "stuff" in their sidebar that I have manage it differently?  I was just on a similar page a few days ago that had something like 24 thumbnail ads and way more sidebar content then I have.  How does she do that without bombing her site too?

     

    April 8, 2013 at 5:22 pm in reply to: Sidebars Dropping to Footer on Individual Post Pages (Prose) #34148
    tikvah73
    Member

    Thank you.  It was a div that wasn't closed. I hate it when I post to the forum too soon.  Sorry!

    April 8, 2013 at 3:13 pm in reply to: Help Adding Design Flourish between posts #34109
    tikvah73
    Member

    Okay I got it.  had to use code as above except changing

     

     

    img src=wp-content/uploads/2013/03/seedsowersflourish1a.jpg

     

    instead of spelling out the whole website and then it worked.

     

    Thanks for helping get me to 99 % solution!

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

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