• Chiliboy

    (@chiliboy)


    My host (Go Daddy) upgraded my WP to 2.3.3 and all the themes are gone.
    I mean “all”. There is no classic or default themes and my custom theme is gone. All you see is the text on a white background. Take a look here
    http://yourhomecleaningtips/cleaning.
    I wrote a trouble ticket with GD and they said they don’t support software they didn’t create. I sent a scathing reply since they screwed it up with their upgrade install. In any case, I have no php knowledge or any way to know what is wrong.
    Any all help is appreciated.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Chiliboy

    (@chiliboy)

    Sorry,
    I left the .com off of my URL. Here is the correct one.
    http://yourhomecleaningtips.com/cleaning

    haochi

    (@haochi)

    It seems like that you are only missing the CSS styling file, you can download it here and put it into your classic theme directory (/cleaning/wp-content/themes/classic/).

    Thread Starter Chiliboy

    (@chiliboy)

    Hi Haochi,
    Thank you for the reply. However, the style.css is present in all the theme folders. I re-uploaded my custom theme thinking it was corrupted during the upgrade. That didn’t solve the problem.
    Again, thanks for the idea.
    Chili

    Len

    (@lenk)

    Looking at your source code I see the style sheet is being called from,
    root/cleaning/wp-content/themes/classic/style.css

    …but it’s not there. It’s at,

    root/wp-content/themes/classic/style.css

    Thread Starter Chiliboy

    (@chiliboy)

    LenK,
    Thanks. So what do I do. Change the path or move the style sheet?
    Chili

    haochi

    (@haochi)

    One thing you can do is open the header.php file in wp-content/themes/classic, find (should be around line 10):
    @import url( <?php bloginfo('stylesheet_url'); ?> );
    and replace with:
    @import url('http://yourhomecleaningtips.com/wp-content/themes/classic/style.css');

    Thread Starter Chiliboy

    (@chiliboy)

    Hey LenK,
    I opened the directory in Filezilla and looked at the Cleaning sub-directory and there is a style.css in the themes folder.
    I have 4 sites hosted on this one account. The main and all the sub-directories appear to have the style.css in the various theme folders.

    Thread Starter Chiliboy

    (@chiliboy)

    Anyone else have an idea why all the themes have disappeared?
    I would appreciate hearing from you.Chiliboy
    Thanks,
    Chiliboy

    darran

    (@darran)

    I could not find your CSS file on this URL:

    http://yourhomecleaningtips.com/cleaning/wp-content/themes/classic/style.css

    Are you sure it is located there?

    Thread Starter Chiliboy

    (@chiliboy)

    Hi Darren,
    Yes. There are 3 themes in the Themes folder (classic, default and beautiful sunrise) Each theme contains a style.css file. However, none of the themes are available through the Presentation section of the Admin area. Instead of the box previews there is just blank boxes.
    Chiliboy

    haochi

    (@haochi)

    It’s been pointed out very clearly that you CSS file is HERE! And I guess it’s caused by your weird settings of the blog.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Themes have disappeared’ is closed to new replies.