1

(7 replies, posted in Juicebox-Pro Support)

I've answered to your email, and now, it's OK ! :-))

2

(7 replies, posted in Juicebox-Pro Support)

I've put the URL given by "I want this" in the address bar (https://gumroad.com/confirm-redirect), but the result is "page not found"...

3

(7 replies, posted in Juicebox-Pro Support)

right click doesn't work (no URL copy available), so I've noted it from the bottom line (in fact, the same URL than the current page, except the end). With this,  I've tried several browsers (Internet Explorer, Firefox and Chrome) and 2 computers, but the only result is "page not found"...

4

(7 replies, posted in Juicebox-Pro Support)

Hello,

I've received an email (in french) to update the JB Pro software. I've clicked on the button "download" and then, I've had a new page on which is written "you have already consulted this product several times ; once you enter the email address, you can access it again" and there is a button "I want this" ; but if I click on it, nothing is happening ; so, how to do ?

All is said in the title...I don't know how to do this.

Thank you ; that's solved.

My problem is given by the title. I've well specified in images/Captions "Use None", so I don't understand. This problem can be seen here : http://vercorshandisport.org/html5/pana … athlon.php (except for the 2 first images which were produced before the others). Could someone help me ?

still the same problem ! One URL where one can see it is http://vercorshandisport.org/html5/fb/f … lanche.php
My code is

<div class="menu_devant" id="juicebox-container">

and

 .menu_devant {
 position:absolute;
 z-index:9999;
 }

What could I do ?

Hello, I have a page which contains a JB gallery and a menu ; when one moves over the menu, the submenus should appear in front of the gallery, but no. To see them, I've put these CSS properties :
menu (html div) : position : relative and z-index : 1
JB gallery (div also) : position : absolute and z-index : 9999
but no ; so how to do ?

I've forgotten to answer ; now, it's OK ; I believe that the pb was the too tiny max caption height....So this subject can be solved.

Hello, I wish to add a commentar to an image ; to do that, I've used the option "caption" and in order that this is visible, I've put the options: caption/caption position : below image, max caption height : 5 (not 0) and as images/captions, as I don't know what to put, I've chosen "use IPTC caption", but nothing is visible...So how to do ?

Hello, I would like to change the order of gallery's photos, but I don't how to do it...I don't know anymore how it is chosen at the design of the gallery.

Other point concerning the forum : can one solve self a discussion ?

13

(2 replies, posted in Juicebox-Pro Support)

Thank you for your clear answer.

14

(2 replies, posted in Juicebox-Pro Support)

Hello, I've already seen a slideshow done with JB, but I don't know how to do it ; can one say it to me ?

I don't know if it can help but the URL http://119.9.79.197/slideshows/test-sli … config.xml doesn't display an XML file...

16

(5 replies, posted in Juicebox-Pro Support)

to help you, I'm going to describe the way I embed the JB code into my website :

1) to produce a page which includes a JB gallery, I'm using an html5 Template page :

<!DOCTYPE html>
<html lang="fr">
<head>
<title>titre du site</title>
<link href="style.css" rel="stylesheet"/>
<meta charset="UTF-8"/>
<!--[if lt IE9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js></script>
<![endif]-->
</head>
<body>

<section>
<article>
texte 1
</article>
</section>

</body>
</html>

(as I'm french, the text is french !)

2) I generate the code with JB ; it makes an " index.html" file ;

3) I edit it with Notepad++ ; I copy the part between the commentars "<!--START JUICEBOX EMBED-->"and "<!--END JUICEBOX EMBED-->" ;

4) I past it in my html5 code where I replace the line "texte 1" ;

5) I put a significant title instead of "titre du site" ;

6) I save it ;

7) that's all...

17

(3 replies, posted in Juicebox-Pro Support)

Maybe is it just linked to your PC, because I hear the music on your site ! Have you tried with another PC ?

I haven't modified anything but this morning, it works. I don't know what has happened but you can solve this discussion...

I don't know what I have modified (probably CSS), but now, on the first page, there is only one image with a link "view gallery", and if one clicks on it, one arrives on a second page with the gallery and the thumbs, but no menu (example : http://vercorshandisport.org/html5/stage2014/stage.php) and I preferred the old behaviour : only one page with the gallery and the thumbs : how to get it back ?

Juicebox comes with its own bundled version of jQuery

OK...

The second proposal of Steven seems interesting, but as it uses the JQuery library, I think one has to embed it :

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>

(to include in the head part of your file)(To put such a link avoids to embed the library itself on the server)

22

(2 replies, posted in Juicebox-Pro Support)

I've discovered recently Juicebox ; I've first used the free version and as I was very satisfied, I've bought the Pro version. I'm sure that Steven will provide you an answer which interests me ; but why Ajax and not PHP (which is generally used to do requests to a SQL database) ?

Please, could you give the URL of your gallery, or if it isn't published, give its code + the code given by FB for the "like" button and so, I suppose that I will be able to give you a code which combines well both.

A remark about an observed thing : if one puts a background URL on one image, in fact it's common for every images (as "customize" is common for each image)

I answer under control of Steven ! I've done a trial which was concluant (only in a local mode but I can see the result with Firefox (not the other browsers)).
If your background image is in the same folder than images of the gallery, the URL to put as background URL is : http://your_domain/folder_of_gallery/images/image.jpg