Topic: html embed_xml error_original page extensions are .php, not wordpress
With alot of trial and error, I at least got the xml error where before there was a blank page, so hoping I am closer.
I changed my code a bit, based on other posts I saw...
But, am a little confused on how to upload and name/call the folder...
This static,older site was originally created in php, but I don't see any php there... yet the page extensions are .php. Usually html embed works without issue on this site, so not sure what I'm doing wrong.
This is a temporary fix to this site, since it is process of redesign and moving to WordPress... so hoping this is shown to be fairly easy to use, or I won't be upgrading and purchasing... Hope you can help... I saw you had posts on using this on Wordpress, so need to check those out for future reference.
Here is the current test page url... (not linked to the nav yet)...
http://www.fastlanetravel.com/flt-gallery.php
Here are the steps I took:
Created the JuiceBox with your interface.
Saved it in a folder on my computer, named flt-gallery...
Inside that folder, left the html named index.html
Uploaded the entire folder into the "public_html" folder.
Set up a new html PAGE and named it flt-gallery also... "just in case"
Initially, pasted the embed code that your interface gave me, but nothing worked.
Reviewed a few posts here, and changed it to the following...
Am now getting the xml config error. "Config XML file not found."
I CAN see this gallery when I preview it locally... just an FYI... but assumed I would be able to.
<!--START JUICEBOX EMBED-->
<script src="http://www.fastlanetravel.com/flt-gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
baseUrl : 'http://www.fastlanetravel.com/flt-gallery/',
galleryWidth: "90%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Wondering if simple viewer would be easier in this instance?
Long term goal, would be to have mini galleries on approximately 8 tour pages, plus testimonial page, etc.... So any input appreciated... and as stated above, moving site to WordPress.
Thanks!