The issue with the semi-transparent overlay on Android devices has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by Steven @ Juicebox
The issue with the semi-transparent overlay on Android devices has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
The bug I referred to in my first post in this thread has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
This bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
The expanding multiple galleries bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
The issue with the semi-transparent overlay on Android devices has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
This bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.
I see the difference in height now. Thank you.
I have notified the developers of this, too.
In order to install a new version of JuiceboxBuilder-Pro, you must first uninstall any previous version via the Control Panel.
Also, please see the Installation Issues section of the JuiceboxBuilder User Guide which may help.
If you continue to experience difficulties, please let me know how far you get into the installation process and what errors messages (if any) are displayed.
There is no method to dynamically add images to a gallery after it has initially been loaded.
Each time you add more images to your gallery, you would need to reload the gallery (using the standard JavaScript embedding code). On reloading the gallery, you could use the firstImageIndex configuration option to restart your gallery at an appropriate image.
If you have multiple controls enabled (in my case: thumbnails, open in new window, fotomoto, twitter, google plus, facebook, tumblr, pinterest) and the new Home icon enabled, on mobile device, the controls overlap the home icon so you can't access it anymore
Thank you for reporting.
I have notified the developers.
(they're not the same height either)
Do you have a sample gallery that I can take a look at which shows this? Also, what device(s) and browser(s) do you see this in? (In my own test gallery, the icons are the same height as each other.) Thank you.
Can you confirm?
Yes. This is a known bug which has been addressed and will be fixed in the next version of Juicebox-Pro.
Thank you for reporting.
When the 'Add SEO Content' checkbox is selected (in JuiceboxBuilder-Pro's 'Customize -> Sharing' section), the SEO code generated already includes 'alt' attributes in the <img> tags, populated by the image's caption.
If you are simply moving your Juicebox-Pro galleries from Domain1 to Domain 2, then there is no need to do anything other than delete all your Juicebox-Pro galleries from Domain1.
A Juicebox-Pro Single-Site license is not tied to a specific domain. As long as all your Juicebox-Pro galleries are uploaded to only one domain at a time, that is fine.
If you wish to have Juicebox-Pro galleries on both Domain1 and Domain2, then please see this FAQ:
Can I upgrade from a single site license to a multi-site license at a later time?
This is not possible. Juicebox requires that the image data be stored in an external XML file (the location of which is determined by the configUrl embedding code option).
The only alternative to not using an XML file would be to use a Flickr account as the source of images.
You could set your Flickr configuration options in your gallery's embedding code (on the HTML page).
There would still need to be an XML file present but it could simply be a dummy file with just a <juiceboxgallery /> tag as no data would be used from it.
(1) Instead of the following:
new juicebox({
containerId: 'juicebox-container',
configUrl: 'ResponseGallery.aspx?id=' + id
//baseURL: 'http://admin.svstudios.com/App_Upload/',
}).toggleExpand();
... try:
jb = new juicebox({
containerId: 'juicebox-container',
configUrl: 'ResponseGallery.aspx?id=' + id
//baseURL: 'http://admin.svstudios.com/App_Upload/',
});
jb.onInitComplete = function() {
jb.toggleExpand();
}
(2) I am not sure why you would be getting two responses but perhaps the second one is due to the call to the toggleExpand() method. Try temporarily removing this to see if it makes a difference.
(3) I see the scrolling problem in your web page (on closing a gallery) but have been unable to replicate it in a stripped back test gallery resembling yours as closely as possible (loading the same external JavaScript and CSS files as your page does and using a similar technique to display an expanded gallery from a link on the same page).
Try temporarily removing elements from your web page, one by one, until the problem no longer exists to try to determine the cause of the problem.
Also, it looks like the code:
*
{
color: #323232;
}
... in your 'main.css' file is overriding the color of the Button Bar icons, the navigation arrow buttons and the titles and captions in your gallery (as the gallery is inheriting this wildcard CSS rule).
You can override this wildcard CSS rule by explicitly setting colors for the elements in your gallery using the available Color Options.
The developers are aware of the problems in Opera Mini on mobile devices and a bug report has been logged.
The issue with the semi-transparent overlay on Android devices has been resolved and will be fixed in the next version of Juicebox-Pro (though I do not know when it will be released).
Yes. Set enableDirectLinks="TRUE" (in the 'Customize -> General' secion of JuiceboxBuilder-Pro) and you can link directly to a specific image in your gallery using a URL such as http://www.example.com/gallery/#2
Please see the description of the enableDirectLinks configuration option in the General section of the Config Options page for more information.
First, your web page should use a Doctype Declaration so that the user's browser knows what set of standards your web page should conform to. Select a suitable Doctype for the code on your page and place it at the top of your page above the opening <html> tag.
Try using the HTML 5 Doctype:
<!DOCTYPE HTML>
Next, try validating the code on your web page with the W3C Markup Validation Service and fix the errors reported.
Once the code on your page validates correctly, the page should be rendered with greater predictability and consistency across different browsers. (Your 'main' and 'container' divs are unclosed.)
Also, try changing:
<div id="juicebox-container"></div>
... to:
<div id="juicebox-container" style="float: right;"></div>
First of all, try changing your gallery's background color so that the entire gallery can clearly be seen on your web page.
This should let you know whether the space you are seeing is within the gallery area or elsewhere on your web page.
If the space is within the gallery area, check that you have set both imagePadding and stagePadding to zero.
Also, try setting imageScaleMode="FILL" to ensure that the main image fills the available image area within the gallery. If this removes the space, then it may simply be that the aspect ratio of your main images does not match that of the image area within the gallery and changing the dimensions of the gallery, the shape of your images or the imageScaleMode should help.
If using JuiceboxBuilder-Pro to edit your gallery, you can change the Gallery Title in the 'Customize -> Lite' section.
Otherwise, you can manually edit your gallery's 'config.xml' file in a plain text editor and change/add the Gallery Title as an attribute to the opening <juiceboxgallery> tag, e.g.:
<juiceboxgallery galleryTitle="text">
I do not see a Google fonts <link> tag in your http://www.philipchudyfineart.com/line/index.html page (the page into which your gallery is embedded). You should put the following code into your page's <head> section:
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
Also, your galleryFontFace configuration option in your gallery's XML file currently looks like this:
galleryFontFace="
	galleryFontFace="Raleway""
... but should look like this:
galleryFontFace="Raleway"
Please ensure that when uploading your font files (in the 'jbcore/classic/fonts/' folder) that the transfer method is binary and not ASCII. (This can be set in your FTP program.)
Also, please check with your web host that your web server has the correct MIME types for the font files.
Please see this forum thread for more information.
There were no changes to the icon functionality between versions 1.3.0 and 1.3.1 so downgrading to Juicebox-Pro v1.3.0 would not help.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.
Are you perhaps using the Bulletproof Security plugin?
If so, then you will need to add a bypass rule to your root .htaccess file to allow WP-Juicebox to function correctly.
Add the following code to your root .htaccess file:
# Juicebox skip/bypass rule
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-juicebox/ [NC]
RewriteRule . - [S=13]
If you are not using the BulletProof Security plugin, then try deactivating all your installed plugins other than WP-Juicebox and re-activate them one by one (checking your WP-Juicebox functionality after each one) to see if you can find a conflict.
As the gallery's XML file will not be re-saved until you re-save the complete gallery on the 'Publish' tab, there is no way to regenerate only the XML file without all the other gallery files.
What you are currently doing is probably the best workaround: create a copy of your gallery, update your titles and captions, save the gallery and then copy and paste the 'config.xml' file into your original gallery folder that Dreamweaver is aware of.
It is not actually your homepage which is displayed in the pop-up window but your web site's error 404 page, indicating that the required page cannot be found.
Either the 'jb-config.php' file is not in the 'wp-juicebox' directory or your WordPress installation is returning an incorrect path for the plugins_url() function. (WP-Juicebox uses the WordPress 'plugins_url()' function to determine the location of the 'jb-config.php' file.)
It looks like there may still be a WordPress configuration option you need to change with regard to your redirection.
Please see the Moving WordPress page for details.
If this does not help, then you could hard-code the path to the 'jb-config.php' file by opening the 'wp-juicebox/wp-juicebox.php' file in a plain text editor and changing line 651 from:
JB.Gallery.configUrl = "<?php echo plugins_url('jb-config.php', __FILE__); ?>";
... to:
JB.Gallery.configUrl = "http://www.hmkphotography.com/blog/wp-content/plugins/wp-juicebox/jb-config.php";
Please note that the line number above refers to the current version of WP-Juicebox (v1.3.1.0).
Juicebox Support Forum → Posts by Steven @ Juicebox
Powered by PunBB, supported by Informer Technologies, Inc.