Fórumok

css theme not applied when adding new site

Bellefqih Mohammed, módosítva 11 év-val korábban

css theme not applied when adding new site

New Member Bejegyzések: 6 Csatlakozás dátuma: 2012.08.07. Legújabb bejegyzések
Hi guys

i'm using liferay 6.1.1 with tomcat . when i add a new organisation and i add a page to the publics pages, the theme is not applied ! , and i got a white page with elements

screenshot here: snag


and thanks for your help
thumbnail
Tejas Kanani, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

Liferay Master Bejegyzések: 654 Csatlakozás dátuma: 2009.01.06. Legújabb bejegyzések
Which theme you've applied ? Liferay OOTB theme or your custom made ?
Bellefqih Mohammed, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

New Member Bejegyzések: 6 Csatlakozás dátuma: 2012.08.07. Legújabb bejegyzések
Liferay classic theme
thumbnail
Tejas Kanani, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

Liferay Master Bejegyzések: 654 Csatlakozás dátuma: 2009.01.06. Legújabb bejegyzések
Are you getting any error in backhand ? Also clear cache of you browser and try with different browser as well.

If still facing the issue try once by
- shut down server
- delete temp & work from tomcat folder
- restart the server
- verify now.
Bellefqih Mohammed, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

New Member Bejegyzések: 6 Csatlakozás dátuma: 2012.08.07. Legújabb bejegyzések
hi Tehas,

i have done all the steps you listed but i still got the same behavior.


and thanks
Bellefqih Mohammed, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

New Member Bejegyzések: 6 Csatlakozás dátuma: 2012.08.07. Legújabb bejegyzések
Hi,

i just installed the liferay 6.1.0 with tomcat , and i create new organisation and page , and it's running smothly;

i think that there is an issue with the 6.1.1


and thanks.
thumbnail
Tejas Kanani, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

Liferay Master Bejegyzések: 654 Csatlakozás dátuma: 2009.01.06. Legújabb bejegyzések
I've checked the same in my 6.1.1 GA2 instance by creating organization and created public page.
And it worked fine for me with out any theme issue.
Did you make any changes in your 6.1.1 instance or its vanilla liferay ?
Bellefqih Mohammed, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

New Member Bejegyzések: 6 Csatlakozás dátuma: 2012.08.07. Legújabb bejegyzések
Hi Tejas,

sorry for the late answer, nop i used the standart 6.1.1 instance , i just configured a postgres connection with it.
thumbnail
Miguel Ángel Júlvez, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

Junior Member Bejegyzések: 63 Csatlakozás dátuma: 2011.03.29. Legújabb bejegyzések
Yes, something is wrong. custom.css is not readed in a custom theme (however, images does) on liferay 6.1.1 GA2

I can see in html source code this

<link href="&#x2f;html&#x2f;css&#x2f;main&#x2e;css&#x3f;browserId&#x3d;other&#x26;themeId&#x3d;projectliferaythemeshometheme_WAR_hometheme&#x26;minifierType&#x3d;css&#x26;languageId&#x3d;es_ES&#x26;b&#x3d;6101&#x26;t&#x3d;1333360784000" rel="stylesheet" type="text/css" />

Any css filter or something?




Bellefqih Mohammed:
Hi Tejas,

sorry for the late answer, nop i used the standart 6.1.1 instance , i just configured a postgres connection with it.
thumbnail
Miguel Ángel Júlvez, módosítva 11 év-val korábban

RE: css theme not applied when adding new site

Junior Member Bejegyzések: 63 Csatlakozás dátuma: 2011.03.29. Legújabb bejegyzések
I've released Liferay always return custom.css of classic theme (my theme is builted with classic parent theme) , even when I write the next url in my browser http://dev.liferay.mydomain.com/<theme context>/css.custom.css!!!

I've copied portal-developer.properties to my portal-ext.properties and now It's working!! I guess It's a cache problem or something similar