Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs.
0
votes
1answer
30 views
passing values into a lightbox
I need help passing values into a lightbox to displays shopping cart information.
Currently i have a simple setup just displaying a static sentence.
Javascript Code:
function ...
0
votes
0answers
21 views
displaying shopping cart info within a lightbox
I'm trying to create my own shopping cart and have something very simple set up so far. I have a product page which displays 2 products, a link next to each one saying "add to cart" and a "view cart" ...
0
votes
0answers
8 views
How to enable lightbox effect for NextGen Gallery slideshow?
I am using NextGen Gallery plugin for Wordpress. I have created a slideshow and I want to add lightbox effect there. Right now when I click on current image then slideshow moves to next image. I want ...
0
votes
0answers
20 views
Default image when target is missing?
My html has many automatic links to a PNG repository. When images don't exist (that happens sometimes) I would like lightbox to show a default image saying something like "Non available", instead of ...
0
votes
1answer
38 views
Lightbox Close Button
I recently made a Lightbox. Here's the code:
<style>
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
...
1
vote
0answers
16 views
How can I test a lightbox-driven UI in an automated fashion?
I am a tester and I use crossbrowsertesting.com (not a plug; just the site I signed up for) and the developers building the web app (on a Drupal platform) used lightbox to access some features. So, ...
1
vote
1answer
18 views
Lightbox is Broken
I've been using Lightbox for a bit on my site. Up until recently, it was working fine. However, now when I click on an image, no image pops up. The background still dims as if an image was going to ...
0
votes
1answer
30 views
Autoplay (slideshow) a lightbox gallery in magnific lightbox?
I've been looking for a responsive lightbox that will autoplay a gallery starting at a specified point in the gallery. Magnific Popup looks pretty solid. Anyone have a way for it to act as a lightbox ...
0
votes
3answers
27 views
Trying to add custom HTML to a lightbox
I'm trying to implement a lightbox in my website. I followed this tutorial, and it works fine. However, I want the lightbox to contain HTML code (such as tags). The way that the tutorial showed ...
0
votes
0answers
25 views
Facebook comments inside lightbox plugin (facebox) show up only once
So I'm working in a project that involves opening a lightbox whenever I click in some specific items. this lightbox renders, using ajax, some php file with a GET parameter (an id) identifying a unique ...
0
votes
0answers
8 views
Trouble Implementing Touch Events in Lightbox Plugin
I'm having some troubles implementing touch events in a lightbox plugin I've been writing. (I'm doing this because I'm relatively new to Javascript, I want to build my own versions of common front-end ...
0
votes
0answers
18 views
Paypal preapproval payment using embeded Light box
I am working in embedded adaptive preapproval payment now the issue I am facing is how to implement preapproval payment using light box.
I have implemented pay action by setting paykey using light ...
0
votes
1answer
37 views
How to make a lightbox for each individual row in Datatables jQuery
I am having a bit of trouble, and I'm still figuring out some old problems on a couple of last questions I have had. So if this seems like a duplicate it is not. I am using Datatables jQuery ...
0
votes
0answers
33 views
Jquery conflict with Lightbox
I have a responsive website which is using many Jqueries. I am using Jquery Lightbox for image viewing. The website being responsive has a simple navigation menu at moderate to max width but when the ...
0
votes
0answers
18 views
wordpress Trigger Lightbox with button outside if statement advanced custom fields
Hi I am trying to have a button that triggers a lightbox with a repeater field. It is currently working but the images are starting from the last image instead of the first.
any ideas?
<?php ...
-2
votes
0answers
15 views
Jquerytools - call overlay from an open overlay [closed]
I have an overlay with a button and I want to call another overlay when i click on it.
That works perfectly but the mask(white with 0.9 opacity) disappears when i click it.
0
votes
1answer
21 views
Gallery lightbox plugin issue
I'm developing a website template and just spotted an issue with the gallery lightbox plugin. http://creativusmouse.com/Proteus/html_preview22/portfolio_2_col.html
When the gallery has more than 1 ...
0
votes
0answers
21 views
prettyphoto get id of the image
I am using prettyPhoto and it works nicely for me in all but one scenario.
I need to add an extra button to the overlay that is to get the ID of the image being shown and then do an ajax call to do ...
-1
votes
1answer
19 views
jquery lightbox expand across the browser window when clicked
I want a button appear on an image.
When clicked on the button the image should expand across the whole browser window.
I think it does make sense.
Thanks.
0
votes
0answers
45 views
Opening Lightbox from Thumbnail in Google Maps InfoBox
Goal:
I am trying to have a Lightbox/Slimbox/Fancybox effect for images within an InfoBox on top of a Google Map.
Similar or same effect as this sites:
...
0
votes
2answers
38 views
Loading Jquery on lightbox page
I want to load a javascript code once a lightbox is loaded.
Please explain the event that should be used.
<script>
$j(function() {
alert("hello");
});
</script>
<a ...
-1
votes
0answers
90 views
Looking For jQuery Photo Gallery Just Like Facebook
I am trying to create a lightbox-style photo gallery on my website with an image on the left, comments on the right, a caption and social sharing buttons below the image on the left. I have been ...
0
votes
1answer
28 views
Wordpress - Pop Up Page
Is there a easy way that I can set a plugin or rel tag to pop up another Wordpress local page within a lightbox situation. I have googled but they are for posts etc.
0
votes
0answers
39 views
PrettyPhoto for videos keeps playing sound in IE9 when lightbox closed
I am using prettyPhoto 3.1.5 and jquery-1.8.3.min (have also tried jquery-1.6.1.min).
I am using PrettyPhoto on videos (youtube). In IE9 when the lightbox is closed, the audio continues to play.
I ...
0
votes
0answers
30 views
Hide div in lightbox after cookie is set using localstorage?
first time posting so sorry if I'm just completely out of line here. I've been searching for a way to hide my div after the cookie is set. I'm not a programmer so I've tucked the div which is loading ...
1
vote
0answers
41 views
Floatbox (lightbox) Gallery Order and Isotope
Although this question is specific to Floatbox (http://floatboxjs.com/demo), this issue would be generic to most image gallery light-boxes.
I need Floatbox to be able to show my image galleries per ...
0
votes
1answer
37 views
bootstrap lightbox does not appear when in class “visible-tablet” and “visible-phone”
I am using this original bootstrap lightbox: http://jbutz.github.io/bootstrap-lightbox/
I strip it down and the image link into div class "visible-tablet" and "visible-phone". When in this class, the ...
2
votes
1answer
40 views
Jquery lightbox click :not
I'm trying to get a :not click event with jquery.
Essentially I'm trying to build a lightbox. Works fine, but I would like it to close ONLY if the black space is clicked. If the image is clicked ...
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
0answers
15 views
orangebox 3.0 save button not firing
HI I am using Orangebox , i want to click save button to save the content in db but btnsave button click event is not firing and secong thing i want to close lightbox when clicking btnClose
heres ...
0
votes
0answers
27 views
Typo3 automatic create gallery
I'd like to have a gallery just with one set of pictures in one size. This pictures would rendered in a specific size on the page and if I click on an image, a lightbox gallery with the picture in ...
1
vote
0answers
75 views
Lightbox jQuery Conflict Navigation Issue Responsive Theme
A novice here!
I am using Lightbox on my website for images. Also, I am using a responsive theme so the navigation bar in the header turns into a dropdown list if the width of the screen reduces ...
0
votes
1answer
30 views
Hang on Page Load: Too much Javascript?
I've finally fixed some of my Javascript issues, and managed to use only one library now (it was crazy before).
There's a little bit of a hang in the page load, so I was going to see if you guys ...
0
votes
1answer
28 views
Deciding between form confirmation methods
So I originally wanted to create a form that generated a lightbox ON successful submission of the form data saying thanks for submitting the form but I read that just taking the user to a thank you ...
0
votes
1answer
107 views
Stop and play Iframe video when lightbox closes
I'm making a lightbox that is supposed to show a youtube video.
The first problem that I encountered, was that my youtube video would still play when I closed the lightbox.
I then added: ...
0
votes
1answer
121 views
prettyPhoto in bootstrap not loading lightbox
I am trying to make a simple lightbox gallery, using prettyPhoto and bootstrap. For some reason, when I click on the image thumbnail it just opens it in a blank image page rather than with the js.
...
0
votes
3answers
59 views
How to call Lightbox rather than JS “alert”?
I have a script that checks whether a specific font is installed or not in computer (Code at JS Fiddle). If specified font is installed or not, in both conditions, js script calls the alert() ...
0
votes
0answers
28 views
Custom Calendar not displaying in fancybox or lightbox
There is an issue related to lightbox or fancybox in an under development site.
Please Visit this Link
and Click on any CONTACT HOST link in results.
A dialogue (popup) will show, than click in ...
-2
votes
1answer
26 views
Lightbox 2 - Help in getting this to work [closed]
http://lokeshdhakar.com/projects/lightbox2/
I have no clue how to make this UI work and I've spent hours messing with it. I cannot code but can do css/html. So, if I make a blank webpage, I would ...
0
votes
0answers
50 views
JQuery form and Lightbox on same page
I have the following scripts on my page to post a form with jQuery and also to run a Lightbox for images (The images are using a standard link to call the lightbox code )
If i have the call for the ...
0
votes
0answers
39 views
Lightbox on mouse over and mouse leave
been scouring over the internet for hours now over this. Basically I have the lightbox plugin working on my site but i need it to work on mouse over. I managed this by going into lightbox.js and ...
0
votes
1answer
302 views
Why is the lightbox jQuery plugin not working for me?
Going by the instructions both here: http://lokeshdhakar.com/projects/lightbox2/ and in the book "Murach's JavaScript and jQuery" (on pages 320 and 321), I'm trying to add lightbox functionality to my ...
0
votes
0answers
38 views
How to add custom cursors (.cur) to Colorbox lightbox
I'm using a WP plugin called Justified Image Grid (JIG) http://goo.gl/oHZyn which has Colorbox built in as one of the lightbox options.
I want to replace the cursor on image hover and overlay hover ...
0
votes
1answer
50 views
Google Analytics tracking within Lightbox image gallery
I found some topics which might have been related to my issue, but I wasn't 100% sure.
I want to setup Events tracking (Google Analytics) so that I know which photos from a Lightbox image gallery ...
0
votes
1answer
54 views
Create lightbox on Kirby CMS for blog post
I have a blog settled up on Kirby CMS. I have images attached on blog posts, the style for img contains max-width: 100%, every image has a URL to itself... I'd like to open these links as a lightbox ...
0
votes
1answer
54 views
Add description to lightbox image
I'm using this lightbox plugin: http://s.codepen.io/schadeck/pen/gjbqr
I would like to know if there is any way to add a simple description attribute in my current code.
What I want to achieve is a ...
0
votes
1answer
111 views
Responsive Lightbox gallery is not centered on the screen
I am trying to implement flare on my website (building it).
It seems that the implementation code is fine as the galleries loads, but the problem is that they are not centred on the screen.
I ...
0
votes
0answers
39 views
Lightbox - Fire slideshow on click
I'm currenty trying to accomplish following:
For instance, I have a link called "start slideshow" on my site.
Below that, I have several pictures embedded in <a>-Tags, which are currently ...
0
votes
3answers
92 views
Lightbox not working after new images load
Initialize lightbox:
<script type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/slimbox2.js"></script>
I have static images on page:
<a class="itogdetimg" href="" ...
0
votes
1answer
30 views
Lightbox alignment issue
on button click i m opening lightbox. I am displaying content on it. Lightbox working fine. In High Resolution alignment of the lightbox is center to the screen. If i see the same in normal resolution ...




