Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Lost my Header when Upgrading To Thesis 1.6

  1. #11
    Join Date
    Jul 2009
    Location
    Mirabel,QC,Canada
    Posts
    80

    Default

    Quote Originally Posted by nar321 View Post
    Interesting, never thought of reverting to a default theme. Some customized themes have a upgrade option, which in most cases lags behind any WordPress upgrades. This means you have to wait till they upgrade there Theme. Needless to say this is one of the cons of getting a customized theme.

    Did you check with the Thesis people before upgrading? What was the reason for upgrading? Doesn't this developer do upgrades to there Theme? How much help can you expect from your web host? Have you even checked with them?
    Hi Robert !

    I agree with you. And it never dawned on me that upgrading from Thesis 1.5 to Thesis 1.6 ( WP paid theme) version would crash the custom settings that was applied previously when opening the blog.

    Problem resides in the fact that these customized settings where not done in the "core" files. And if I understand correctly what they demonstrated about the new features of the upgrade, there will now be a way to avoid this situation for future upgrades. Confusing for me..but I guess it make sense for the teckies.

    I did check into the DIY forum and posted questions and ask for help.

    Read in the forum that by downloading WP Thesis Open Hook plugin , it would be a "breeze" to insert .php, .css, .html etc etc into any hooks of the Thesis theme. So I did that. Got the header up but not displaying perfectly. Took it off.

    Afterwards, a reply came to my question suggesting that I do this:
    ___________


    Janice, if you still have any header-related code in Thesis OpenHook, delete it. Then add this to your custom.css:

    .custom #header #logo a {
    display: block;
    height: 180px;
    width: 980px;
    background:url('images/photo_header_jdcom.jpg') no-repeat;
    outline: none;
    }

    .custom #header #logo, .custom #header #tagline {
    text-indent: -9999px;
    }
    ________________

    Which i did.

    The header is now up but nit displaying right.

    Now gotta try to figure out how to make it fit in place neatly.

    Pffff....

    I think Eren dimensions will make it right. ( 960 x 200 ) Running off to try it out.

    That's how we learn....right?

    Next time, I will follow Maggie's tip !

    Many thanks Robert and also to Eren, Loretta and Maggie.

    Talk soon.

  2. #12

    Default

    Janice, I think the height and width in that bit of code you added to custom.css has to match the height and width of your logo. So if the image is 960x200 then put those numbers in the code.

    By the way... is Maggie talking about switching to default theme when updating WordPress or when updating a theme? I don't know that switching to a default theme would make a difference when upgrading a theme. I've never upgraded a theme though, only switched themes, so that might be different.

    Actually, I'm not sure it makes a difference when upgrading WP either, but I have to think about that. I think the only things that make a difference are 1) what files get over-written during an upgrade or 2) an incompatibility between WP versions and themes or plugins after upgrades.

    For me the most important thing for any upgrade is to make sure everything is backed up so that you can revert to the old if necessary. And unless it's an upgrade for security reasons, I always wait at least a couple of weeks to upgrade so the developers have time to work out the bugs.

  3. #13
    Join Date
    Jul 2009
    Location
    Mirabel,QC,Canada
    Posts
    80

    Default

    Quote Originally Posted by lindastacy View Post
    Janice, I think the height and width in that bit of code you added to custom.css has to match the height and width of your logo. So if the image is 960x200 then put those numbers in the code.
    Thanks for your help Linda! Now, there is white space above and under the header.

    In the Thesis forum, got a reply from member in regards to have theheader fit properly:

    Originally Posted by pbarron View Post
    If you mean the space above and below the header image, this should remove it entirely:

    Code:

    .custom #header {
    padding-bottom:0;
    padding-top:0;
    }

    .custom #header #tagline {
    line-height:0;
    }
    Ouf....it worked

    Back on track.

    Merci. Talk soon.

  4. #14

    Default

    Good for you for working hard to fix it! If I break my blog, I generally head over to http://www.desperatelyseekingwp.com/ and BEG for help! LOL (which they are great by the way if you ever do get really stuck!)

  5. #15
    Join Date
    Jul 2009
    Location
    Mirabel,QC,Canada
    Posts
    80

    Default

    Quote Originally Posted by TheMenuMom View Post
    Good for you for working hard to fix it! If I break my blog, I generally head over to http://www.desperatelyseekingwp.com/ and BEG for help! LOL (which they are great by the way if you ever do get really stuck!)
    Thanks so much for your good words and for the link. Jumping there right now...

    Have a great day!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •