BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Working fine in localhost but not on server #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note: If this is a troubleshooting question, please first look in the FAQ
(http://code.google.com/p/slideshow/wiki/FAQ), search in the Google Group
(http://groups.google.com/group/mootools-slideshow) and / or post your
question there! This form is only for technical issues / bugs, thank you.

What steps will reproduce the problem?
1. The slideshow is working perfectly in localhost
2. However, the slideshow not working in server environment
3.

What is the expected output? What do you see instead?
Expecting to be function normally since the localhost setting is OK. Only
see static background, no thumbnails,no animation effect

What version of the product are you using? On what operating system and
browser?
mootools.js + slideshow.js latest ver., localhost OS: Windows XP, server
OS:Linux

Please provide any additional information below.
url of the nonfunctional slide :
http://www.de-vine.com.sg/demo.html 

Original issue reported on code.google.com by imessag...@gmail.com on 18 Oct 2008 at 2:01

Attachments:

GoogleCodeExporter commented 9 years ago
This has to do with the HTML compressor you are using that removes all the 
whitespace
from your HTML document. All the Javascript appears on one line, following
"//<![CDATA[   window.addEvent ..." however the "//" is a Javascript comment, 
so you
are effectively commenting out all the subsequent JS code. Remove the 
"//<![CDATA["
or the compressor if you want it to work.

Original comment by aeron.gl...@gmail.com on 19 Oct 2008 at 11:40

GoogleCodeExporter commented 9 years ago
thanks aeron :) thanks for pointing out what should I do.

Original comment by imessag...@gmail.com on 20 Oct 2008 at 3:26