You are not logged in. Please login or register.
Active topics Unanswered topics
Juicebox v1.5.1 Released!
Search options (Page 100 of 233)
@said
You can your own logo image as your Showkase site header by doing the following:
(1) Upload your logo image to the Library ('Library -> Upload').
(2) Go to 'Site -> Customize Theme', click the 'Browse Library' button for the 'Site Header -> Site logo image URL' input and select the image you uploaded in Step #1 above.
You might also want to remove the 'Site -> Site Settings -> Site Header -> Site heading' text.
To make the logo image a link, enter the URL you'd like to use in the 'Site -> Site Settings -> Site Header -> Site header link' input.
You can't change the default settings so that the IPTC titles and captions are used as soon as JuiceboxBuilder-Pro is opened but you can save the settings in a preset file.
Select 'Images -> Titles -> Use IPTC Title' and 'Images -> Captions -> Use IPTC Caption' from the drop-down menu at the top.
Now go to 'Presets -> Save Preset...'.
As long as you save the preset file in the default location, you will be able to select it quickly from the 'Load Preset' list on the 'Customize Tab' (or via 'Presets -> Load Preset...'). (Maybe not perfect but it halves the number of clicks required to load IPTC titles and captions: 2 clicks now instead of 4.)
Please see the JuiceboxBuilder-Pro User Guide for more information on Presets.
The Back Button can be displayed as text (backButtonText when backButtonUseIcon="FALSE") or as an icon (backButtonUseIcon="TRUE").
You can change the rollover text for icons in a gallery using the languageList configuration option.
Please see here for details.
For example, if you wanted to change the 'Go Back' text to 'Click here to return to home page', you would use the following:
languageList="Show Thumbnails|Hide Thumbnails|Expand Gallery|Close Gallery|Open Image in New Window|Images|Next Image|Previous Image|Play Audio|Pause Audio|Show Information|Hide Information|Start AutoPlay|Stop AutoPlay|AutoPlay ON|AutoPlay OFF|Click here to return to home page|Buy this Image|Share on Facebook|Share on Twitter|Share on Google+|Share on Pinterest|Share on Tumblr|of"
The languageList configuration option is not found in JuiceboxBuilder-Pro but it can be set manually, like any other option, by following the instructions here.
Thanks for the info. Maybe updating the OS next week will somehow help.
I really don't know what could be causing your problem and I'm running out of ideas for things to try.
Perhaps running through the procedure in this forum post will help (there is a JuiceboxBuilder-Pro entry in the ELS folder).
Just substitute 'XYZApplication' with 'JuiceboxBuilder-Pro' in the instructions. Also, please make a backup of any files and folders that you delete in case you need to reinstate them at a later date.
https://forums.adobe.com/message/3488779#3488779
You can use the Back Button to include a link to a web page.
The Back Button itself can be plain text (set via backButtonText) or you can use the 'Home' icon (by setting backButtonUseIcon="TRUE"). The URL is set via backButtonUrl.
By default, the Back Button appears in the top-left corner of the gallery but you can reposition it via backButtonPosition and backButtonHAlign.
For short descriptions of all Back Button configuration options, please see here.
Alternatively, you could use a standard HTML <a> tag link in your Gallery Title or in an image title or caption using HTML formatting as noted in these FAQs:
How do I add HTML formatting to image captions and titles?
How do I add HTML formatting to the Gallery Title or Back Button?
That's great! Thank you for letting me know.
Just out of interest, what operating system are you using and can you upgrade it?
You need the URL that's already in the browser's address bar when you're viewing the page with the 'I want this!' button.
That's the URL that you can try copying and pasting into a different browser.
Please check your email. I have sent you a message where you can forward me the email you were sent with details of the upgrade. I'll take a look at it for you. At the very least, I should be able to send you the URL which you can paste to try in different browsers.
Out of interest, what browser are you currently using that the 'I want this!' button seems to be ineffective in?
If you can't copy and paste the URL directly from the Download Button in your email, get to the page (in a browser) where you find the 'I want this!' button does not work and copy and paste the URL from the browser's address bar.
You should be able to enter the email address that you used to purchase Juicebox-Pro into the box and then click the 'I want this!' button to get to the download link. (This is a security measure to prevent unauthorized downloads but all it should take to bypass it is for you to enter your email address and click the button.)
If you find that the 'I want this!' button is inactive, try refreshing the web page (hit the F5 key) and try again.
If this still doesn't work, try copying and pasting the page's URL (right-click the 'Download' button in your email and select 'Copy Link Location') into a different browser (Chrome, Firefox, Internet Explorer, Opera, Safari).
Hopefully using a different browser will work.
I'm glad everything seems to be OK at the moment. I appreciate the updates.
I don't see anything in the Adobe AIR 19 Release Notes that might obviously explain why things are now working (other than perhaps "Multiple security and functional fixes").
Anyway, I hope that things continue to function as they should.
You're welcome.
I hope it won't take you too long to adjust your web pages.
I'm glad you've got it working.
Thank you for letting me know.
For more information on the new Juicebox v1.4.4.2 release, please see this blog entry.
The only change in the v1.4.4.2 release (from v1.4.4.1) is to JuiceboxBuilder-Pro (the desktop application) which now includes the required meta viewport tag in the gallery's 'index.html' file.
The core Juicebox files (in the 'jbcore' folder) remain the same as in the v1.4.4.1 release (v1.4.4.1 for the 'juicebox.js' file and v1.4.4 for the 'theme.css' file).
Yes. JuiceboxBuilder (both Lite and Pro) can extract IPTC data to be used as the image titles and captions.
In either JuiceboxBuilder-Lite or JuiceboxBuilder-Pro, just go to 'Images -> Titles -> Use IPTC Title' and 'Images -> Captions -> Use IPTC Caption' from the drop-down menu at the top.
If you use Adobe Photoshop to enter your IPTC data, then use the IPTC Document Title fields for the image titles and the IPTC Description fields for the image captions.
Please note that the program used to embed the metadata should write the IPTC data in an XMP block in order for JuiceboxBuilder to successfully extract the information. All Adobe programs (such as Lightroom of Photoshop) should be fine.
@JudoPhoto
Thank you for the suggestion.
If you like, you could display the "<- SWIPE ->" text as the Gallery Title only on Android or iOS devices only (and not in desktop browsers) by using the JavaScript navigator.userAgent to detect the device and then set the galleryTitle in the gallery's embedding code as appropriate.
For example:
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: 'juicebox-container',
galleryTitle: /Android|iPad|iPhone|iPod/i.test(navigator.userAgent) ? '<- SWIPE ->' : ''
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Looking at your http://kd.baerbels-naturfoto.de/foto15/ … est_kd_hk/ gallery, I see no reason why it should not display correctly in Chrome or Firefox on your Android device unless:
(1) JavaScript is disabled in your browsers.
(2) You are viewing the gallery over a 2G/3G/4G connection which uses content modification.
Please double-check that JavaScript is enabled in your browsers and ensure that you .htaccess file contains the correct code (and that it is in the correct location on your web server).
I really can't think of any other reason that your gallery would not display, especially as you say "With WLAN everything works .".
After reading the blog entry, I'd like to confirm that the new meta info also relates to the thumbnail page, not just image pages. That's the case, correct?
Yes. That is correct. The meta viewport tag is required for the overall gallery size to be correct.
Is the new HTML meta data regarding this "hotfix" in the file /res/juicebox/jbcore/full.html
The meta viewport tag is in the 'full.html' file but it has always been there. The 'full.html' file is used only when the gallery is expanded (from the Splash Page or the Expand Button) in a new page.
The meta viewport tag must now also be included in the HTML document that the gallery is embedded into. Unfortunately, this can no longer be done from within the 'jbcore' folder. The 'juicebox.js' file adds the meta viewport tag dynamically into the web page but the problem is that iOS 9 no longer respects this, hence it now needs to be done manually.
meaning that my jbcore replacement strategy will still work, or does a gallery actually have to be re-generated in order for the hotfix to work?
Replacing the 'jbcore' folders will not work. The core Juicebox files remain unchanged from the v1.4.4.1 release to v1.4.4.2.
You could certainly rebuild your galleries (with JuiceboxBuilder-Pro or the jAlbum plugin, both of which have been updated) but all that is required is to insert the meta viewport tag into the <head> section of the gallery web pages.
I'm glad you've got it working.
Thanks for letting me know.
You can point each gallery towards a different XML file using the configUrl option in the embedding code.
Alternatively, you can point towards separate gallery folders using the baseUrl option.
Please see the Embed Options for short descriptions of these two configuration options.
I would recommend using the baseUrl method as it allows you to keep each gallery as a self-contained folder and you would upload the complete gallery folders (not just the contents) to your web server. This should help to keep things organized on your server.
Instructions for using the baseUrl method of embedding can be found here.
Please see this blog entry regarding Juicebox and iOS 9.
It should hopefully explain and solve your problem.
Perhaps this Adobe support page will help.
Troubleshoot unexpected behavior | User account-specific | Adobe software | Mac OS
https://helpx.adobe.com/x-productkb/glo … count.html
Maybe following the suggestions will help with any account-specific problems for Adobe AIR.
With WLAN everything works .
It certainly sounds like your mobile network provider uses content modification.
Please implement the solution in the FAQ below and check your own gallery afterwards.
Visitors to your web site using a 2G/3G/4G connection (as well as over wi-fi) should now be able to view your gallery successfully.
Why can't I view my gallery on a 3G mobile connection?
You say that "but only Lite is not working" on our own web site but also that "I have tested on my side therefore Honk Kong . But not working." so you seem to be having problems with both Lite and Pro galleries. Please let me know if this is correct.
I can't think of any reason why you should be able to view our Pro demo galleries but not our Lite ones.
Try viewing the galleries over a wi-fi connection to see if this makes a difference.
Also, try using Chrome as well as the stock browser to see if the problem happens in both browsers or just one.
Hopefully viewing the galleries over wi-fi and checking in two different browsers will help to find the cause of the problem.
It still works in the account I used to instal it.
At least with this knowledge, you can log into the correct account to use the application.
It certainly sounds like an administrative rights or permissions problem.
One thing, Juicebox asked for permission to access an Adobe folder of some sort (I don't remember what!). I never saw that before. Could that be a clue?
This is almost certainly going to be a folder relating to Adobe AIR (maybe the '/Users/Username/Library/Application Support/Adobe/AIR/ELS/' folder). If this is the folder and you get asked again, make sure you give JuiceboxBuilder access to it.
Posts found: 2,476 to 2,500 of 5,812