HighDots Forums  

Lightbox 2.04 only shows a white box with a loading icon - pleasehelp

Javascript JavaScript language (comp.lang.javascript)


Discuss Lightbox 2.04 only shows a white box with a loading icon - pleasehelp in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
moso97ad
 
Posts: n/a

Default Lightbox 2.04 only shows a white box with a loading icon - pleasehelp - 10-18-2009 , 01:43 AM






Hello,

I have implemented Lightbox 2.04 to show some images in a gallery on
http://www.kamillaruus.dk/galleri. I have tested the website on a
Windows Vista computer in IE 8 and FF 3.0.14, when I click on a
thumbnail I only get a white box with a loading icon. No matter how
long I sit in front of the computer the image will not show up. The
big images have a filesize between 60 kb and 100 kb.

Anyone got a solution for me? I have also tested Slimbox but get the
same white box with a loading icon.

Best regards
Morten

Reply With Quote
  #2  
Old   
Osmo Saarikumpu
 
Posts: n/a

Default Re: Lightbox 2.04 only shows a white box with a loading icon - pleasehelp - 10-18-2009 , 05:42 AM






moso97ad kirjoitti:

Quote:
I have implemented Lightbox 2.04 to show some images in a gallery on
http://www.kamillaruus.dk/galleri.
The requested URL /galleri was not found on this server.

--
Best wishes,
Osmo

Reply With Quote
  #3  
Old   
moso97ad
 
Posts: n/a

Default Re: Lightbox 2.04 only shows a white box with a loading icon - pleasehelp - 10-18-2009 , 12:04 PM



On 18 Okt., 12:42, Osmo Saarikumpu <o... (AT) weppipakki (DOT) com> wrote:
Quote:
moso97ad kirjoitti:

I have implemented Lightbox 2.04 to show some images in a gallery on
http://www.kamillaruus.dk/galleri.

The requested URL /galleri was not found on this server.

--
Best wishe
Osmo
Sorry...it is http://www.kamillaruus.dk/galleri.html

Reply With Quote
  #4  
Old   
Gregor Kofler
 
Posts: n/a

Default Re: Lightbox 2.04 only shows a white box with a loading icon - pleasehelp - 10-18-2009 , 01:19 PM



moso97ad meinte:
Quote:
On 18 Okt., 12:42, Osmo Saarikumpu <o... (AT) weppipakki (DOT) com> wrote:
moso97ad kirjoitti:

I have implemented Lightbox 2.04 to show some images in a gallery on
http://www.kamillaruus.dk/galleri.
The requested URL /galleri was not found on this server.

--
Best wishe
Osmo

Sorry...it is http://www.kamillaruus.dk/galleri.html
Erm...

prototype.js - 4221 rows.
effects.js - 1122 rows.
lightbox.js - 497 rows.

Plus a few more smaller scripts thrown in for good measure.
I suggest you rather stick to "forums" focusing on one or some of the
afforementioned libraries.

But thanks for providing an example illustrating the shortcomings of
such libraries and your approach making them work.

Gregor


--
http://www.gregorkofler.com

Reply With Quote
  #5  
Old   
Christian Winter
 
Posts: n/a

Default Re: Lightbox 2.04 only shows a white box with a loading icon - pleasehelp - 10-18-2009 , 02:24 PM



moso97ad schrieb:
Quote:
Hello,

I have implemented Lightbox 2.04 to show some images in a gallery on
http://www.kamillaruus.dk/galleri. I have tested the website on a
Windows Vista computer in IE 8 and FF 3.0.14, when I click on a
thumbnail I only get a white box with a loading icon. No matter how
long I sit in front of the computer the image will not show up. The
big images have a filesize between 60 kb and 100 kb.

Anyone got a solution for me? I have also tested Slimbox but get the
same white box with a loading icon.
Your images are not reachable, either you forgot to upload them
or the permission are wrong, or your webserver is configured, or
it's one of a million different other reasons. It's defnitely _not_
a Javascript problem, just try accessing a single image by the
path you give in the href and you get
Not Found
The requested URL /images/fear_city.jpg was not found on this server.

If you want to develop in javascript you should use a tool that aids
in you debugging like e.g. firebug, where you can not only see js
errors but also see what data is sent and received over the net. In
your case you would have instantly noticed that there is an unsuccess-
ful request for the image.

-Chris

Reply With Quote
  #6  
Old   
moso97ad
 
Posts: n/a

Default Re: Lightbox 2.04 only shows a white box with a loading icon - pleasehelp - 10-19-2009 , 03:14 AM



On 18 Okt., 21:24, Christian Winter <thepoet_nos... (AT) arcor (DOT) de> wrote:
Quote:
moso97ad schrieb:

Hello,

I have implemented Lightbox 2.04 to show some images in a gallery on
http://www.kamillaruus.dk/galleri. I have tested the website on a
Windows Vista computer in IE 8 and FF 3.0.14, when I click on a
thumbnail I only get a white box with a loading icon. No matter how
long I sit in front of the computer the image will not show up. The
big images have a filesize between 60 kb and 100 kb.

Anyone got a solution for me? I have also tested Slimbox but get the
same white box with a loading icon.

Your images are not reachable, either you forgot to upload them
or the permission are wrong, or your webserver is configured, or
it's one of a million different other reasons. It's defnitely _not_
a Javascript problem, just try accessing a single image by the
path you give in the href and you get
Not Found
The requested URL /images/fear_city.jpg was not found on this server.
I have found the error. It was the title of the pictures. I forgot
about small and big letters in the picture name. Fx. should /images/
fear_city.jpg be named /images/Fear_City.jpg.

Quote:
If you want to develop in javascript you should use a tool that aids
in you debugging like e.g. firebug, where you can not only see js
errors but also see what data is sent and received over the net. In
your case you would have instantly noticed that there is an unsuccess-
ful request for the image.

-Chris
Thanks for the advice.

Best regards
Morten

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.