Thank you very much,

regards

Hello,

in Joicebox-Little, is it possible to hide the text that shows, in every image, the title or name of the file (for example, “name.jpg”) and the number of sequence?

Thank you very much

Hi,

Many thanks for the explanations and the time of work. They have been of great usefulness for me. Congratulations for the potential of Juicebox.

Faithfully,

Fran.

Hello,
perfect, many graces for your help, now I can see the gallery of images very well.

Now I am trying to create a Resizable Gallery with Side Menu, but it does not operate correctly. I upload in Dropbox two galleries in the folder Public/example: gallery1 and gallery2 (each one works correctly in an individual way, http://dl.dropbox.com/u/103029741/examp … opBox_.jpg). The problem is in creating this Side Menu. I have modified the code in the file index.html of the folder gallery1, adding in <body> the text in bold:

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>gallery1</title>
        <meta charset="utf-8" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="description" content="This is a Juicebox Gallery. Get yours at www.juicebox.net" />
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
    </head>
    <body>
        <!--START JUICEBOX EMBED-->
        <script src="jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                containerId : 'juicebox-container',
                galleryWidth: '100%',
                galleryHeight: '100%',
                backgroundColor: '#222222'
            });

        </script>
        <div id="juicebox-container"></div>
        <!--END JUICEBOX EMBED-->

   
    <div id="header">
        <a href = "http://dl.dropbox.com/u/103029741/examp … index.html">Gallery 1</a><br />
        <a href = "http://dl.dropbox.com/u/103029741/examp … index.html">Gallery 2</a>
    </div>

    </body>
</html>


Finally, I insert an iframe in a Gadget of Blogger.com's page with the following code:
<iframe src="http://dl.dropbox.com/u/103029741/example/gallery1/index.html" width="800" height="600" frameborder="0" scrolling="no"></iframe>.

But the result is incorrect. Please, might you help me?
Thank you very much, Fran.

Hello, congratulation by the forum and by the marvellous program JuiceBox.

I am trying to publish a gallery of photos in Blogger.com using JuiceBox, but I am doing something badly (pardon for my English, I am Spanish). I have read the posts of the forum, the instructions (http: // www.juicebox.net/support/)..., but I cannot visualize the gallery. I will try to explain the steps that followed:

1.- I have created the gallery "jb-galleries" using the JuiceboxBuilder Lite v1.1.1.
If i open index.html in my local PC, yes that I see the gallery correctly.

2.- I change the file index.html with the code of my gallery:

<!--START JUICEBOX EMBED-->
<script src="jb-galleries/jbcore/juicebox.js"></script><br />
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
baseUrl: 'jb-galleries/'
});
</script></p>
<div id="juicebox-container"></div>
<p><!--END JUICEBOX EMBED-->


3.- I modify the routes url of the images and thumbs, in the file config.xml:

<image imageURL="https://www.dropbox.com/s/md7ywgedtmbveag/adriana_lima_29_.jpg"
    thumbURL="https://www.dropbox.com/s/3sd3hppiylfgsoz/adriana_lima_29_.jpg"
     
linkURL="https://www.dropbox.com/s/3sd3hppiylfgsoz/adriana_lima_29_.jpg"
    linkTarget="_blank">
    <title><![CDATA[adriana_lima_29_]]></title>
   
<caption><![CDATA[]]></caption>
  </image>
……. 

4.- I Upload in Dropbox.com the whole content of the gallery jb-galleries (https://www.dropbox.com/sh/5muuwaryisjv369/dV3ix0pGZk, http://dl.dropbox.com/u/103029741/Files_in_DropBox.jpg) with the changes realized previously.


5.- Finally, I insert an iframe in a Gadget of Blogger.com's page with the following code:
<iframe src="http://dl.dropbox.com/u/103029741/jb-galleries/index.html" width="800" height="600" frameborder="0" scrolling="no"></iframe>

On having loaded the page of the blog, I cannot see the gallery. I know that I have some mistake, but I do not find it. Can you help me?

Thank you very much, Fran.