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 ...
0
votes
1answer
24 views
How do I append an element to a form inside a Shadowbox
I'm trying to append a textarea to a small form that exists within a Shadowbox. The Shadowbox is called from a button:
<input type="button" value="Upload" onClick="uploadImageSB();">
The ...
0
votes
1answer
10 views
Shadowbox: Do not maintain ratio on resize
Basically I want my shadowbox height and width adjustments to be independent of each other, so that the default ratio is not maintained.
Example:
This is what I would like to happen,
My shadowbox ...
0
votes
0answers
16 views
How Do I Submit My Form in Shadowbox?
I'm trying to use Shadowbox to upload image files. The Shadowbox opens fine with the form in the browser, but I'm unable to submit it. The server says its unable to complete my request. Here is my ...
-5
votes
0answers
15 views
Does anyone know how to integrate Shadowbox and Video js? [closed]
Does anyone know how I might integrate shadowbox and video js
Thanks for your help
Judith
1
vote
0answers
30 views
Return from fullscreen not working in iframe with “video” tag
i have this test page: http://fireflystudiosinc.co/test/test.html
The video is shown on a shadowbox iframe with "video" tag. When returning to normal view from fullscreen pressing the button, the ...
0
votes
0answers
19 views
Shadowbox openes but no image is showed
I made a shadowbox which opens correctly, but then doesn't show anything, so my screen just get's darker.. no image.. here is the html.code:
<div id="fotovlak">
<a rel="lightbox" ...
0
votes
1answer
33 views
Does shadowbox js have support for other video formats and devices?
I'm using Shadowbox for a video player on my website. I'm a bit of a novice at this as I've never supported videos for use across other devices so was wondering, which formats do I use for support ...
0
votes
0answers
42 views
load images into shadowbox cache and test if they are there
I'm using shadowbox to load some html pages with large images. I'd like to be able to put the images in the shadowbox cache so that they start loading immediately when the page shadowbox is ...
0
votes
0answers
20 views
Shadowbox: Autoresize when loading the content of a div via “inner”?
Is there a way to resize the viewport when loading the content of a div container into it?
Unfortunatelly the viewport sticks to the 300px, which are hard coded by the shadowbox.js.
Regards
...
0
votes
0answers
16 views
Problems with the “innerhtml” function of shadowbox
I have a pretty weird problem and no clue how to solve it. Maybe you guys can help me out here.
Using the innerhtml function of shadowbox I accomplished to load the content of a certain div container ...
0
votes
1answer
65 views
How do I make a div with html layout open in Shadowbox?
I'd like to open a div with html content in with shadow box.
Does anyone know if this is possible with the plugin as I can't see it anywhere on their site?
http://www.shadowbox-js.com/
Thanks for ...
0
votes
0answers
70 views
How can I use shadowbox.js to play html youtube embeds
Currently I am setting up my videos as links with the class of shadowbox and that displays a flash video in a modal when clicked. I would like to play html videos instead of flash and continue to use ...
-1
votes
2answers
70 views
How can I change the following PHP code so that it “polls” the site for an updated variable
I'm not sure if I labelled my title correctly, but I was told that the code below wouldn't work because the browser window never reloads upon submission of the form that updates content (it is inside ...
0
votes
1answer
29 views
When i click on shadowbox link it opens but is just black?
When i click a shadowbox link it opens but it's just black. Though when I use a page that doesn't exist the 404 error page does show up. The path to the page is correct
0
votes
3answers
72 views
CSS3 Shadowbox - on bottom only
I am attempting to place a shadow at the bottom of the .top_section of my code. However, I cannot make it work. I have two sections (a top and a bottom), the shadow needs to go bellow the .top_section
...
1
vote
0answers
44 views
Use jQuery autocomplete with an input text inside a shadowbox
It's possible to use the jQuery autocomplete with an input text inside a shadowbox? I have tried it but not working. Someone have an example?
1
vote
1answer
73 views
Javascript quotes in onclick code
I am trying to add an onclick code to some javascript for some shadowbox.
Here is the code:
Shadowbox.open({
content: 'my.php',
player: "iframe",
title: ...
0
votes
1answer
677 views
how to overlay a play button png over a thumbnail image that links to a shadowbox vimeo video
how to overlay a play button png over a thumbnail image that links to a shadowbox vimeo video
The shadow box works, thats not the issue. The issue implementing the transparent Play button over the ...
-1
votes
1answer
58 views
Website looks fine in chrome not in IE?
MY website looks exactly how I want it in chrome however there is a purple border around the logo at the top on all pages when it is opened on IE. How do I get rid of the border? Also when I open it ...
0
votes
0answers
147 views
How to open iframe shadowbox links outside the iframe?
I have a small iframe of 250x400 on the corner of the website. and the iframe links contains shadowbox, when i click on the link the shadowbox only open inside the iframe. i want it to be opened ...
0
votes
0answers
52 views
Pirobox/Shadowbox image scaling height
I'm trying to create a site with an overlay, and found Pirobox and Shadowbox to be the best ones since they support image scaling depending on the size of the browser to prevent scrolling.
It almost ...
0
votes
0answers
106 views
Shadowbox - open only once on page load
I am using shadowbox to pop up a video on my front page (Wordpress).
I was looking for a solution to pop up the video only once per session, problem is now that I am not good at JavaScript, but I need ...
0
votes
1answer
70 views
shadowbox.js not working, only opening properly half the time
I am using the shadowbox.js code to pop open product details on my site. It works great about half the time. When it's not functioning properly, it opens the link page in the same window. For example, ...
0
votes
0answers
33 views
Shadowbox image size different than default
Im wondering if there's any way to enlarge the image that shows up in the shadowbox when clicked. I explain: shadowbox seems to show a default dimension for the images, I want shadowbox to show a ...
0
votes
0answers
38 views
shadowbox movie procession
I have a thumbnail movie gallery created with jquery and css using shadowbox
http://toddheymandirector.com/REEL
the movie automatically plays but does not automaticaly proceed to the next movie ...
0
votes
0answers
65 views
Scripts not working in a view rendered inside a shadowbox
I have a view which is rendered in a shadowbox. The shadowbox is called via ajax as shown below.
Shadowbox.init({
skipSetup: true,
overlayColor: "#FFFFF3",
handleOversize: ...
-1
votes
1answer
62 views
No right click in Shadowbox (Joomla) [closed]
I have got a Joomla website with the plugin "Phoca Gallery". You can view your images with Shadowbox (javascript).
The user can klick on an image. After this, you can see the picture in full size ...
-1
votes
1answer
57 views
Not too sure what I am missing within this script? [closed]
I've been working on getting Shadowbox to work with this CSS/Jquery map and I am almost there, but for some reason I am not sure why I keep getting errors within my javascript.
I know I am missing ...
0
votes
1answer
97 views
Gallerific and lightbox modal
Hi I have a problem with shadow box not loading after galleriffic has changed image.
The same problem found here: Galleriffic with lightBox
have a look t my half working example here:
...
0
votes
1answer
225 views
ShadowBox Js - open videos in fullscreen directly
Is there a way to configure shadowBox to open up videos in fullscreen directly? I want this when you surf on the site with a mobile device instead of a popup.
0
votes
0answers
122 views
shadowbox is restricting fullscreen for jwplayer
i have a pretty standard, nothing fancy implementation of shadowbox and jwplayer inside it, however it will not go full screen upon clicking the icon. vimeo and youtube do this from within shadowbox, ...
0
votes
0answers
74 views
Play FLV files in Shadowbox
hi I am trying to play flv file on website load in shadowbox but it doesn't play, shadowbox opens but flv file is not playing, please could you help code below:
<script type="text/javascript">
...
0
votes
1answer
136 views
Display iframe youtube video in Shadowbox/Fancybox in wordprsss
I have been looking and looking for a solution but can not find one to opening
<iframe width="560" height="315" src="http://www.youtube.com/embed/A6XUVjK9W4o" frameborder="0" ...
0
votes
2answers
164 views
Infinity-Scroll [Wordpress, Origin Theme, Shadowbox Plugin]
I've never done Javascript,
On the website I've added rel="shadowbox" to the posts to pull up the lightbox of the post. The template has infinity-scroll built in and I've seen that you have to use a ...
0
votes
0answers
71 views
Problems with shadowbox in IE
I have a web page that plays several vídeos in a shadowbox: http://www.videospresentia.es
It works fine in Chrome, Safari and Firefox. But I have a problem in IE: The vídeo only plays if the mouse is ...
0
votes
1answer
146 views
Shadowbox 3.0.3 reload parent when shadowboxed window gets closed
i want to know if there is a way to reload the parent page when you close the shadowbox. Basically i have a page , which lists all my categories. I use shadowbox to call the edit.php? page to do all ...
0
votes
0answers
119 views
Trouble tracking downloaded files in Google Analytics with Shadowbox href tag
First Question. I am trying to track what files are being downloaded inside Shadowbox href tag. This simple task is giving me a problem. I have also looked around for solutions. Most likely I have ...
0
votes
0answers
58 views
Shadowbox - Is it possible to create a gallery in JS only?
I have used shadowbox many times in the past, but for this particular problem, I don't need to display ANY images on page load...therefore, no markup required. But without markup, how can I get ...
0
votes
3answers
146 views
Disable shadowbox default loading image
Is there any way where I can disable shadowbox default loading image. We need to show our company loading image only. Right now, it shows shadowbox loading image and then our loading image.
...
0
votes
0answers
117 views
Google map doesn't appear in Shadowbox using Firefox
I've placed a shadowbox on my page that opens a Google map. The shadowbox and map appear exactly as they should in Chrome, Safari, Opera, and IE, but not Firefox.
It's fairly basic coding:
<a ...
1
vote
1answer
65 views
Shadowbox inside a list
I have a problem using shadowbox inside a list. The image that im trying to use with shadowbox, is inside an li tag. I have tried to implement shadowbox on an , that is outside the list, and that is ...
0
votes
0answers
83 views
drupal 7 shadowbox title show null - null
When I'm using the shadowbox module for a view, the title of the image and URL are set to "null - null". I think it means that Drupal can't found the title to use. I've tried many things like:
...
0
votes
1answer
486 views
Shadowbox HTML content size
Im using Shadowbox (http://www.shadowbox-js.com) to do a modal popup with an external page inside, but i cant get the popup to match the size of the content, it just seems to fill out the screen (with ...
0
votes
0answers
84 views
Shadowbox and image-maps: opening HTML content from image map areas
I have an image map configured to use ShadowBox. My difficulty now is:
set the size of the windows (same size for all)
define content-to-be-displayed as HTML
I have set the size and content-type ...
0
votes
1answer
99 views
Shadowbox not opening on hover until clicked once
I am using Shadowbox to display image on hover, but for some reason it works only AFTER I clicked the link for the first time. I am using Chrome and FireFox, neither working right.
You can see here: ...
0
votes
0answers
37 views
How can I have a datepicker within shadowbox?
On click, I have:
Shadowbox.open({
player:'html',
content:$("#getMoreMessagesForm").html(),
height:600,
width:800,
options: {onOpen:initdatepicker}
});
function initdatepicker()
...
0
votes
2answers
68 views
Insert link dynamically to a Shadowbox image
I have a Wordpress Shadowbox which loads the image and the description. Description has some link in it, and I would like to place that link also on the image, so when user clicks the image it opens ...
0
votes
3answers
118 views
Calling Jquery within / inside a Shadowbox
I have a simple Shadowbox that is called by jquery:
$('#statsButton').click(function() {
thisContent = $('#userStats').html();
Shadowbox.open({
content: thisContent,
player: ...
0
votes
3answers
678 views
Jquery html window pop up
I am trying to code a html pop up from using lightbox so that the variables from the page i am from can be used in the html pop. have tried shadowbox but i believe it can only use iframe? or if it can ...
0
votes
1answer
128 views
Shadowbox + jScrollpane not working?
Trying to get jScrollpane to work with shadowbox. Not going that well.
Using the iframe option for Shadowbox, it show correct with animation an all, but
the scroll does not get applied. In my iframe I ...






