Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
steps of custom theme development
biswajit sarkar, geändert vor 14 Jahren.
Regular Member
Beiträge: 166
Beitrittsdatum: 17.10.11
Neueste Beiträge
i need to create a custom theme......
i am using eclipse ide for creating theme.....
I know the basic steps(css and javascript)..
but i want create custom (velosity) template for my theme...
the problem is that when i write my custom vm in "int_custom.vm"...after deploy i saw two body content.....
please guide....
my theme screen below------------>
i am using eclipse ide for creating theme.....
I know the basic steps(css and javascript)..
but i want create custom (velosity) template for my theme...
the problem is that when i write my custom vm in "int_custom.vm"...after deploy i saw two body content.....
please guide....
my theme screen below------------>
Anhänge:
Kavita Gupta, geändert vor 14 Jahren.
Junior Member
Beiträge: 64
Beitrittsdatum: 12.03.08
Neueste Beiträge
Hi,
Body code is define in portal_normal.vm and if u r using same code in ur custom.vm file and both file is included then it will render two times.Might be you can check whether file is included two times.
Or You can deploy theme from command prompt instead of eclipse IDE. Sometimes changes won't reflect. So first remove ur theme from webapps tomcat folder, delete work and temp directory and redeploy ur theme from command prompt.
Regards,
Kavita
Body code is define in portal_normal.vm and if u r using same code in ur custom.vm file and both file is included then it will render two times.Might be you can check whether file is included two times.
Or You can deploy theme from command prompt instead of eclipse IDE. Sometimes changes won't reflect. So first remove ur theme from webapps tomcat folder, delete work and temp directory and redeploy ur theme from command prompt.
Regards,
Kavita