Forums / Developer / Style sheets are loading from cashe only for the pagelayout.tpl

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Style sheets are loading from cashe only for the pagelayout.tpl

Author Message

Romeo Antony

Friday 18 June 2010 11:36:45 pm

Hi all, I have installed an ezflow package. I have this code in design.ini.append file in the user site access.

[StylesheetSettings]
SiteCSS=var/storage/packages/eZ-systems/ezflow_design/files/default/file/site-colors.css
ClassesCSS=var/storage/packages/eZ-systems/ezflow_design/files/default/file/classes-colors.css
CSSFileList[]

that means the styles is applied from this css.But after the ezflow package installtion it is blank(both files site-colors.css,classes-colors.css )

I have used the firebug to inspect the css files that applying to usersite access.

I can see that css file is located in (var\muscatdaily\cache\public\stylesheets\b620405fa35a6cb5b8fdda5ee0be270e_all )

What do I do to use a css file for my custom design instead of using (var\muscatdaily\cache\public\stylesheets\b620405fa35a6cb5b8fdda5ee0be270e_all).

Do I need to copy the contents of above css and put in css sub dir of my default design

then what is the use of this [StylesheetSettings]
SiteCSS=var/storage/packages/eZ-systems/ezflow_design/files/default/file/site-colors.css
ClassesCSS=var/storage/packages/eZ-systems/ezflow_design/files/default/file/classes-colors.css

Any idea will be helpful .

Romeo....