colorbox

Lightbox, floating a close button outside of an iFrame

Hey, I have decided to reword this question (as opposed to creating a new one)... I have a Lightbox (Colorbox), which opens an iFrame with basic HTML content. In fact, here is a picture: I would like the Close button to be where the Hollow White box is. The Lightbox (Colorbox) CSS is as follows, nothing I seem to do works. :( (The C...

controlling the colorboxs position

I'm using the colorbox plug in for several messages on my web page and I have one specific message that I want it to appear higher on the screen (so it won't hide the center of the page). Is there a parameter that controls the colorbox location on load? Thanks. ...

Change hidden item when lightbox is open

I have a portfolio section that is set up as a main image is displayed with tiny images below it. When you click on the tiny images the main image is changed (rotator). They are changed by javascript that is run for test.html#slider1, test.html#slider2, etc. When the main image is clicked, a lightbox, or more specifically a jQuery Color...

How to show ColorBox Dialog when URL Parameter is passed in jQuery

I'm looking to show a ColorBox Dialog, using the code $(document).ready(function() $(".colorbox_dialog").colorbox(); }); When the url parameter ?dialog=yes is passed. How can I do this in jQuery 1.3+? ...

jQuery Lightbox Clone is not initialising properly

Help...? Hey, I have the following function on an onClick call: function addComment() { jQuery.noConflict(); jQuery('head').append('<link rel="stylesheet" media="screen" type="text/css" href="colorbox/colorbox-images.css" />'); //this doesn't add correctly. jQuery.fn.colorbox({inline:false, href:'boxes/add-co...

jQuery Colorbox Dynamic Resize

I using Colorbox for login form. And there's a signup link in the login form. I want to resize colorbox window when sign up page opened. main page: <a href="/login.php" class="colorbox_login">Click</a> to login. login page: <form method="post" action=""> ... </form> <a href="/signup.php">Sign up!</a> Help please ... ...

Submitting form to a colorbox iframe

I have a form on a page, when I submit it, I'd like it to open in a colorbox iframe. What is the simplest way to do this? Thanks in advance ...

jQuery colorbox plugin IE problem

Hello! I am using the jQuery colorbox plugin. It works perfectly when a run it localhost, but when i deploy it to a server i get the following error in Internet Explorer. could not complete the operation due to the error c00ce514 Has anyone experienced the same problem? Thanks. ...

How do I get Colorbox to display 5 seconds after the page loads?

Here is what I have so far, but it is loading right away: <script type="text/javascript"> var pid = <?php echo $_GET['id']; ?>; var rlink = "<?php echo $domain; ?>share.php?pid=" + pid; $(document).ready(function(){ setTimeout($(".url_tag_small").colorbox({ href: rlink, width: "620px", height: "354px", opacity: 0.0, transition: "non...

jQuery colorbox positioning image wrong ( not centering )

I am using the jQuery plugin Colorbox for some images on This page. If you look at the main product image in the center, right below it are some little polaroid-looking thumbnails. If you click on one it pops up an image using Colorbox If you make your browser window about 800px wide (the width of the page content) the popup will be ce...

jquery cross protocol error

i am working on an mvc page that allows users to securely logon via a colorbox modal window. the modal is layed out something like this: <html> <body> <div id="overlay" style="display: block;" class="overlay"> <div> <div id="colorbox" style="display: block;"> <iframe id="logonIFRAME"> logon form is in this ...

Dynamic Colorbox galleries using Ajax

Hi, I am new to jQuery / AJAX. I have a page that uses colorbox to display photo galleries. The page displays only one image from each gallery. When clicked, a colorbox opens up with all of the photos from that gallery. These inner photo references (for all photos from all galleries) are hidden on the page in an invisible div. The page ...

Colorbox not working in IE

on This page in the center is a button that says "request price". I am using Colorbox so that when you click it, there is a lightbox-type popup of a Flash app. This works fine in FF and Chrome. However in IE it is just taking you directly to the page containing the flash rather then making it a popup. Does anyone have a clue why? ...

get $_SERVER['HTTP_X_REQUESTED_WITH'] with iframe

I'm working with Colorbox and if I specify to use an iframe with it then the $_SERVER['HTTP_X_REQUESTED_WITH'] variable is no longer available to me. I need that in order to detect if ajax has loaded so then I can include a header/footer or not. Anyway to get this variable or is there another variable that I can get when I use iframe? ...

Issues with simple jQuery image gallery with Colorbox plugin

I'm putting together an image gallery for an ecommerce site and wanting to use colorbox to launch larger images. My problem is that image launched in colorbox stays as the first one launched and should reflect the image shown as img#bigpic - the link to the image does appear to be updating correctly. Here's the jQuery I have: $(documen...

Do I use jQuery noconflict to avoid plugins conflict?

UPDATE: I've found that the jquery.bxslider plugin itself clones and appends/prepends the LIs causing the trouble. No solution to this though, except maybe using another script :( I'm having to jQuery plugins partially conflicting with each other, Boxslider (an image slider) and Colorbox (a lightbox). They both work, but the slider ...

javascript not included in colorbox popup window

hi guys, I am using color box, its really fun, but i am really stucked out by a problem that: my form is opening in colorbox i am using jquery for validation in that form for which i am including validate.js in that page the problem is that i am not able to see the js file, when i open the page in window it is ok but when that page is o...

Resize jQuery colorbox for iframe content?

Using resize() function, we can resize ajax content of colorbox. But how to resize width and height of colorbox having iframe content? can it be possible to set new height and width of colobox? I found solution from this url - http://groups.google.com/group/colorbox/browse_thread/thread/fadc3d68ca764de3/c38fa24136a6abd7?pli=1 but stop ...

open Colorbox from text link

[EDITED QUESTION] I am using an image preview tooltip, which is making use of the rel attribute, so for the colorbox i am using the class="slideshow" to group the images together. I have this working fine, but i'd like to be able to open the slideshow from a text link, seen below. (rel="medium.jpg" is the image used for the image prev...

How to display ui timepickr on front using z-index?

Inside colorbox, I am using timepickr. The problem is timepickr content cut down at edge of colorbox due to overflow: hidden. Here I pasted some code, // javascript code written by me jQuery(".transportPopup").colorbox({ initialWidth: 150, initialHeight: 150, width: 920, scrolling: false, transition: "elastic", opacity: 0.3 }, funct...