fancybox

JQuery plugin combo woes: Fancybox and ContextMenu

Hello, I'm using two popular plugins with success for the most part: http://www.trendskitchens.co.nz/jquery/contextmenu/ http://fancybox.net/ They both work fantastically. However, I cannot seem to get context menus working inside a fancybox. The normal right click menu is suppressed, so I'm led to believe there is a z-index clash som...

Dynamically create Fancybox and stick video into it

Hi. I need to replace all the HTML5 video tags on the page with their poster image that has a click event attached; the click event launches a Fancybox containing that video tag. Anyone know how to do this with jQuery? Thank you. ...

How to use jQuery to set value on screen rather than use alert?

I am using the code that I will post below. I generates the password and works fine. Only problem is that it shows me the regenerated password in the alert box. I want to echo it on the screen. how can I do that. Thanks Using jQuery fancybox and php $.ajax({ type: 'POST', url: '/processPassword.php', data: 'newPass...

jQuery FancyBox: How do I increase the width of the element #fancybox-wrap by 10 px?

Hi, In jQuery FancyBox, I need to increase the width of the element #fancybox-wrap by 10 px. What is the easiest way to achieve this? Thanks. ...

Fancybox visibility problem

Hi all, When setting a style at #inline2 hiding it, Fancybox will appear empty on click. In addition the #inline2 element can be seen in Fancybox when there's no style hiding it. Though this example is copy'ed directly from the various examples on the official Fancybox site. See Various Examples at http://fancybox.net/home. Someone pl...

Fancybox display issues on iPad

Hi. I'm using the Fancybox on this page: http://bit.ly/9T4LPC I've set it to show the videos in the top carousel in a Fancybox only if the browser is Safari/iPad. If you click one of the videos in the top content carousel, you'll see some extra lines outside of the Fancybox. Plus, you'll see that the title item (set to titlePosition: "o...

overlaying several elements in modal window

graphic illustration of my effect i'm using a provided plugin like fancybox for overlaying content over the homepage. i've run into a limitation. at the moment, i'm loading new pages in an iframe, which i thought would be the easiest. however, this gives the new iframe window a scroll bar, which i don't want. the problem with using gi...

Load fancybox page through "Facebox image and content viewer"(or other alternatives)

Hi, I'm trying to load a different fancybox page every time someone clicks one of the links on the left menu. example: http://cupones.com.ec/stackoverflow/ I am using the Facebox image and content viewer plugin. The first link "pizzerias" loads an image with no problem. However there is a problem displaying the second "mexicanos" lin...

How to position fancybox on top

How to position the fancybox 100px from top by default it is center aligned. I believe there is no api settings for that. Can anyone help me out in doing it on the actual script. ...

Triggering FancyBox from ASP.Net Codebehind

Hi, I want to use the JQuery FancyBox on an asp.net page but all the examples I have found show triggering a fancybox from anchor tag (< a >). I am not able to find an example where a fancybox is triggered from codebehind. To be more specific, I create a pdf file on the fly on a LinkButton click. After the file has been created, I want...

Fancybox file list through a variable

Hi, I'm experiencing a little bugger using the fancybox jquery plugin. I want to use a variable that holds the image filenames to populate the file list inside the fancybox function. But I can't seem to get it to work. In this example I've put the filenames in manually but that's the part I'd like to populate with var "files" which, whe...

Opening links inside a fancybox-window inside the same fancybox window

This is probably not all that difficult, because otherwise iäm sure i wouldv'e found the answer somewhere... What i want to do i open up a fancybox (the jquery plugin), loading it whith ajax-content, and when i click a link inside it, it loads it with new ajaxcontent, like clicking a link inside a frame. Any ideas? ...

jQuery Fancybox doesn't wait for AJAX content to load before determining its dimensions

I'm using Fancybox to load some content with AJAX. Content: <div class="container"> <h2>An image</h2> <div class="span-16 colborder center clearfix"> <img src="/system/images/apple.jpg"> </div> <div class="span-7 last clearfix"> something here <br> something here </div> <div class="span-24 last"> FOOT...

Fancybox is not working in firefox or IE

Fancybox is not working in firefox or IE, but it is working in chrome, safari, and opera. I've used fancybox before without any problems, but for some reason it doesn't want to work in firefox. Has anyone ever heard of this happening? Sorry about that, here you go: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYP...

Need help with my close link in fancybox modal window to close it

I want to provide a link to close the fancybox pop-up window. Here is what I have for code, which does not work, but gives you an idea of what I am accomplishing: $(document).ready(function() { $('#close-button').click(function(){ close.click($.fancybox.close); }); }); <p><a href="#" title="Close" id="close-button">&la...

jQuery Fancybox get id value of a

Hi all, what I'm trying to do is get the ID value of the referring a. The code for my a looks like: <a class="photoBig" id="<?php echo $photo['id'] ?>" href="<?php echo $f->buildPhotoURL($photo, 'large') ?>" title="<?php echo $photo['title'] ?>"> I'm using phpFlickr to assign the ID's plus some various other things, which works fine....

Jquery Fancybox not displaying on IE 7

Hi, I am using FancyBox to show larger versions of image thumbnails on a PHP application. I am using a uniform CSS class name for all the thumbnails to trigger the Fancybox functions. But when viewing the app on IE 7, only the first thumbnail actually triggers Fancybox, the rest of the thumbnails dont work. What could be the problem...

Using jQuery Validate plugin submitHandler to fire fancybox window.

I'm using jQuery Validate & Fancybox together on a website to load a modal Fancybox window on form submission (after being validated by Validate) to confirm an order is being processed but have encountered a weird issue I'm unable to resolve. The < a > tag is as follows on the same page as the form: <a href="<?=ssl_url()?>basket/process...

Fancybox is displaying a blank page with IE7

I'm trying to load a YouTube video with Fancybox. It's working with all the browsers but it seems to have problem with IE7, it only shows a blank white page. I don't know what I've done wrong here, I tested there example online and it work with IE7, http://fancybox.net/blog. I also took my code from them. So here's my markup on the home...

Fancy Box - how to refresh parent page when close iframe popup?

I want my parent page to refresh when I close a Fancy Box popup frame. I have a login page inside the popup, so I need the parent page to refresh to show the new login state when the Fancy Box closes. I can get it to work without the iFrame code: $(document).ready(function() {
$(”a.iframeFancybox1″).fancybox({
‘width’: 800,
‘height...