Hi Steven..my fault..the folder permissions on the folder on the web server were set to read only and I think the Juicebox needs to execute a script..all working now.
Thanks Again
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by dfphotography
Pages 1
Hi Steven..my fault..the folder permissions on the folder on the web server were set to read only and I think the Juicebox needs to execute a script..all working now.
Thanks Again
This is starting to feel like a waste of money now, as this is an important part of my website and if I can;t get galleries to work then no point..hope you can help as its getting frustrating
Hi again..
I have just added another page and pasted this code into the wordpress page and still not working
<!--START JUICEBOX EMBED-->
<script type="text/javascript" src="/~davidfreemanphotography.co.uk/Galleries/Portfolio/WeddingsPortfolio/jbcore/juicebox.js"></script>
<script type="text/javascript">
new juicebox({
containerId : "juicebox-container",
galleryWidth: "700",
galleryHeight: "750",
backgroundColor: "rgba(0,0,0,1)",
baseUrl: '/~davidfreemanphotography.co.uk/Galleries/Portfolio/WeddingsPortfolio/'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
I have amended the script as follows : and still not working..this is the url to the wordpress page
http://94.136.40.103/~davidfreemanphoto … test-blog/
<!--START JUICEBOX EMBED-->
<script type="text/javascript" src="/public_html/Galleries/Alfie/jbcore/juicebox.js"></script>
<script type="text/javascript">
new juicebox({
containerId : "juicebox-container",
galleryWidth: "700",
galleryHeight: "750",
backgroundColor: "rgba(0,0,0,1)",
baseUrl: '/public_html/Galleries/Alfie/'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
When inserting this code into a HTML page , nothing come up no gallery..Do I need to do anything else, My site is registered on a Wordpress site and is using a CSS Stylesheet, do I need to add anything to the stylesheet ?
This is the URL :
http://94.136.40.103/~davidfreemanphoto … test-blog/
Thanks
<!--START JUICEBOX EMBED-->
<script src="wp-content/Alfie/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'wp-content/Alfie',
containerId : 'juicebox-container',
galleryWidth : '800',
galleryHeight : '600',
backgroundColor: '#222222'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Pages 1
Juicebox Support Forum → Posts by dfphotography
Powered by PunBB, supported by Informer Technologies, Inc.