Tagged Questions

Shadowbox is a web-based media viewer application that supports all of the web's most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. It can be used to dynamically load content into the users browser without navigating away from the page, by using just a few lines of simple JavaScript code.

learn more… | top users | synonyms

4
votes
1answer
604 views

jQuery - Shadowbox rebinding

How do I bind / initialize Shadowbox to content loaded by jQuery using AJAX? Right now shadowbox works when I first come into the site. However, when I swap the content with a new one loaded through ...
3
votes
2answers
117 views

Shadowbox - How to switch or replace content? How to close and open another dialog?

I'm trying to use shadowbox in multiple occasions: sometimes I happen to need more than one dialog at the same time. In this simple example I try to close one existing window and re-open another one ...
3
votes
3answers
1k views

Dynamically loading a SWF into ShadowBox

FYI, ShadowBox is a javscript media viewer/lightbox. http://www.shadowbox-js.com/ Running into an issue when trying to dynamically load SWFs into my ShadowBox. My script outputs the following ...
2
votes
1answer
36 views

Two jquery tools interfere with each other

I am new to jquery. I am working on a website that uses a scroll function I found to move from page to page its scripts looks like this: <script type="text/javascript" ...
2
votes
1answer
117 views

Create modal view on jquery mobile using html

I am creating a mobile website using HTML5 and jquery mobile. I am currently trying to create a modal view to show images in. I have tried using shadowbox and lightbox but in both cases the modal view ...
2
votes
1answer
98 views

How to simulate an append callback function?

