Old computer died. Have installed LR and the JB pro plugin on new computer. How can I configure all the same settings as int he past? I don't remember them all and it I'm having a hard time getting new web galleries to match the old ones. Examining the config.xml and index.html created in the past does not help because the tags in those files don't match the names of the settings in the LR UI.
A related question would be, can I edit any of the JB files so the defaults are what I want to use?
Thanks!
The following are from galleries with settings I want to reproduce...
Here is my index.html file
<!DOCTYPE html>
<html lang="en">
<!-- modified based on https://juicebox.net/forum/viewtopic.php?pid=12545#p12545 -->
<head>
<title>2013 Boyer Family Photos</title>
<meta charset="utf-8" />
<meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="a year's worth of Boyer photos" />
<!--START OPEN GRAPH TAGS-->
<meta property="og:description" content="a year's worth of Boyer photos" />
<meta property="og:image" content="/images/MVI_0706.jpg" />
<meta property="og:title" content="2013 Boyer Family Photos" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<!--END OPEN GRAPH TAGS-->
<style type="text/css">
body {
margin: 0px;
}
</style>
</head>
<body>
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
backgroundColor: "rgba(34,34,34,1)",
containerId: "juicebox-container",
galleryHeight: "95%",
galleryWidth: "100%"
});
</script>
<div id="juicebox-container">
</div>
<!--END JUICEBOX EMBED-->
</body>
</html>
Here is the first part of the config.xml file
<?xml version="1.0" encoding="UTF-8"?>
<juiceboxgallery
galleryTitlePosition="ABOVE_THUMBS"
thumbNavPosition="BOTTOM"
enableAutoPlay="true"
thumbPadding="2"
showAutoPlayButton="true"
showSmallThumbNav="true"
shareGPlus="true"
captionPosition="BELOW_IMAGE"
thumbHoverFrameWidth="3"
expandInNewPage="TRUE"
enableDirectLinks="true"
showDownloadButton="true"
buttonBarIconSize="15"
showEmailButton="true"
sharePinterest="true"
shareFacebook="true"
showNavButtons="true"
imagePadding="2"
thumbWidth="128"
buttonBarPosition="TOP"
enableLooping="true"
imageTransitionTime="0"
stagePadding="1"
thumbSelectedFrameWidth="7"
thumbShadowBlur="0"
maxThumbRows="10"
emailAddress="wslb@wboyer.net"
thumbHeight="128"
galleryDescription="a year's worth of Boyer photos"
frameWidth="2"
topAreaHeight="5"
maxThumbColumns="5"
thumbsPosition="LEFT"
buttonBarHAlign="LEFT"
emailSubject="Boyer family photo gallery"
galleryTitle="2013 Boyer Family Photos"
goNextOnAutoPlay="true"
showPagingText="true"
inactivityTimeout="5"
imageTransitionType="NONE"
>
<image imageURL="images/MVI_0706.jpg" thumbURL="thumbs/MVI_0706.jpg" linkURL="" linkTarget="_blank">
<title><![CDATA[Jan 10, 2013]]></title>
<caption><![CDATA[MVI_0706 (2009 12 22-30) - ]]></caption>