Questions tagged [slimbox]

Slimbox is a lightweight "light-box overlay" script similar to Lightbox.

58 questions
0
votes
1 answer

Positioning in Slimbox

Slimbox is working perfectly for me with one exception... my slideshows often open way to low. The positioning is effected by any scrolling already done on the page. Every time the page is scrolled a bit, the slideshow opens lower than it had…
JAC
  • 1,061
  • 1
  • 10
  • 15
0
votes
1 answer

Problem with hover over images in slimbox.js

I am developing a site in Joomla and have used an extension called ‘image browser’ to display a gallery. The image browser extension is made from slimbox.js. I have inserted PayPal buttons into the caption so they display when you click the image,…
0
votes
1 answer

How do I make this Slimbox 2 script work?

I need help on how to make this slimbox 2 script work with this page? And know its something with the div and all but i cant figure it out. Please help!! Here the page: Gasbrassan And hers the slimbox code: enter code here
0
votes
1 answer

livequery not working with groups

I am using some nice plugins from jQuery for using AJAX based sites. Now I came to the problem that I would like to use livequery for specifying my slimbox. The problem is, that it doesn't get my groups as stated in the linkFiler…
Marnix
  • 6,384
  • 4
  • 43
  • 78
0
votes
3 answers

How do I get slimbox 2 to auto-resize to fit the screen?

According to the Slimbox2 documentation this function isn't supported. But I was wondering if anyone had encountered any tricks to make this work. The main concern I have is that some of my images are fairly lengthy, and at low resolution LightBox2…
WednesdayWolf
  • 97
  • 2
  • 10
0
votes
1 answer

Uncaught TypeError: $(...). is not a function... flagged after upgrade to PHP7.0

I upgraded my test server environment from PHP 5.x to 7.0. This has resulted in quite a few changes to the base code (mysql --> mysqli, etc), but this error has me running in circles. I am using the stock slimbox2 lightbox jQuery alternative. …
Mark
  • 81
  • 8
0
votes
2 answers

Is there a way to create a fullscreen gallery on iPhone through Safari?

I've been creating CSS/Javascript to style an upcoming site differently on iPhone - mostly to enhance usability. On the desktop app, I use slimbox in combination with mootools for an image gallery. This doesn't work on iPhone because it won't show…
different
  • 2,343
  • 3
  • 24
  • 30
0
votes
0 answers

slimbox with fasthover slideshow

I'm trying to put together slimbox and fasthover slideshow. Here's my Html code:
image01
Neko
  • 65
  • 11
0
votes
1 answer

How can I show popup with slimbox on page load only for the first visit?

So far my idea was to implement a function popup("url") checking for an existing cookie which is triggered by loading the body of the page (onLoad - not a nice solution I know). I used the exact code from here to implement cookie functionality which…
chrstoph
  • 1
  • 1
0
votes
1 answer

jQuery Slimbox is not requesting files correctly

I am using jQuery slimbox with it's API. Here is my JavaScript that gets image paths via JSON, and then launches the slimbox via it's API. $('#main-container').append('Check our Adverts'); var advertImages =…
alex
  • 479,566
  • 201
  • 878
  • 984
0
votes
1 answer

Does SlimBox2 support PNG?

I tried to open a PNG file in Firefox using Slimbox2: image #1 It didn't work, it just opened the picture. then I cahnged PNG to Jpg and it worked. Does SlimBox2 support…
alexchenco
  • 53,565
  • 76
  • 241
  • 413
0
votes
0 answers

Add an array value in a loop?

The slimbox should load multiple images in a row, but I don't know how to set up the for - loop. The example of Slimbox2 tell me it should look like this: jQuery.slimbox([["data/images/1.jpg"], ["data/images/2.jpg"], ["data/images/3.jpg"]], 0,…
Doppelherz
  • 37
  • 6
0
votes
1 answer

Creating container resize function in jQuery Infinite Carousel

I'm creating a custom implementation of jquery Infinite Carousel on a wordpress site, http://cambridgeuplighting.com/scale-test. I want to give my client the option to add photos of any resolution and have the container element resize to fit it. …
HandiworkNYC.com
  • 10,914
  • 25
  • 92
  • 154
0
votes
2 answers

Slimbox2 not loading with jQuery 1.9.1

I tried applying the fix detailed in another question (Slimbox V2 error when upgrading to jQuery 1.9.1), and updated the slimbox2.js. My site is still simply loading the images without applying the lightbox. Am I doing something wrong or not seeing…
0
votes
1 answer

Adapt slimbox title replace code to work with image map slimbox

Ok so I am utilizing a slimbox with an image map by including this on my main page html: and this is working fine, it now loads the…
sraifk
  • 33
  • 1
  • 7