Fancybox

Support for Template related issues
Post Reply
User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Fancybox

Post by leo » Wed Apr 07, 2010 10:52 am

Hi All,
I have just changed to fancybox (fancybox.net). Everything works fine but there is no shadow under the images.
What's wrong? Any idea?
thanks
Leo

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Fancybox

Post by Brent » Wed Apr 07, 2010 12:32 pm

No Idea.
But it looks like a nice idea.
I'm going to download it and give it a try.
It may save me having to redo the thick box, which is slow and not standards compliant.

I'll see how I make out and let you know.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Fancybox

Post by leo » Wed Apr 07, 2010 1:45 pm

Thank you in advance.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Fancybox

Post by Brent » Thu Apr 08, 2010 5:04 am

The problem is in jquery.fancybox-1.3.1.css
You probably have the wrong path to fancybox images.

where ever you see

Code: Select all

background-image: url('fancybox.png');
You need to change this to the correct path.

I moved the jquery.fancybox-1.3.1.css the the css folder.
I then created a sub folder fancybox in the styles/image folder and put all the images in there

Now the jquery.fancybox-1.3.1.css paths look like this:

Code: Select all

background-image: url('../image/fancybox/fancybox.png');
Works as expected now.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Fancybox

Post by leo » Thu Apr 08, 2010 10:11 am

Thanks!

Post Reply