getting an error while processing the new JuiceboxBuilder-Pro.air file ;(
For other users reading this thread, in order to install a new version of JuiceboxBuilder-Pro, it is necessary to first uninstall any existing version.
Uninstall your existing JuiceboxBuilder-Pro version as follows:
Windows: Use the uninstaller in the 'Control Panel -> Programs -> Uninstall a program' list.
Mac: Delete the 'JuiceboxBuilder-Pro' file from the Applications folder and then empty your Trash afterwards.
If you have any version of JuiceboxBuilder-Pro on an external hard drive attached to your computer, please detach the drive before running the 'JuiceboxBuilder-Pro.air' installation file.
Also, please make sure that your version of Adobe AIR is also up-to-date.
The current version can be downloaded from here.
If this does not work, then in between uninstalling and reinstalling JuiceboxBuilder-Pro, try deleting the following folder manually:
Mac: /Users/your_username/Library/Application Support/Adobe/AIR/ELS/JuiceboxBuilder-Pro
Windows (XP): C:\Documents and Settings\your_username\Application Data\Adobe\AIR\ELS\JuiceboxBuilder-Pro
Windows (Vista, Win 7, Win 8): C:\Users\your_username\AppData\Roaming\Adobe\AIR\ELS\JuiceboxBuilder-Pro
- is it possible to let the url static (don´t chance if i click on a link in the caption)?
I'm not sure what you mean by this. Could you please explain further?
Do you want the link to open in a new tab or window rather than in the same page?
If so, use the target="blank" attribute in your link, for example:
<a href="http://www.example.com/index.html" target="_blank">Link text goes here</a>
- i´d like to position the caption 10% of height below from top of picture, but how?
It is not possible to position a caption relative to the top of the main image.
However, you can set the height for a caption (depending on the value of captionPosition) with the maxCaptionHeight configuration options (in JuiceboxBuilder-Pro's 'Customize -> Caption' section).
- is it possible to see continous the caption bar? load picture let the caption short vanish...
If the caption is positioned on the overlay (captionPosition is set to either OVERLAY or OVERLAY_IMAGE), then you can control when the overlay is displayed with the showImageOverlay option (in JuiceboxBuilder-Pro's 'Customize -> Main Image' section) which can be set to AUTO (on hover), ALWAYS or NEVER.