Questions tagged [slimbox]

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

58 questions
0
votes
3 answers

handler: 'html', size: {x: 265, y: 650} to 100%

I need help with. I need to get y: 650 to 100% but it wont allow me to enter something like 100% is there any other way to this please. request.onreadystatechange = function () { if (request.readyState == 4 && request.status == 200)…
Sence22
  • 13
  • 1
0
votes
3 answers

Geting a file name without the ".jpg" part

Ok I am using slimbox2 and want the user to be able to save a Hi-Res version of the image. Adding this to the .js file allows the EXACT same image to be saved with a link in the title: // AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED) …
sraifk
  • 33
  • 1
  • 7
0
votes
1 answer

How to Resize (to bigger) an image using slimbox2

I would like to resize an image using image gallery with slimbox2. My original images are 400 px of width but i would like to show them with 600 px of width at least. I already tried to explore the css files or the js files but until now i haven't…
0
votes
1 answer

Slimbox - hover not working, close button not produced

I have some small issues with the Slimbox 2 plugin (http://www.digitalia.be/software/slimbox2) for WordPress. You can see that the left and right links are produced inside the live edtiro, however the hover is not working so they never show up. The…
Jamie000012
  • 247
  • 1
  • 6
  • 20
0
votes
2 answers

Know the image user is viewing in slimbox2.js

I have an image gallery which uses slimbox2.js I want to know which image the user is viewing at a given time. How do I get the currently viewing image? (Note user need not click on every single image to view, once he clicks a single image and the…
LalakaJ
  • 531
  • 7
  • 16
0
votes
1 answer

button for run slimbox

is there option to start Lightbox from custom button something like: START
img
JS: $('.bttn').click(function(){ $.slimbox($('div a'), 2); //2 slimbox startimage; });
Moriarty
  • 69
  • 1
  • 2
  • 6
0
votes
2 answers

Jquery toggle function breaks on pages that include mootools or slimbox script

My friend is asked me to look over her site where there is an error on pages that use slimbox-- an unrelated Jquery toggle function breaks— here's the code: $(function() { $(".cat_nav dd").hide(); $(".cat_nav dt").click(function() { …
John Stephens
  • 781
  • 2
  • 12
  • 19
0
votes
2 answers

How to reinitialize slimbox2 (lightbox plugin) after ajax call?

We use some ajax to update a photo on a page. But afterwards, the slimbox lightbox no longer works. Previously, it does. I tried doing: window.opener.slimbox2(); But it immediately opens the lightbox (as in the screen darkens and a white box…
catandmouse
  • 11,309
  • 23
  • 92
  • 150
0
votes
2 answers

Slimbox centering on whole page, not the window

I was trying to integrate Slimbox into my web page, but couldn't get it to work properly. For some reason, the popup is centered on the whole page, not just its visible part. Here's an example of the situation: here. I tested it in Firefox and…
ondra.cifka
  • 755
  • 1
  • 9
  • 17
0
votes
1 answer

Modal Lightbox - Images Repeat

http://gisave.com/index.php/gisave-purchase This happens in other parts of my site, but check here, go into a category and click on a product image. For some reason the images repeat four or more times, cascading vertically. Checking the code it…
0
votes
1 answer

Gallery images not displaying in Internet Explorer 9

I have a problem which I do not know how to solve. I have a gallery using slimbox on my website. It works great in Firefox and other browsers (on both Windows and Mac), but the images are not visible, and are no longer links, when viewed in Internet…
Zoran
  • 1,321
  • 4
  • 22
  • 41
0
votes
1 answer

Slimbox integration with Virtuemart 2, Joomla 2.5

I am trying to replace the default lightbox 'modal' to 'slimbox', because 'modal' doesn't have the navigation arrows. Demo of slimbox with navigations Demo of modal without navigations I am using these paths to modify the calling of…
rzrz
  • 1
  • 2
-2
votes
4 answers

Using different version of jQuery

I have this in the And this for some fadein/fadeout of text taken from my question