Please can you advise on best solution. The below website is the first I have designed with mobile support. I have always embeded juicebox galleries with no problem but if you view the below link on a mobile and select view gallery the menu drop down bar positions itself in middle of screen.


http://www.midlandenglishsettersociety. … p2014.html

27

(3 replies, posted in Juicebox-Lite Support)

Steven,

Your solution worked fine on Arunset, however have same problem on www.thendara.co.uk and removing the text indent in the body has had no effect.

body {
    z-index: -100;
    font: 12px Arial, Helvetica, sans-serif;
    background-repeat: repeat;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #454545;
    background-color: #000d1a;
}

I have just discovered that when using Chrome I get no forward/backward buttons ok when using IE or IPAD

www.arunset.com


InstanceBeginEditable name="MainContent" -->
    <!--START JUICEBOX EMBED-->
<script src="/Flynn 2014 Gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
galleryWidth: "100%",
galleryHeight: "80%",
baseUrl : '/Flynn 2014 Gallery/'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
     <!-- InstanceEndEditable --> </div>

I have another site with www.northernenglishsettersociety.co.uk/ and I do not have same problem

<!--START JUICEBOX EMBED-->
<script src="/Juiceopen/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
galleryWidth: "100%",
galleryHeight: "80%",
baseUrl : '/Juiceopen/'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Thanks Steve it was my Anti Virus giving problem, however the new version only lets you load one existing gallery without having to reload program to access another.

Upgrade frpm ver 1.3.3 failed with installer file is damaged message

31

(1 replies, posted in Juicebox-Lite Support)

I have my own website and currently evaluating Juicebox Lite. Also do a Dog Breed Club Site with it's own Domain is there anyway I can test Juicebox Lite on the Dog Breed Club Site before I recommend we purchase a Multi Domain Version of Juicebox Pro?

Thanks Steve, just need to get my head around size of gallery with my webpage and photo sizing.

Although my test gallery works fine on PC ipod reports ipod Juicebox Error:Config XML file not found

<script src="http://www.arunset.com/gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
baseUrl : 'http://www.arunset.com/gallery/'
});
</script>
<div id="juicebox-container"></div>