1

(1 replies, posted in Juicebox-Pro Support)

I'd like to know if there is a plugin to use juicebox within DarkTable similarly to what is possible with Lightroom.
Kind Reagrds,
Luigi

2

(7 replies, posted in Juicebox-Pro Support)

hi, thank you for your advice.

I've found the problem.

The statcounter code was setting with "sc_invisible=1"; in order to make visible it ther right setting is "sc_invisible=0"


thank you anyway.

3

(7 replies, posted in Juicebox-Pro Support)

hello,
I've created a gallery with lightroom plugin of juice box and now I vould like to insert the code provided from Statcounter.
I've put the code inside the <body> tag of the index.html page created by the plug in, bu unfortunately it seem that doesnt works.
Is there a suggestion where to put the code?

this is an example of index.html

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>juice box prova</title>
        <meta charset="utf-8" />
        <meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
        <meta name="description" content="" />
                <!--START OPEN GRAPH TAGS-->
        <meta property="og:description" content="" />
        <meta property="og:image" content="/images/logo-juicebox.jpg" />
        <meta property="og:title" content="juice box prova" />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="/" />
        <!--END OPEN GRAPH TAGS-->
                <style type="text/css">
            body {
                margin: 0px;
                            }
        </style>
<!-- Font Google -->

<link href='http://fonts.googleapis.com/css?family=Flamenco:300' rel='stylesheet' type='text/css'>
        
<link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>    



</head>
    <body>
        <!--START JUICEBOX EMBED-->
        <script src="jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                backgroundColor: "rgba(34,34,34,1)",
                containerId: "juicebox-container",
                galleryHeight: "100%",
                galleryWidth: "100%",
                galleryFontFace: 'Roboto'
            });
        </script>
        <div id="juicebox-container">
                            <noscript>
                    <h1>juice box prova</h1>
                                            <p><img src="images/logo-juicebox.jpg" title="" alt="" /><br /></p>
                                    </noscript>
                    </div>
        <!--END JUICEBOX EMBED-->
    </body>
</html>

and this is the code provided by statcounter

<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9221299; 
var sc_invisible=1; 
var sc_security="6205fa84"; 
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="click tracking"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/9221299/0/6205fa84/1/"
alt="click tracking"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->

thank you in advance
Luigi

4

(1 replies, posted in Juicebox-Pro Support)

I'm newbie in juicebox and I 'm using it as plugin in lightroom.

I've would like to know if there is a way to use Google Font in my galleries.

Choosing a font from this site
http://www.google.com/fonts
Google provide an html code (or java script) to insert in my site.
I would like to know if it is possible to customize the plugin only one time for all my galleries or if I've to modify my galleries code every time, after generated the galleries code.

I hope to have explained my problem in a clear way.
Kind regards
Luigi