WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => jQuery => Topic started by: Boudi on July 07, 2010, 01:14:25 PM

Title: Fancybox: no close button when viewing image
Post by: Boudi on July 07, 2010, 01:14:25 PM
Hi,

Discovered something weird on Internet Explorer when using the Fancybox plugin.

When clicking the image, normally the close button appears on the right top. (round button with an X in it)

In my case no exit button shows up (it does in Firefox, not in IE8).

Since it is visible in Firefox the path looks ok. What else could be wrong then?

url in private possible

Regards,

Boudi


Title: Re: Fancybox: no exit button when viewing image
Post by: BlackBird on July 07, 2010, 04:17:55 PM
I have noticed more than once that IE cannot show images (shows an X instead) that other browsers show without any problem. Spent hours analyzing when this first occured. :x I found that it works after opening the image with a program like Paint.NET and saving it without any changes.

To see if this causes the problem, take the image url and paste it into the location field. If IE shows an X (or 404 not found error) then, try this.
Title: Re: Fancybox: no exit button when viewing image
Post by: kweitzel on July 07, 2010, 04:47:10 PM
Could it be, that you are talking about images which have a space in the name? Or maybe a non-standard file header?

cheers

Klaus
Title: Re: Fancybox: no exit button when viewing image
Post by: Boudi on July 07, 2010, 05:23:21 PM
Thnq for responding.

@ Blackbird:

I did what you said, the image does show up ( no X )

@ Klaus:

Quote
which have a space in the name
. Nope, the name is: auto.jpg

For the rest, the website is very basic

I attached a file with the right upper corner where normally you would see the round CLOSE button

[gelöscht durch Administrator]
Title: Re: Fancybox: no close button when viewing image
Post by: BlackBird on August 14, 2010, 10:46:23 AM
Sorry for missing this thread (updates).

"dbs" found that there was some special CSS for IE in the fancybox...css, using wrong path names for the images. So you may try to upgrade to jQueryAdmin v2.1 or correct the CSS file yourself. (...src='fancybox/...png' to ...src='./...png')
Title: Re: Fancybox: no close button when viewing image
Post by: dbs on August 14, 2010, 11:12:42 AM
maybe without folder fancybox/.
images and scripts are in the same folder "FancyBox".

for subdomains: path beginning with /subdomain-name/modules/jqueryadmin/FancyBox/.