Page 1 of 1

frontend.css will not load with my templates

Posted: Thu 24. Feb 2005, 22:47
by jessegraynoise
alright.

history:

-I had everything working fine with 1.1 RC4.
-Began developing/designing a new site (hardly any articles posted. maybe 2 or 3)
-frontend.css loaded correctly
-I saw that 1.2.1 came out so I then installed 1.2.1
-1.2.1 was buggy so I deleted it and did a fresh install of 1.1 RC4
-installation went smoothly, everything checked ok
-file paths and permissions are set up correctly
-now frontend.css will not load
-Times New Roman fonts and and HTML head defaults

I am using a custom layout and my templates are set to use frontend.css as their defaults. Please view @ http://www.graynoise.net/cms/index.php

Posted: Thu 24. Feb 2005, 23:00
by cyrano
hi,

did you set also frontend.css to chmod 777?

cleared cache?

and recheck in template section not choosen print.css by default.

does this helps?

Posted: Thu 24. Feb 2005, 23:03
by jessegraynoise
yes... still nothing. frontend.css will not work.

Posted: Thu 24. Feb 2005, 23:06
by cyrano
and does it is the same than before?
i mean with the same content of classes?

Posted: Thu 24. Feb 2005, 23:07
by jessegraynoise
same problem, yes.

Posted: Thu 24. Feb 2005, 23:11
by jessegraynoise
I really don't know why this is happening. Did you look at my source? can you see any problems? What 1.1 RC4 was installed the first time everything worked fine!!!! I don't know what could have gone wrong this time. Pain in the arse.

Posted: Thu 24. Feb 2005, 23:17
by jessegraynoise
where is it coded to tell phpwcms to find frontend.css? perhaps there is a problem there

Posted: Thu 24. Feb 2005, 23:17
by cyrano
hmm, looked now with firefox i see you have also used a second css file:

<link href="http://www.graynoise.net/styles/text.css" rel="stylesheet" type="text/css">

may be there is a conflict.

and when i want to have a look to frontend.ss it is protected, this may cause the problem, so the cms is not able to get access to frontend.css.

Posted: Thu 24. Feb 2005, 23:18
by jessegraynoise
k I will change and test

Posted: Thu 24. Feb 2005, 23:22
by jessegraynoise
ok... that second css is for a PHP include there. It should load completely seperately. The HTML code you see there is the exact code that was used in first installation of 1.1 RC4. It worked fine. All text used frontend.css. Now not any more.

Posted: Thu 24. Feb 2005, 23:23
by jessegraynoise
i see... so it says you don't have access eh?

I will change permissions.. and then post again

Posted: Thu 24. Feb 2005, 23:25
by jessegraynoise
ok. I set all permissions to 777 for entire phpwcms_template directory... although I did not want to have to do that. It works now... I guess i just needed someone to see what I hadn't... thanks!

Posted: Thu 24. Feb 2005, 23:26
by cyrano
great!!!