Hie,

I have an error : page not found with this url : http://www.alain-lambert.net/sites/alain-lambert.net/themes/darkgrail/ht... . Same thing with zen.css.
I believed your theme was a subtheme of Zen and I had not to put this file in your theme file ???
I found also that the acces to my blog is very slow but may be it is the reason.

Thank you

Have a good day

Alain

Comments

gausarts’s picture

There is a good explanation in darkgrail.info:

  ; To prevent stylesheets of a base theme or of a module from being included in
  ; our sub-theme, we specify it in our .info file (and we don't need to have a
  ; stylesheet in our sub-theme with that name.) For example, we prevent the
  ; zen.css file in the base theme from being included by specifying it here.
stylesheets[all][]   = zen.css

html-elements.css is one of them when you call it and don't supply the file in the theme.

Slowness has nothing to do with it. Try installing yslow extension for Firefox, and see the problem. You got grade C now with suggestions:

Grade F on Make fewer HTTP requests. So you'd better activate CSS and JS aggregation and see the impact.

altbzh’s picture

Thank you,

but english explanations not always clear for my poor english ....

I will try yslow extension; what are grade C and F ?

have a goo day

gausarts’s picture

It's just their ways to sort how slow your page is rendered. A for the fastest with their recommended settings, F for the slowest and where the problems may be :)

You were worried about 404. There may be two conditions:
1. you browse for something that you know it is not there and that's why it spits out 404
2. the system says 404

In your case it was #1. Unless it is #2, so nothing to worry. You can prove it by visiting the error logs

gausarts’s picture

Status: Active » Fixed
altbzh’s picture

ok ... thank you ....
I will try next weekend. I think i Willl copy some system CSS file in the dargrail theme directory for having only one optmised CSS file.

Have a good day

gausarts’s picture

Yes, one at a time will be better to spot any possible problem, or simply letting drupal aggregate them for you will be much simpler :)

Status: Fixed » Closed (fixed)
Issue tags: -zen, -subtheme, -html-elements.css

Automatically closed -- issue fixed for 2 weeks with no activity.