Kombinierte Ansicht Flache Ansicht Baumansicht
Threads [ Zurück | Nächste ]
toggle
bsorrentino bsorrentino
Custom theme error - JQuery not defined
18. Juni 2009 04:44
Antwort

bsorrentino bsorrentino

Rang: New Member

Nachrichten: 4

Eintrittsdatum: 26. Juni 2005

Neue Beiträge

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
Koen Cleynhens
RE: Custom theme error - JQuery not defined
7. April 2010 00:37
Antwort

Koen Cleynhens

Rang: Junior Member

Nachrichten: 83

Eintrittsdatum: 23. Februar 2010

Neue Beiträge

Did you find the solution for this problem?

I have also problems with posting new thread in the message board in my custom theme...