views:

72

answers:

3

I have posted on the template creator's site, as well as Magento support, but no one has responded.

The CSS is not loading at all on the custom theme I have installed, which is supposedly compatible with the current version of Magento.

You can view the page here: shop.dearearth.net

This is a fresh installation of Magento and the theme, with a fresh database.

I have a feeling it should be a relatively quick fix.

Thanks for looking.

+1  A: 

All the links in your page referring to the

http://www.shop.dearearth.net/skin/frontend/base/

directory on your site returns 404. Make sure your css files are in fact in there. Also make sure your links aren't being broken by a .htaccess file.

Codemonkey
thanks! you are right, they are pointing to the wrong location... looking to fix this.
vulgarbulgar
A: 

Check in admin back-end, System > Configuration > General/Design if your theme is right specified. Also check if after you installed the new theme, the files have the proper rights (normally, they must be accessible by the web server with Write permissions) For more info please also take a look at Magento Designers Guide for understanding of how Magento read and split template information. Maybe you have put the CSS and images in a wrong directory :)

Geodinca
A: 

Solved.. sort of. The version of the template turned out to be quite outdated, and the incompatible with the current version of Magento, which handles things differently in terms of calling styles in the page.xml file.

Thanks for your inputs.

vulgarbulgar