Hi
I'm starting to use Liferay personal 5.2.3 and i'm using classic theme to implement my portal
i've had some problem to implement support for 1024x768 resolution so i've decided to implement a custom theme derived from classic one.
I've downloaded Liferay SDK 5.2.3 and create a new theme named "test theme" using as parent "classic"
All seemed works well until deployment ...
Infact after deployment i've got a javascript error (i'm using FireFox + FireBug on MacOSX platform) that states "JQuery object not defined"
i've investigated on generated files and i've seen that probably the arror is related to these following "generated" statements (from portal_normal.vm)
<script src="test-theme_files/barebone.html" type="text/javascript"></script>
<script src="test-theme_files/everything.jsp" type="text/javascript"></script>
I've seen that in the default classic theme generate these statements
<script src="guest_files/barebone.jsp" type="text/javascript">
</script>
<script src="guest_files/everything.jsp" type="text/javascript">
</script>
Where is the error? what is my Mistake ?
Any help is very appreciated
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.