@jongar
You can change the permissions of files and folders on a web server with an FTP program such as Filezilla.
Please see this web page for instructions.
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by Steven @ Juicebox
@jongar
You can change the permissions of files and folders on a web server with an FTP program such as Filezilla.
Please see this web page for instructions.
Juicebox-Pro accepts only one string for the backButtonUrl and it cannot be changed once the gallery has loaded.
However, you could set the backButtonUrl to run a JavaScript function (on the same page as the gallery's embedding code) by setting:
backButtonUrl="javascript: backButton();"... and have the function look something like this:
<script>
function backButton() {
var value = readCookie('myCookie');
if (value == 'french') {
document.location.href = "http://www.example.com/fr/"
} else {
document.location.href = "http://www.example.com/"
}
}
</script>You would need to have your own function to read your cookie (in the above example named 'readCookie').
@Jensio
Make sure that you are using the latest version of JuiceboxBuilder-Pro (v1.3.2) and that you are entering your IPTC data in the correct fields in Adobe Photoshop.
For image Title: Adobe Photoshop -> File -> File Info... -> Description (tab) -> Document Title
For image Caption: Adobe Photoshop -> File -> File Info... -> Description (tab) -> Description
If you continue to experience difficulties, please upload an image somewhere and provide a download link so that I can take a look and help further.
the back/forward buttons and the top right controls have disappeared (both were set to overlay the image)
The main image navigation arrows and the Button Bar are not visible because they are both positioned on the overlay and you have set showImageOverlay="NEVER".
Try setting showImageOverlay="AUTO" and, if you want to initially hide the overlay when the gallery first loads, showOverlayOnLoad="FALSE".
It is not possible to use the Info Button to toggle the overlay on and off but have the image navigation buttons always visible as the image navigation buttons are always on the overlay (whether imageNavPosition is set to 'STAGE' or 'IMAGE').
As an alternative to using the Button Bar navigation buttons, you could use create and use your own 'previous' and 'next' buttons on your web page and have them act like the gallery's own image navigation buttons using the Juicebox-Pro API (specifically the showPreviousImage() and showNextImage() methods).
By default, imagePreloading is set to 'PAGE' so, unless you have changed it to 'ALL', there should be no need to alter this configuration option (and it will not affect the number of images that you can actually include in the gallery). In any Juicebox gallery (no matter how it is created), configuration options can be set in either the gallery's XML file (named 'config.xml' by default) or the gallery's embedding code as documented here.
If you are using the Juicebox module for Drupal (rather than the Embedding in a Drupal Site instructions) and need support for it, please post in the Drupal forum where the author of the plugin (not ourselves) should be able to help you further.
There is technically no limit to the number of images you can display in a Juicebox-Pro gallery. However, if you have a large number of images in your gallery, make sure that you do not set imagePreloading="ALL" (in which case, Juicebox-Pro will preload all the images in your gallery which may cause your browser to crash).
Also, if you are using JuiceboxBuilder-Pro to create your gallery and are trying to add all your images at once, there may be a memory issue coming into play. Even if your computer has plenty of free RAM, Adobe AIR and/or Juicebox-Pro may not be able to allocate enough for the task at hand, in which case, the workaround would be to add your images in smaller batches.
Make sure that you are using the latest version of Juicebox-Pro (v1.3.2).
Instructions on how to get the latest version and how to upgrade existing galleries can be found on the Upgrading Juicebox page.
Also, try clearing your browser's cache before reloading your gallery to ensure that your browser is fetching the most recent files from your web server.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.
You can initially hide the thumbnail page in Small Screen Mode by setting showSmallThumbsOnLoad="FALSE".
Also, you can set the firstImageIndex configuration option (in JuiceboxBuilder-Pro's 'Customize -> General' section) to go directly to a particular image in your gallery. (The index starts at 1 for the first image in the gallery.)
Depending on your setup, you may also want to set showSplashPage="NEVER" to display the gallery where the Splash Page would normally be. If you have embedded your gallery in a web page, this may be required in order to use the firstImageIndex configuration option.
If you find an image that Juicebox-Pro hangs on loading, please email it to me (or upload it somewhere and provide a download link) so that I can investigate further. Thank you.
Thank you for reporting.
I have logged a bug report with the developers but, unfortunately, I cannot give you an estimate of when this will be fixed.
Worked fine the first time I ran it now it will not load images either by drag and drop or browse.Make sure that your image filenames use only alpha-numeric characters (and not other characters such as apostrophes or commas).
As the image filenames form part of a URL when uploaded to a web server, it would be wise to use only web-safe characters. Please see section 2.3 of this document for details.
Characters that are allowed in a URI but do not have a reserved purpose are called unreserved. These include uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde.
JuiceboxBuilder-Pro should be able to handle all images whose filenames use any or all of these characters.
Perhaps JuiceboxBuilder-Pro is failing to add a particular image.
If this is the case, then try adding your images in small batches and then one at a time to try to find the image causing the problem.
I uninstalled the lite ver before installing the pro version - don't know if that matters or not.
This does not matter. You can install and run JuiceboxBuilder-Lite and JuiceboxBuilder-Pro side-by-side on the same machine.
If I open a Gallery I have created with SimpleViewer it only loads the first 15 images.
If you continue to experience difficulties, perhaps you could zip the gallery and email it to me (or upload it somewhere and provide a download link) so that I can take a look and help further.
As noted here:
Note that the Juicebox gallery will not show in Dreamweaver's design preview. To view your gallery, view the HTML page in a browser.
When previewing your gallery, make sure that your web page files have actually been exported to your hard drive (ready for upload to your web server) rather than still being a work-in-progress within Dreamweaver.
Please ensure that you are using the latest version of WP-Juicebox (v1.3.2.0) which can be downloaded from this web page.
What you have been doing sounds correct and I have just followed the steps that you have described in a test gallery and the Pro Options are included in the gallery's XML file OK (although setting galleryTitlePosition="NONE" will override galleryTitleHAlign="RIGHT" in that the Gallery Title will not be displayed and, therefore, its horizontal alignment is redundant).
Please post the URL to your gallery so that I can take a look and help further.
when the menu on the left got longer than the screen it wasnt scrollable
The point of the template is that the web page is scaled to fit the user's browser (no matter what its size) without any scroll bars. If you want to have scrollable sections in your web page, then you will need to try a different page layout (or perhaps modify the existing template to suit your needs).
Your web page's side menu does not seem to have so much content that scroll bars should be essential.
Perhaps just tweaking the size of your logo and the font size of your text will help make it all fit on a smaller screen.
As your web site is a portfolio web site showcasing multiple galleries, you might be interested in another one of our products: Showkase.
Showkase is a PHP web application which allows you to create a complete portfolio web site (integrating multiple galleries) online.
Showkase has full support for Juicebox-Pro (and SimpleViewer-Pro) galleries and the galleries are created within the application itself in a web browser interface.
You can create Gallery Index pages and have as many galleries listed on each Gallery Index page as you wish.
Each gallery is represented by a thumbnail image (with the gallery title displayed below) and the gallery is opened when the user clicks on the image.
You can also create non-gallery pages (such as an 'About' page or a 'Contact' page).
Demo sites can be found here and a sample Gallery Index page can be found here.
You should set:
showThumbsOnLoad: 'false',
showSmallThumbsOnLoad: 'false',
showThumbsButton: 'false',
showSmallThumbsButton: 'false',Your code is missing the showThumbsOnLoad entry and showSmallThumbs and showLargeThumbs are not valid Thumbnail Options in the current version of Juicebox-Pro (v1.3.2).
Please make sure that your gallery uses the latest version of Juicebox-Pro (v1.3.2) to ensure than any bugs which were present in previous versions but have since been fixed are not contributing to your problem.
For a full list of changes, please see the Version History.
For instructions on how to get the latest version and how to upgrade existing galleries, please see the Upgrading Juicebox page.
Also, ask your client to try clearing their browser's cache and to temporarily disable any browser extensions that they may have installed before reloading the gallery to see if this helps.
If this does not help, please post the URL to your gallery so that I can take a look.
I do not know. The best thing to do would be to keep an eye on our Twitter account @juiceboxgallery to be informed of any offers as soon as they appear.
If you are a SimpleViewer-Pro user, you can get a 30% discount off the price of Juicebox-Pro. You can find details of this offer in this SimpleViewer news article.
Once you adapt the template for your own web site, you should no longer have the problem.
Try viewing the sample gallery here on a mobile device and you should see the Splash Page in its entirety.
i would like to move it to the top-left corner
Open the 'jbcore/classic/theme.css' file in a plain text editor and change line 538 from:
bottom: 0;... to:
top: 0;The line number above refers to the current version of Juicebox (v1.3.2).
Unfortunately, this promotion (from April 2013) is no longer running.
Set your languageList configuration option in your gallery's XML file as an attribute to the opening <juiceboxgallery> tag rather than in your gallery's embedding code, e.g.
<juiceboxgallery languageList="Toon miniaturen|Verberg miniaturen|Expandeer galerie|Sluit galerie|Open foto in nieuw venster">Your gallery currently uses Juicebox-Pro v1.2.0 but uses configuration options introduced in v1.3.0 (showThumbsButton, showThumbsOnLoad, showSmallThumbsButton, showSmallThumbsOnLoad).
For a full list of changes, please see the Version History.
Try upgrading your gallery to v1.3.2 by replacing it's 'jbcore' folder with the one from the Juicebox-Pro v1.3.2 download package ('juicebox_pro_1.3.2/web/jbcore/'), set the following configuration options in your gallery's XML file and clear your browser's cache after upgrading and before reloading your gallery to be sure that your browser fetching the most recent gallery files from your web server.
showThumbsButton="FALSE"
showThumbsOnLoad="FALSE"
showSmallThumbsButton="FALSE"
showSmallThumbsOnLoad="FALSE"- if i make an image of say 250x250px as the splash image and there is more space on the phone left than that, will the image be interpolated to be bigger and fill up the remainig space, or always stay the original size?
The image will be scaled up to fill the Splash Page area.
- if i want to change the font of the splash page, i change ".jb-splash-info h3" and "a.jb-splash-view-glry" in theme.css, right?
does that affect any other typography as the first class is also called h3? or does it really only concern the splash page?
You can change the font face for all gallery text by setting the galleryFontFace configuration option (in JuiceboxBuilder-Pro's 'Customize -> General' section).
If you want to change just the Splash Page's font face, add something like the following to your CSS.
.jb-splash-info {
font-family: Courier;
}All elements of the Splash Page (the Splash Button Text, the Splash Title, the Gallery Description and the Splash Image Count) will inherit this font face.
the color property of "a.jb-splash-view-glry", didnt seem to change the color of the "view gallery" text. does something else influence that? i only tried on one phone though.
To change the color of the 'View Gallery' text, try changing the color on line 894 in this CSS section:
.jcbx-glry-classic a{
color:#FFF;
}
and what do ".jb-splash-info", ".jb-splash-info p" and "p.jb-splash-desc" do?
.jb-splash-info - main class for Splash Page text
.jb-splash-info p - will affect splashShowImageCount text
p.jb-splash-desc - will affect galleryDescription text
- if i define the splash images in the juicebox-interface for each gallery, can i still use one external jbcore folder
Yes. You can set a unique splashImageUrl for each gallery. The value for the splashImageUrl is stored in each gallery's XML file.
on loading, the writing at the bottom is cut off (step1). i can then scroll inside the splash image to show all of the writing (step2).
but then the splash page is still cut off at the bottom. the amount thats missing at the bottom is exactly the amount, that the adress bar of the browser uses, when i choose to have it displayed (step3).
the juicebox-container is inside a div, so i dont know, if the problem is safaris rendering of the div or the splash itsself.
It looks like the layout of your page in conjunction with Mobile Safari may be causing this problem.
If I replicate your scenario in a test page and replace the Splash Page with the gallery itself (by setting screenMode="LARGE"), the gallery is truncated, just like the Splash Page (so it is not just a problem with the Splash Page).
As you have just two main elements on your web page (your side menu and the Juicebox gallery), try implementing the 'View Resizable Gallery with Side Menu Example' from the Using a Resizable Gallery with a Header guide.
You can view the source of the page in your browser and modify it to suit your own needs (swapping the gallery for your own and replacing the side menu content with your own navigation menu).
There are no configuration options to control the cropping of the Splash Page image.
Rather than have Juicebox use the first image from your gallery (as it does by default), you could perhaps create a new image specifically for your Splash Page (with smaller dimensions than the first image in your gallery, which is 833px x 1200px) and use the splashImageUrl configuration option to display it.
For reference, the Splash Page configuration options can be found here.
I have run into an issue where if I go back and edit a gallery, regardless of the customization I have set, JuiceBox always publishes it the same way.
It sounds like a program may have put a temporary lock on one or more of your gallery files which may be preventing JuiceboxBuilder from overwriting the old gallery files with the new ones.
Make sure, when re-saving a gallery, that you do not have any gallery files open in any other programs (such as the 'index.html' file open in a browser or the 'config.xml' file open in a text editor).
Also, make sure that the permissions on your gallery folder are not too restrictive (for example, read-only) which would also prevent JuiceboxBuilder from overwriting the old gallery files with the new ones.
Juicebox Support Forum → Posts by Steven @ Juicebox
Powered by PunBB, supported by Informer Technologies, Inc.