HELP! Theme not working?

Permalink
Hello,

I created this website for a client last year. I had checked on it periodically, but it had been a few months. Now it appears that my theme is not working (looks like no CSS is being applied). I am using the Greek Yogurt theme, but I think something is wrong with it. It looks like the files are still there but this is causing almost all of the links on my page to not work. This may be a theme issue or something else may be wrong. Can someone please help me find the solution? Here is the link to my website:

http://sewnwithlove.net/

 
Onslow replied on at Permalink Reply
It seems there is something wrong with your main.css file, if you watch it there is only "0".http://sewnwithlove.net/index.php/tools/css/themes/greek_yogurt/mai...
Steevb replied on at Permalink Reply
Steevb
Errors shown below:

[21:40:02.903] The stylesheethttp://sewnwithlove.net/index.php/tools/css/themes/greek_yogurt/mai... was not loaded because its MIME type, "text/html", is not "text/css". @http://sewnwithlove.net/

[21:40:02.972] The stylesheethttp://sewnwithlove.net/index.php/tools/css/themes/greek_yogurt/typ... was not loaded because its MIME type, "text/html", is not "text/css". @http://sewnwithlove.net/
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Just navigate to the \concrete\themes\greek_yogurt\elements and open the header.php file
Then find the below code
<link rel="stylesheet" media="screen" type="text/css" href="<?php  echo $this->getStyleSheet('main.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php  echo $this->getStyleSheet('typography.css')?>" />

and alter it with
<link rel="stylesheet" media="screen" type="text/css" href="<?php  echo $this->getThemePath() ?>/main.css" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php  echo $this->getThemePath() ?>/typography.css" />


Hope this helps.

Rony
delorisolson replied on at Permalink Reply
Rony,

This fixed it! Thank you so much for the help! I'm glad that it was so simple.
delorisolson replied on at Permalink Reply
Update: The theme seems to be working now, but none of the links on the page are working. Any idea what may be causing this? Thanks again!
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
delorisolson replied on at Permalink Reply
Ok now my main links are working but none of my eCommerce items are there!
All of the product links just go to an empty page where there used to be content. Not sure if you can help with this but you have been very helpful so far!
delorisolson replied on at Permalink Reply
All of my eCommerce dashboard links just go to an empty page as well. Would updating eCommerce/Concrete5 have any effect?