lightbox

jquery lightbox in codeigniter help

am having a hard time trying to make jquery lightbox in codeigniter work, what I want to happen is,pop a youtube thumbnail and play the video on the lightbox.I stored it outside my application directory,I included it in my config file like this $config['jquery'] = "js/jquery1.4.2.js"; then I include on the view file like this <script t...

picture from SQL database not displayed by jquery lightbox in detailsView ImageField and asp:Image control (master pages)

when i click the picture that is displayed in the detailsView ImageField, the jquery lightbox pops up, but does not show the picture. it shows a red x in the middle of the lightbox. the same thing happens with the asp:Image control shown in the code below. The picture is stored in a SQL database Image datatype. Using master pages. <...

Lightbox display:none css problem

Im trying to rotate 3 panels of lightbox icons, problem is Lightbox dosen't seem to like the display:none divs. Is there any way i can make lightbox aware of the existance of the hidden div's. Check out the problem at www.richmondbuild.co.uk/new.html. If anyone can spare a few minuits on this i would be muchly happy!. Mike1038 ...

jquery lightbox on dynamic image

I would like to use lightbox (pirobox) for dynamically generated images. I use standard method - load css, js files and add selector on element, but it doesnt work. Have you any experiencies with it? I Also try $('.pirobox').bind('click', function() { $('.pirobox').piroBox({ my_speed: 400, bg_alpha: 0.3, slideSho...

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...

nyroModal Lightbox issue

I'm using the latest version 1.6.2 version of nyromodal lightbox jQuery.nyroModalSettings({title:'Manual Title'}); It wont refelect any title on the lightbox title remains empty. I also tried: jQuery.nyroModalManual({ title:'Manual Title' }); Nothing reflects. If anyone has an idea please put it forward, Gobi:) ...

How to make jQuery lighboxes (like fancybox) to display pictures faster?

At Officesnapshots.com I think they are using fancybox (check the closing button). But the pictures load damn fast. Is it really fancybox or another plugin? If it is fancyboxn how can I archieve the same speed as them? ...

Is it possible to close prettyphoto modal inside iframe?

I'm using prettyphoto jquery plugin for lightbox. When somebody clicks on a link it opens a lightbox iframe. Inside the iframe there is button that should close the lightbox. in documentation there is a code: $.prettyPhoto.close(); But don't how to use it properly. So I ask how to close a lightbox inside iframe. ...

limit slimbox (lightbox) image to window size

HI all, Anyone know how to limit the overlay window size of slimbox to be a percentage of the user's window size (like prettyphoto does) Thanks Here's the module code: http://paste.ly/3Kz And the slimbox js: http://paste.ly/3L0 ...

Opening a YouTube video in a lightbox or something on page load

My client wants a YouTube video (embeded object) to popup when a user comes to their site. Does anyone know how it do this and what to use. It should be a lightbox or shadowbox, something that's not a popup. The video should run automatically and ideally close when it's over. Maybe I can specify a time until auto-close or something? ...

Any way to update original page's input fields with lightbox radio button selection? (jquery, iframe)

Hi there - I don't know that this is actually possible with my current setup. There are three fields: Current pass, new pass, and repeat new pass. (By request) All I'm trying to get it to do is, when a user wants to update their password but enters identical info in the old and new pass fields, a lightbox pops up asking if they want to ...

Lightbox in datalist Image control

Hi All, I have a datalist control. I am using asp.net 2.0 with C#. In this datalist I have a image control <asp:Image ID="ImagePreview" runat="server" Width="62px" Height="62px" /> I have to make a lightbox for the images in the datalist. please help me. I have search on internet & I got some wonderful articles but they all are...

How to add a Lightbox to a custom DotNetNuke module

I'm working on a custom DotNetNuke module which requires the use of Lightbox. What's the best way to add the javascript necessary for Lightbox to a DNN module? Nearly all the solutions I've seen involve adding the javascript references to the skin file. Is there another way to accomplish this? I'd hate to have those javascript files ...

Colorbox shows under flash

I am using jQuery's colorbox to open up an iframe on a page. On the page there are two flash SWFs. When I click the button that opens the colorbox, those flash SWFs appear over the top of my colorbox div. I've checked the CSS properties of the colorbox, and the overlay has position:absolute and z-index:999. I have given the SWFs a z-inde...

Setting width and height of modal window from JavaScript/JQuery to ASP.NET MVC inline code

This is my HTML ActionLink helper in the view: <%=Html.ActionLink(Resources.Localize.Routes_WidgetsEdit, "Edit", Model.ContentType.ToString(), new {slug = Model.Slug, modal = true}, new { rel = "shadowbox;height=_HEIGHT_;width=_WIDTH_", title = Resources.Localize.Routes_WidgetsEdit, @class = "editWidget" })%> ...

Jquery datepicker does not work inside lightbox - solved

Hi again, after some problems solved, I got a tricky stuff. I am using an overlay plugin for Jquery called prettyPhoto. Just wanna make an overlay with a form. The form is hidden with CSS, and when a link is clicked, the overlay shows it in a nice fashion. So far so good, everything working as expected, except only one thing: this form...

facebox problem loses on ajax

Hello, I have a website that uses ajax jquery and facebox. ( http://tinyurl.com/23eh4xc ) Inside the div "#content" there are some links to other pages that open fine using facebox. If I reload the content of that div using ajax jquery , then the links wont popup using facebox effect anymore. I tried to create a function that I would ...

Problem with jQuery Colorbox

Hello, I have a website that uses ajax jquery and colorbox. Inside the div "#content" there are some links to other pages that open fine using colorbox. If I reload the content of that div using ajax jquery , then the links wont popup using colorbox effect anymore. I tried to create a function that I would call whenever I call the fun...

Ajax and facebox problem

Hello, I have a website that uses ajax jquery and facebox. Demo here : http://temp.nevergone.eu/facebox.php Inside the div "#content" there are some links to other pages that open fine using facebox. If I reload the content of that div using ajax jquery , then the links wont popup using facebox effect anymore. I tried to create a funct...

Dynamic Links and jQuery Lightbox issue : Loading image in lightbox...completely stumped!!

I have a function that dynamically creates links for a photo gallery. The function also produces a larger image as a background image of a div when and thumbnail is clicked on. What I want to do is have a third event, where if the user clicks the enlarged image in the div, the jQuery Fancybox loads an even bigger version of the image bei...