Problems When Uploading Color Cart Green?

I got this comment today:

Hello…Theme looks really cute but it does not work. Doesn’t even change the look. All I have are links and texts…

Uploading a WP theme in a zip with a Mac

WP theme loader makes 2 directories and puts the theme in a subfolder of the same name.
So this is what you get:
wp-content/themes/color-cart-green/__MACOSX/color-cart-green/images/
wp-content/themes/color-cart-green/color-cart-green/
That would explain the stylesheet not taking effect.

The path to the stylesheet is:

wp-content/themes/color-cart-green/stylesheet.css

Not:
wp-content/themes/color-cart-green/color-cart-green/stylesheet.css

To get rid of this mess you must log into your server and find the badly loaded theme and rename the first folder “color-cart-green” to “piece-of-crap” and then move the real theme folder that has all the template files to where its supposed to be /wp-content/themes/.

Or just delete it.

Then if you still want to try it out you can unpack the zip you downloaded from my site and upload it with ftp or if you don’t have an ftp client you can use your control panel if you log into your hosting account and upload it with the file manager.

If I am wrong and this mess isn’t caused by uploading a theme in a zip with a Mac somebody please correct me.