Usually a css problem. either the stylesheet does not load or there are conflicting rules. But it can also be caused by a problem with the jQuery version. A link to your site should help debugging.
Thread Starter
Kaluh
(@i8solutions)
the link to my site is
http://www.i8solutions.nl/?p=754
i have been looking for code that can interfere with the fancybox but with no luck
hope you can find it
I don’t see any errors in console but it looks like the FancyBox script has a hard time determining the height of the viewport. It needs that to center the lightbox frame. This might be caused by a conflict with the other lightbox (thickbox) that is included on your site. Or the issue can come from any plugin or your theme. Only way to find out is disabling all other plugins and eventually switching to the default theme to see what solves the issue…
You could try disabling the “Center on scroll” option and setting all transitions to “fade” on Settings > Media but there is little chance that will be an effective work-around.
Personally, I’d try to use thickbox instead of fancybox since that is already in the (very long!) list of scripts that load on each page request. Plus maybe fix its stylesheet getting called twice for some weird reason…
I have exactly the same problem with a custom theme.
Did you find any solution ?
Thread Starter
Kaluh
(@i8solutions)
im acctualy still on it but it’s rather bussy so i will come back later or monday with an update
@soullivaneuh – can you share a link?