You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for project FancyBox
|
|
|
BEFORE YOU POST
|
| |
If you are new to fancybox, please check the following FAQ's
if you are a guru, please feel free to add and/or update this list
Thanks
Facybox gets called at all anchor <a> tags in page.
[link]
[link]... more »
|
|
Calling Fancybox from a page inside an iframe
|
| |
Hi all, i trying to use fancybox but my page is loaded inside an iframe, so when i open fancybox, it show under bottom of scree ( i need to scroll down to see it). Iframe have scrolling="no" and height="1600". Could you help me ?
|
|
Close and nav buttons aren't displayed in IE due to path problems
|
| |
Hi, Fancybox uses AlphaImageLoader for IE. AlphaImageLoader expects image paths to be relative to the HTML document, while CSS expects image paths to be relative to style sheet files. This causes a problem in certain environments (e.g. when a framework being used reroutes requests) -- the close button and gallery navigation buttons aren't... more »
|
|
Problems with HTML within Fancybox
|
| |
I want to put some <a> links within a DIV that's being displayed by
Fancybox. What appears to be happening is that #fancybox-left and
...you can click anywhere on the left and have it navigate to "previous",
or click anywhere on the right and navigate to "next". This is
preventing my <a>'s from being clickable, because when you try to... more »
|
|
inline box creating nested divs
|
| |
I repeatedly clicked and closed "Inline - modal window" on the
examples on the home page.
Viewing the content in Firebug (on Firefox) or the IE8 Developer tools
source viewer, I see the following HTML content:
<div style="width: auto; height: auto; overflow: auto; position:
relative;">
<div style="width: auto; height: auto; overflow: auto; position:... more »
|
|
Bug: removes iframes, even if type is not set to iFrame
|
| |
I'm using Fancybox to display HTML content that happens to have an
iframe in it. When fancybox closes, it removes the iframe, which
prevents it from displaying it the next time the user clicks the link.
To fix this bug, in line 946, I changed:
content.find('iframe')
to
content.find('iframe#fancybox- frame')... more »
|
|
Open Fancybox from link in Fancybox
|
| |
Dear All,
I have small issue with calling fancybox. To make story short:
I have a product page which opens in fancybox. Within this page I have
a link for related products. Clicking on it closes fancybox and opens
related product in fancybox. As you already guessed product page which
will open also has related products., so clicking on related product... more »
|
|
how to add fancybox, to a facebook like button ?
|
| |
Hello,
I want to implement a Facebook Like button on my page, and to make
appear Fancybox when you click on the Like button.
Here is my code :
<script>
FB.Event.subscribe('edge.creat e', function(href, widget) {
document.location.href='index. php#data'
});
</script>... more »
|
|
Creating an Image Gallery with Manual Fancybox Call
|
| |
I would like to use Fancybox for an image gallery, using the built-in
next and previous buttons to go through the slides. I'm manually
firing Fancybox because I want to be able to use variables within my
options. The Fancybox overlay opens fine, but now the next/prev
buttons do not work.
$('.img-cta').click(function() {... more »
|
|
Trouble on mozzilla and tubular
|
| |
Fancybox doesn't work on mozilla firefox (my version is 12) When I click on a thumbnail, the browser open a blank page with the direct link of the image. The second problem is rapresented by the conflict between fancybox and jquery tubular. Any Idea to solve the two problems? Thx
|
|
How to center fancyBox
|
| |
Hi, I am looking for a possibility to center the fancybox in viewport, and making it scrollable. An example, how it would be perfect (any example on that page): [link] I tried many things: <style> ...Or $.fancybox.open("#div"); ...But the fancybox is always on top of the page. Maybe somebody can help me with that.... more »
|
|
Unsubscribe Me
|
| |
Hello,
I've requested to be unsubscribed using this link a few times:
To unsubscribe from this group, send email to fancybox+unsubscribe@googlegro ups.com.
Love the plugin, but please unsubscribe me.
Thanks,
_____
Chris Garland
|
|
custom prev/next arrow buttons
|
| |
I would like to know the answer of this post...
In addition to moving to the next image I would like to manipulate
some js variable to control the targeted links
I have something like this:
<a id="hiddenclicker1" class="overlay" rel="gallery" href="#" >Hidden
Clicker</a>
<input type="text" style="text-align: center" maxlength="6" id="page"... more »
|
|
Fancybox Fails to Load - Returns "- 2012"
|
| |
I'm using Fancybox 3.0.1 with a Wordpress site. Several changes have
been made to the site (updated to WP 3.3.2, updated plugins, etc) and
somewhere along the way Fancybox stopped working. I have 4 different
images on one page that all call Fancybox. In the past, the links
loaded a flash movie as expected. Now, the progress spinner loads, but... more »
|
|
want to render alt text for individual fancybox instances
|
| |
I am trying to use fancybox to produce a nicely styled popup of a larger version of individual images. Simple, simple, simple. Works as desired right out of the box EXCEPT that the popped up fancybox image doesn't have an alt attribute, which makes it inaccessible. I know it can have a title below, and that's nice, but I... more »
|
|
Change/Scroll event callback?
|
| |
What's the best way to detect a change/scroll event in my fancybox? I
don't see a callback function built in for it.
|
|
|