So the juicebox code is not only on the interiors.html page, but it is also on the gallery3 index.html page.
Does the new code go in BOTH locations?
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by chrisk
Pages 1
So the juicebox code is not only on the interiors.html page, but it is also on the gallery3 index.html page.
Does the new code go in BOTH locations?
Steven- the folder for gallery3 has it's own index.html file and this is the code that is currently there:
<!--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-->
I am going to replace that with the new code you gave me, but my question is "why is the juicebox-container div underneath the actual code and not "holding" the juicebox script and code? Could this be part of the problem?
Steve- they have send me screen shots (which I don't know how to attach here) using Safari and other browsers where the error message is shown. The client is becoming upset. Any help would be appreciated
After spending a week on this forum trying to resolve a "JuiceBox Error Config XML File not found" on my three galleries, all seemed to be working fine. I published the site, checked it out on several browsers...life was good.
Now client is getting the error message for the XML config file. The site is: www.finecustombuilding.com
Any help would be appreciated.
Steve-I galleries I created look fine on my computer and on my client's computer, but others who work in his office say the gallery is not displaying on their computers, saying "config XML file not found".
I checked this in both Firefox and IE and both were fine. What could be causing this issue?
Thanks for hanging in there with me Steve- I actually deleted ALL the folders on the server (and locally), rebuilt the 3 galleries, uploaded them to the server fresh, made sure everything was named properly and IT WORKED!!!! All three worked!!!
I will now purchase the PRO as I am convinced this is a good product with good support.
Now it is saying it can't find the Config XML file. Where is that file placed when juicebox is uploaded to a site?
The code on the three HTML pages look similar except for the gallery designation of 1, 2 and 3
I cannot understand why, if all the jbcore folders are in place, the images are all in their correct folders and the XML file is in with the images, why this will not render correctly.
<div id="juicebox-container3">
<script src="http://www.finecustombuilding.com/gallery3/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'http://www.finecustombuilding.com/gallery3/',
containerId : 'juicebox-container3',
galleryWidth : '930px',
galleryHeight : '700px',
backgroundColor: '#222222'
});
</script>
</div><!--end juicebox container div-->
It can't be this hard...it just can't! I actually rebuilt galleries 2 and 3 and started fresh. Why does uploading Juicebox automatically create an html file called exteriors.html or projects.html, etc. based on the index.html page (it asks for this info when you create the gallery)
I have checked and rechecked. I cleared out the entire cashe on my web server and uploaded everything fresh and still only the interiors (gallery1) works. I made sure the file structure is the same in all 3 galleries: Gallery1-jbcore(folder) thumbs(folder) then the images themselves with the config.xml file
Juicebox atomatically created an image folder for galleries 2 &3 but I took everything out of it because the interiors gallery (gallery1) didn't have that folder and it works fine.
I am a week late in presenting this site to the client. Something is not correct as th galleries just won't display. If you want FTP access just let me know by contacting me off forum chris@greatpointmediadesign.com
I appreciate your patience.
Thanks Steve- I did everything you mentioned. The interiors gallery displays fine. The exteriors gallery shows with the thumbnails but won't display the large images even though the larger images are in the folder. The projects (gallery3) doesn't display at all. Ugh!
It also seems like the xml file for each gallery seems to be in the wrong gallery file. What a nightmare!
Steven- I renamed each gallery, calling them gallery1, gallery2 and gallery3. Even the page containers I called containers 1,2,3.
I was before that only the "projects.html" page was displaying the gallery, but now none of the three pages diplay the gallery.
Please check out the page cource code at www.finecustombuilding.com Then navigate to the main gallery page and you'll see the three gallery pages. This site is done except for the fact that I cannot get these galleries to function. I appreciate your help.
I made sure that I took the jbcore folder out of the individual galleries, but yet the projects gallery is still pulling the correct images where the interiors gallery is not (exteriors not built yet)
Can you explain it to me like you're explaining to a six year old as I am not sure if this is an issue as to how I name the gallery or a path issue within the imbed code
code for the projects url is here:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Juicebox Gallery</title>
<meta charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<style type="text/css">
body {
margin: 0px;
background-color: #666666;
}
* {
margin: 0px;
padding: 0px;
}
#page-wrap {
width: 960px;
margin-right: auto;
margin-left: auto;
}
#page-wrap #inner-content {
background-image: url(projects_bg.jpg);
background-repeat: no-repeat;
float: left;
height: 1172px;
width: 960px;
}
#page-wrap #inner-content #navigation {
float: left;
height: 25px;
width: 320px;
margin-top: 395px;
margin-left: 85px;
}
#page-wrap #inner-content #gallery {
height: 700px;
width: 930px;
margin-top: 40px;
margin-left: 15px;
float: left;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="page-wrap">
<div id="inner-content">
<div id="navigation">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">HOME</a> </li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="gallery.html">GALLERY</a> </li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<div id="gallery">
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "930px",
galleryHeight: "700px",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
</div><!--end gallery div-->
</div><!--end inner content-->
</div><!--end page wrap-->
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>
I have a site for a client who is a contractor and they wish to have 3 different galleries. One for Interiors another for Exteriors and another for Projects. I set up a main Gallery page and have three links in the center of the page to the three galleries.
I tried imbedding the jbcore folder into each individual gallery folder and it wasn't working. I think this is a paths issue, so I wondering if someone could assist me with how to create the external folder that will allow all three galleries to pull (functionality) from the same jbcore folder yet display the individual photos contained in each gallery's folder.
Any help with this would be greatly appreciated.
Pages 1
Juicebox Support Forum → Posts by chrisk
Powered by PunBB, supported by Informer Technologies, Inc.