1 (edited by barry 2014-12-26 07:00:51)

Topic: No idea

Sorry, I an no tech person and have followed these terms :

    Use JuiceboxBuilder to create your Juicebox gallery.
    Copy the entire contents of your Juicebox gallery folder into the folder that contains your HTML page.
    In JuiceboxBuilder, go to the Publish panel and copy the provided Embed Code. The embed code will look something like this:

    <!--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-->

    Paste the provided code into the body of the HTML page where you want to the gallery to appear.
    Load the HTML page in a browser to preview your gallery.

Have placed an HTML code on the page and loaded the script that is generated into it and uploaded page, but when I view page on line nothing shows... But when I click on the saved file on my desktop it works great..

And how do I do this: THAT IS TO UPLOAD gallery folder to your website
Gallery Folder - this is the folder that contains the index.html file, config.xml file, gallery images and thumbnails and the jbcore folder. To publish your gallery, upload the gallery folder to your website.

Re: No idea

Have placed an HTML code on the page and loaded the script that is generated into it and uploaded page, but when I view page on line nothing shows...

Please see this FAQ:
When I view my gallery, I see a blank area. Why?

And how do I do this: THAT IS TO UPLOAD gallery folder to your website

You can upload your gallery folder to your website using an FTP program such as Filezilla.
Please see the Filezilla Tutorial and Usage instructions.
If you have trouble uploading files and folders to your web space, your web host should be able to help you further.

Essentially, you will need to upload the gallery files to your web server and embed the gallery in a web page (following the embedding instructions here).

If you create a gallery with JuiceboxBuilder-Pro, then the gallery is already embedded in the 'index.html' file generated by the application so, at its most basic, you could upload the entire gallery folder to your web server and just open the 'index.html' file in your browser to view your gallery.

Re: No idea

Ok Thanks, have done that, but when I open up my web site it loads online in the browser as JUICEBOXBUILDER and the page is blank, web site won't load.

I will try and work it out. it is the Pro verson

Thanks

Re: No idea

If you see the actual embedding code in your web page rather than the gallery itself, then you may be inserting your gallery's code into your web page as plain text rather than as raw HTML code.
Please check the input mode in your editor.

If you continue to experience difficulties, then please post the URL to your gallery's web page so that I can take a look at your problem for myself and hopefully help further.