I know that .append() does not have any callback function, but when I try to do this: $.onShadowboxFinished = function (f) { var postid = $(f.link).parent().attr("id"); var loadUrl = ...
2
votes
1answer
62 views

Cant get JQuery working on my site?

I can't get any JQuery code to work on my website, in particular, slidebox. By the JQuery is not working, I mean, in this case, that when I click on a link, a tag, nothing happens, when really a ...
2
votes
1answer
403 views

<DIV> and Shadowbox

I have a div centered on my page (width and height set, margin:auto). I am then adding images into it, and each image launches its own Shadowbox. However, there are two problems: The shadowbox - ...
2
votes
3answers
99 views

Minor CSS issue

I am new to the designing/programming world so I am sure the issue is easy to solve. I am trying to add the moz-box-shadow effect to my header. But as soon as I add that component, the header which ...
2
votes
2answers
1k views

shadowbox 3.0.3

I am trying to use shadowbox 3.0.3 in google chrome I am getting: in chrome shadowbox.js:17 Uncaught TypeError: Cannot read property 'style' of undefined in firefox F is undefined ...
2
votes
2answers
292 views

Can i have a flash movie communicate with Shadowbox jquery overlay?

I want to have my overlay adjust in size depending on how much content is being shown in the flash movie. Also, I want it to resize in real time when the user adjusts the content. Is it possible?
2
votes
1answer
849 views

Pull form from shadowbox, and submit it from the parent window

I have a form in a shadowbox, and when the user clicks the submit button (or a link with an onclick, i don't mind) i want to step in, close the shadowbox, then submit the form data from the parent ...
2
votes
0answers
569 views

Wordpress - Shadowbox skinning & sizing

How do I skin shadowbox and make sure popup size is fixed size? The css part is ok since it's just overriding ids and classes. However, I'm not sure what the markup.js is supposed to look. So ...
2
votes
1answer
3k views

jQuery, Shadowbox and AJAX

I would like to load some content using AJAX and Shadowbox Basically I would like the user to goto a page in case javascript is off. So this is what I want to do :- 1) Cancel the click event i.e the ...
1
vote
0answers
50 views

How to include “share on social networking sites” link for the video shown in shadowbox.js?

I have a youtube video to display on my site. I am using shadowbox.js to achieve this. Now I want to show fshare and tweet links somewhere on the overlay while the user is watching video. How can I do ...
1
vote
1answer
55 views

Served images through PHP won't load in Shadowbox

I've been using shadowbox without issue on my sites without issue for a while now. I've created a PHP file to serve media content from a protected folder. Here is what is in the download.php: ...
1
vote
2answers
38 views

Shadowbox never activates; links only work as normal

Following the official Shadowbox usage instructions, I appended just a few lines of CSS/JS: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; ...
1
vote
1answer
320 views

close Shadowbox from inside iframe using 2 methods

I have already searched SO for similar questions, and none of the methods worked for me. I have a shadowbox which opens on the click of an as so: <a href="/form/foo" ...
1
vote
3answers
237 views

JQuery 'Aw Snap!' in Chrome but not crashing any other browser

I'm having some difficulty with managing an administration page, where I constantly get an 'Aw Snap' in Chrome. I have a 'merchandise' administration page where you can add new products to the ...
1
vote
5answers
403 views

jQuery - trigger('click') not working in IE - Object does not support this property or method

I have an images with a fading overlay div on hover which displays a text link within. When the link is clicked it opens a shadowbox with content. I want the whole overlay div to be clickable so I ...
1
vote
1answer
137 views

Shadowbox - Fitting the size to a form/table/div

I am trying to display a form inside a shadowbox but am having some difficulty getting the size of the shadowbox correct. Basically I have a seperate php file that contains all the code for just the ...
1
vote
1answer
267 views

JavaScript code injection without a <script> tag

A client script is pulling some HTML from a server into an in-page popup (shadowbox and the like). I suspect this is being done via jQuery's .html() somewhere. Long story short, the following fails: ...
1
vote
0answers
325 views

shadowbox - open inline element

I am using shadowbox and jQuery. I have it opening on page load fine. What I want to do is. Have the shadowbox open up and show a form where the user can enter their email address. I then want to ...
1
vote
1answer
775 views

Unknown player for Shadowbox URL - jQuery

I am using the shadowbox.js for display the images of a gallery with this effect. Everything works fine. My problem is when I have an image with a link as a name, for example: ...
1
vote
4answers
260 views

How do I create a shadowed box in with HTML/CSS like Apple's website so nicely has?

Apple's website has a lot of visually appealing elements and sometimes the fledgling web developer may look at certain elements and wonder just how to reproduce that look. So I pose the question (and ...
1
vote
0answers
414 views

Jquery Help: ShadowBox+CloudZoom Integration

I plan to set up a photo gallery using ShadowBox, but I also want to add a zoom feature within the gallery for individual elements. Preferably using the CloudZoom ...
1
vote
2answers
334 views

Shadowbox overlay not transparent in IE 6

When trying to use Shadowbox with IE6 the overlay transparency simply not works, it remains completely black. In all other IE versions (7, 8 and 9) the overlay works just fine. Do you guys have any ...
1
vote
0answers
231 views

WordPress Plugin - Shadowbox JS Not Displaying FLV-s Correctly in IE8, FF 3.6

See http://www.viking.ee/en/ - It works fine in Google Chrome but in Mozilla Firefox 3.6 it does not start playing automatically and when the player stops playing, in order to load more of the video, ...
1
vote
0answers
707 views

Shadowbox container is undefined error

I'm trying to open Shadowbox on page load, i've tried different code i found here and on the web but cant get it to work. Keep getting a container is undefined error... Heres my code <link ...
1
vote
0answers
118 views

Mysterious mixed content warning - it appears to all be https with no http?

I have an https page which launches a shadowbox which itself has a page inside it. The shadowbox content is got with whatever protocol the parent page is, so loads with https as well. When the ...
1
vote
3answers
1k views

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 ...
1
vote
1answer
630 views

Shadowbox + jQuery not working - No errors

First, apologies. I'm a js newb. I'm attempting to trigger a shadowbox with the load of a specific page - a "pop-up" if you will. Nothing happens and according to firebug, there are no errors to ...
1
vote
4answers
392 views

Shadowbox doesn't works when it's placed inside of a jQuery “.html” function

Well, I'm placing a link inside of a div called "alerta" with jQuery function ".html". Ok, then I tried to place the "rel='shadowbox'" parameter inside of my "a" tag and it doesn't works. ...
1
vote
1answer
839 views

Shadowbox not working in IE

I have a bit of a problem with my shadowbox, it works fine in FF, but it refuses to work in IE 7 or 8. I am using these scripts, <script type="text/javascript" ...
1
vote
1answer
257 views

Shadowbox timing issue

I'm using shadowbox js for showing Flash video in lightbox style popups. So far it's working but I have this problem: when the page loads and the user clicks too early on the linked image which ...
1
vote
1answer
1k views

shadowbox display of html drawn from another page via jQuery.get()

I'm a bit new to the Ajax thing and am hoping you all can suggest which of these two methods is most efficient. Both approaches seem to work, but perhaps there is some better way altogether? ...
1
vote
3answers
195 views

Is there a way to return a list of all the image file names in a folder using only Javascript?

I have a dropbox account. I put a bunch of images in a public folder. I'd like to display the images using shadowbox. Right now, I'm manually entering the filenames into this html file. Is there a ...
1
vote
1answer
941 views

resize shadowbox with HTML content

I'm using a jquery shadowbox library, wich allows you to show HTML content in a lightbox/shadowbox. (www.shadowbox-js.com) My question is: is there any way to dynamically resize the shadowbox when ...
1
vote
1answer
1k views

Shadowbox doesn't seem to work

I have an XHTML 1.0 Strict document in which I'm trying to make Shadowbox work. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ...
1
vote
1answer
309 views

flash overlay snagging on underlying divs

Has anyone come across this before and know a solution? I'm using Shadowbox to overlay a flash file on my page, but the movement within the flash file causes it to break or "shear" where the movie ...
1
vote
3answers
2k views

Shadow box overlay hiding flash

I have a site that's mostly made in flash. And the flash triggers shadowbox. But when shadowbox kicks in, the site isn't visible behind the box. Any thoughts?
0
votes
1answer
58 views

“Shadowbox is not defined” error which suggests that Shadowbox.init(shadowbox_conf)?

I am having a problem where i am getting the error "Shadowbox is not defined" and it suggests that Shadowbox.init(shadowbox_conf) is the problem. I believe that this issue started occurring when I ...
0
votes
0answers
18 views

ShadowBox and jquery validate plugin

im using shadow box to open a form where a user can be created. the thing is when i try to run the validate() method nothing happends, i read somewere that i have to use the onFinish option from the ...
0
votes
1answer
31 views

shadowBox: volume but no video

I am using the shadow box from http://www.shadowbox-js.com/ My issue is I am showing videos hosted on my server using the shadow box. Have a hyperlink that calls the page that shows the movie. If ...
0
votes
0answers
60 views

multiple javascripts interupting each other

I have an html page which calls multiple javascripts and css stylesheets. However some of the functionality of one of the scripts is failing. The first four scripts and the last two make the buttons ...
0
votes
1answer
89 views

shadowbox opens images onto new page

i am trying to use shadowbox.js to open an image on top of the current web page. However when i click the link it takes me to my image and the page underneath goes to a blank page. Does anyone know ...
0
votes
1answer
143 views

How do I implement Slicebox? I'm having difficulties

http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/ I'm trying to implement Slicebox into my website and I'm having issues. I always want to offer users the option of Shadowbox within ...
0
votes
0answers
64 views

Shadowbox is not defined though the file paths are correct

On a test page ( http://www.thepartysource.com/index_test.php ), I am trying to incorporate shadowbox. I have successfully incorporated this into another site previously, and am doing the same ...
0
votes
0answers
76 views

Embedded Youtube videos are appearing over my Shadowbox player, can anyone help?

Hi any help would be greatly appreciated I've tried a bunch of z-index and wmode fixes. No luck so far. On my site www.GeocachersNYC.com I have a Tumblr feed on the left that has embedded Youtube ...
0
votes
0answers
44 views

Shadowbox - elements positioning

I am using default Shadowbox script. My page: http://www.sildev.pl/shadowbox/index.html I need to change the position of title, counter and close button elements. This screen shows what I need: ...

1 2 3