1

(7 replies, posted in Juicebox-Pro Support)

HI - thanks - setting the system clockback two years allowed me to install JuiceBox-Pro again.

2

(7 replies, posted in Juicebox-Pro Support)

HI - I am still getting this message after uninstalling / deleting all AdobeAir / JuiceBox files . It has arisen beause I did a new install of Windows 10 - now I can't install JuiceBox "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."

hi - that's it! thanks very much for your reply.

Hi - my main site pages has a header across the top with all the page titles : https://www.johnlockeactor.com/portfolio_stills.html. The header styles are set in the main css.

But when I add the header code to the JuiceBox index it displays differently - a much more rounded font: https://www.johnlockeactor.com/gallery/ … olour.html

The code I've added to the Juicebox index does call the style sheet just as it does in the main pages:

<title>John Locke - [url=http://www.johnlockeactor.com]www.johnlockeactor.com[/url]</title>
<link href="../../CSS/mainStyles.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Great+Vibes|Expletus+Sans|Overlock+SC' rel='stylesheet' type='text/css'>
</head>
<body>
    <div id="wrapper">
  <div id="header">
    <div id="headerLeft">
      <p class="title">John Locke</p>
      <p class="subtitle">Actor</p>
    </div>
    <div id="headerRight"><ul>
    <li><a href="../../index.html">Home</a></li>
    <li><a href="../../resume.html">Resume</a></li>
    <li><a href="../../portfolio_stills.html" id="current">Stills</a></li>
    <li><a href="../../portfolio_video.html" id="current">Film & Video</a></li>
    <li><a href="../../contact.html">Contact</a></li>
    </ul></div>
  </div>
    <!--START JUICEBOX EMBED-->

5

(4 replies, posted in Juicebox-Pro Support)

Hi again - that works just fine - have the gallery at just the place now. Many Thanks for your help.

6

(4 replies, posted in Juicebox-Pro Support)

Many thanks for your help- I can see now that once I use JuiceBox gallery in the actual site ( rather than my bare test gallery),it will be within a parent div from the site. I'll let you know how I get on!

Hi - I'm just converting a friend's website to use JuiceBox instead of Simple Viewer. The problem I have is that the gallery is left justified in the screen, rather than centralised.
What I want to do is this:
http://johnlockeactor.com/gallery/galle … eryBW.html

but what I get is this
http://almostobsolete.net/klorathy/   ( simple test of converting one of the galleries)

I've been though the forums here and tried adding "style="margin: 0 auto - like this: "<div id="juicebox-container" style="margin: 0 auto;" >, but not getting anywhere.

Would be grateful for some help!