NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on October 16, 2010, 12:33:55 PM

Title: JQuery Custom Theme - Can't Get it to Load
Post by: David on October 16, 2010, 12:33:55 PM
C7.2, NT5PR32

In past versions of NT5, I have simply copied the css and JS files into the appropriate folders and the new theme took.  I can not get my new theme to take now.  I tried the suggestions in other posts, renaming to jquery-ui-1.8.custom.min, and adding to settings for webserver. 

Any suggestions on the steps to take or at least to troubleshoot?
David.
Title: Re: JQuery Custom Theme - Can't Get it to Load
Post by: kevin plummer on October 17, 2010, 02:23:35 PM
There is an option to serve these files from a compressed file (which you can turn off on the templates).

There is also a batch file to move all the standard nettalk stuff into an all file and then compress it C:\Clarion6\3rdparty\libsrc\NetWeb. This is the one that nettalk will use. So what you need to do is copy your custom files into the C:\Clarion6\3rdparty\libsrc\NetWeb\web folders and run gzipall.bat

If you got it all working previously then you may already be doing the above and that is not your prob. If so the only other thing that has changed is the JQuery framework version in which case you may need to roll your theme again.

Cheers,

Kev
Title: Re: JQuery Custom Theme - Can't Get it to Load
Post by: David on October 17, 2010, 06:12:43 PM
Kevin,

Thank you!!  gzipall.bat did the trick.