4,826

(4 replies, posted in Juicebox-Pro Support)

Juicebox-Pro does not yet support or include any social media sharing integration.
(The next version of Juicebox will feature social media sharing but this will be optional.)

If you are referring to the widget bar when creating a Juicebox gallery in jAlbum, then this can be disabled by going to 'Album -> Settings... -> Advanced -> Metadata' (from the drop-down menu at the top of jAlbum) and deselecting the 'Include jAlbum widget support' checkbox before remaking your album.

4,827

(6 replies, posted in Juicebox-Pro Support)

This bug was fixed in the latest version of WP-Juicebox (v1.2.0.1) which can be downloaded from this web page. Please upgrade your WP-Juicebox plugin to solve the problem.

4,828

(6 replies, posted in Juicebox-Pro Support)

A Flickr description such as the following should work fine:

Text <a href="http://www.example.com/">Link</a>

I have just created a test gallery using the above line as a Flickr description in one of my images.
The gallery uses exactly the same configuration options as your gallery (other than your Flickr entries) and the link in the caption display and functions correctly.

Check the CSS on your page to make sure that there are no generalized CSS rules which your gallery will inherit.
I notice in your 'bootstrap.css' page that there are CSS rules that apply to all <a> tags on your page, including those in your gallery. Check your other CSS files for similar entries and try temporarily removing them to see if it makes a difference.

Also, can I change the Juicebox display so that captions will show only if provided while navigation will only show upon rollover?

If you position your captions anywhere other than on the overlay, (e.g. BELOW_IMAGE, BOTTOM or BELOW THUMBS), then they will be always be displayed whereas the main image navigation buttons (which are on the overlay) will still be displayed only when the user hovers over the gallery.

4,829

(3 replies, posted in Juicebox-Pro Support)

You can change the dimensions of the thumbnail images (for example to landscape or portrait-style rather than square) by clicking the 'Change...' button in the 'Image Size' control panel on the 'Images' tab of JuiceboxBuilder-Pro. However, if your source images do not have the same aspect ratio as the thumbnail dimensions you specify, then the images will be cropped. The cropping will be centered and this cannot be changed within JuiceboxBuilder-Pro.

If I were to crop them by hand and replace those generated by the program in the folder, would that work?

Yes. You could replace the thumbnails generated by JuiceboxBuilder-Pro (in the 'thumbs' folder) with your own images. Just make sure they have the same filenames, otherwise you will need to modify the references in your gallery's 'config.xml' file.

4,830

(2 replies, posted in Juicebox-Pro Support)

It is not possible to turn off the Gallery Title drop-shadow from within the JuiceboxBuilder-Pro interface but this can be achieved by editing the 'jbcore/classic/theme.css' file.
Please see this forum post for details.

4,831

(1 replies, posted in Juicebox-Pro Support)

Yes. You can remove all titles in a single action in JuiceboxBuilder-Pro by going to 'Images -> Titles -> Use None' from the drop-down menu at the top of the application.

4,832

(1 replies, posted in Juicebox-Pro Support)

When you open the color-picker in JuiceboxBuilder-Pro, you can type in a hexadecimal color code into the small text field above the swatches. Just hit enter/return on your keyboard after entering the hexadecimal color code you require.

I have viewed your web page in several browsers (IE10, Firefox 20.0, Chrome 26 and Safari 5.1.7) on my PC and do not see any galleries at all (due to your modification of the 'juicebox.js' file).

There is no reason why you should not be able to display 4 Juicebox galleries on the same page.
I regularly use jAlbum and the Juicebox Skin to create multiple-gallery albums (with a JavaScript tree menu which switches out many more than 4 galleries on the same page).

I have tried using the JavaScript you posted with 4 of my own test galleries and all worked fine. I can continually switch between all 4 galleries and have not yet been able to replicate the problem you describe. The only problem I encountered was when resizing the browser window and not refreshing the page (where the layout is incorrect) but this can be solved by setting the dimensions of your 'juicebox-content' divs using inline CSS (as documented in the 'Using Percentage Heights' section here).

Although my testing shows that your code seems to work OK, you might like to try using the Juicebox-Pro API's showGallery() method to show/hide your galleries.
Alternatively, you might like to try loading each gallery as it is selected (as the Juicebox Skin for jAlbum does) rather than load all your galleries at once and then hide/show them selectively.

Once you get your web page back up and running (by reinstating the 'juicebox.js' file to the stock version from Juicebox-Pro v1.2.0), please post back so that I can take a look at your web page for myself and please let me know what browser(s) you see this problem in.

4,834

(1 replies, posted in Juicebox-Pro Support)

In JuiceboxBuilder-Pro, other than dragging-and-dropping images into a new order, you can reorder images quickly using the 'Images -> Sort' option from the drop-down menu at the top. Images can be sorted by 'By File Name' or 'By File Date' and the order can also be reversed.

4,835

(3 replies, posted in Juicebox-Pro Support)

No. The Lightroom plugin comes bundled with Juicebox-Lite and you can upgrade the plugin by replacing the Lite 'jbcore' folder with the 'Pro' version but the structure of the output files is exactly the same whether you use Juicebox-Lite or Juicebox-Pro.

4,836

(3 replies, posted in Juicebox-Pro Support)

Juicebox-Pro uses only one 'images' folder (and one 'thumbs' folder).
Certain other Lightroom plugins may have created 'Large', 'Medium' and 'Small' folders but, to the best of my knowledge, the Juicebox plugin for Lightroom has never created three separate image folders or any folders by these names.

4,837

(3 replies, posted in Juicebox-Pro Support)

No problem. I am glad that you have been able to solve your problem.
Thank you for posting back to let me know.

4,838

(3 replies, posted in Juicebox-Pro Support)

You can minimize the padding by setting all padding configuration options to zero:

stagePadding="0"
imagePadding="0"
thumbPadding="0"

There is currently a 10px separation between the thumbnails and the main image (when the thumbnails are positioned LEFT or RIGHT) which will be removed in the next version of Juicebox-Pro (although I do not know when it will be released).

In a test gallery I created using only the following configuration options:

thumbsPosition="left"
maxThumbcolumns="3"
maxThumbRows="4"

... (all other configuration options at their default values), 4 rows of thumbnails are displayed, even in a browser window of limited height with very little padding between the thumbnails and the top and bottom of the browser window.

Make sure that there are no generalized CSS rules on your web page which the gallery will inherit, for example any CSS rules which apply to all <div>, <td> or <img> elements on your web page (including those within your gallery) which might introduce a margin or padding.

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

[Post moved to new thread to keep individual queries separate from each other.]

4,839

(6 replies, posted in Juicebox-Lite Support)

I have just noticed that there looks to be a problem with your gallery's 'juicebox.js' file on your web server. There is a lot of extraneous content at the end which is likely to be causing your gallery to fail to display.
Try re-uploading your gallery's 'jbcore' folder to ensure that all files are present and correct.

4,840

(1 replies, posted in Juicebox-Lite Support)

There is a 403 Forbidden message when trying to access your http://aminatajoseph.com/my_gallery_fol … llery.html page so the first thing to do would be to change the permissions on the file (and parent folders) so that users can access the page.

As a test, try logging into your web space with your FTP program and upload a complete gallery folder (not just the contents). (For this test, it does not matter where you upload the gallery folder to as long as you know where it is.)
You should now be able to view the gallery on a page of its own by opening the gallery's 'index.html' page in a browser.

If this works OK, then the next stage would be to embed the gallery in an existing web page.
You could leave the gallery folder exactly as it is on your web server from the last step and embed the gallery using the baseUrl method of embedding as documented here.

If you are having trouble with permissions on your web server or with uploading files and folders to your web server, please contact your web host who should be able to help you further.

4,841

(4 replies, posted in Juicebox-Lite Support)

This is certainly possible.
Take a look at the View Resizable Gallery with Top Menu Example in the Embedding Multiple Galleries section of the Embedding Guide.
If you view the source of the web page in your browser, you should hopefully see how the example works.
You can then copy and modify the code to suit your needs.

An automated solution would be to create a multiple-gallery album using jAlbum and the Juicebox skin.
When using jAlbum and the Juicebox skin, you can drag and drop a complete folder structure into jAlbum's main window and click 'Make Album'.
The resulting album will have a separate Juicebox gallery for each and every folder/subfolder in your input structure and all the galleries will be linked together via a JavaScript navigation tree (displayed on the left of the screen). On clicking a link for a gallery, the current gallery is replaced with the newly selected one.
Here is a sample album created by jAlbum and the Juicebox Skin.

4,842

(6 replies, posted in Juicebox-Lite Support)

For testing purposes, try expressing your gallery's dimensions as absolute pixel values rather than as percentages, e.g.

<!--START JUICEBOX EMBED-->
<script src="assets/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "800",
galleryHeight: "600",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Also, when using percentage heights, please see the note for Using Percentage Heights in the Embedding Guide.

Yes. If you already have an existing .htaccess file, you can just add the code to the file.

4,844

(6 replies, posted in Juicebox-Lite Support)

It looks like there might be a problem with your gallery's 'config.xml' file.
Try opening http://www.liveinthepines.com/config.xml directly in a browser (such as Chrome) and you will see the following error message:

This page contains the following errors:
error on line 122 at column 19: Extra content at the end of the document

Try removing the extra content after the closing </juiceboxgallery> tag to see if this makes a difference.

4,845

(2 replies, posted in Juicebox-Pro Support)

Using the following code (as you do) will horizontally center the gallery in its parent container.

<div id="juicebox-container" style="margin: 0 auto;">

However, you may then need to horizontally center the gallery's parent container in its parent container.
Your gallery seems to be nested within 7 further <div> containers and an <article>.
Looking at your web page, it looks like you may need to horizontally center the <div class="entry-content"> within the <article class="post-13 page type-page status-publish hentry"> (using the same method as before).

Did the file need a specific name?  I just named it (new.htaccess).

The file must be named .htaccess not anything else such as new.htaccess. If you have trouble creating a file with such a filename on your system, you can upload the file as new.htaccess but then rename it using an FTP program once it is on your server.
(I posted this as a suggestion as another user claimed to have success using such a .htaccess file.)

For your own website's galleries, try creating an .htaccess file containing the following code and upload it to your website's root directory. (Please note that this requires an Apache server and is untested.)

<IfModule mod_headers.c>
Header set Cache-Control "no-transform"
</IfModule>

You could also contact your 3G provider to see if it is possible for content modification to be turned off on your account.

Do you know if this is the case with the simple viewer galleries too?

Yes. There is a similar FAQ for SimpleViewer here. Unfortunately, content modification breaks many websites that uses JavaScript, not just Juicebox and SimpleViewer galleries.

4,848

(3 replies, posted in Juicebox-Pro Support)

Instead of:

baseUrl : '/public_html/wp/wp-content/gallery13/130225_AIME/',

... use:

baseUrl : '/wp/wp-content/gallery13/130225_AIME/',

Or, instead of:

baseUrl : '/http://specialevents.com.au/wp/wp-content/gallery13/130225_AIME/',

... use:

baseUrl : 'http://specialevents.com.au/wp/wp-content/gallery13/130225_AIME/',

Use similar paths to point towards your gallery's 'juicebox.js' file, i.e. either:

<script src="/wp/wp-content/gallery13/130225_AIME/jbcore/juicebox.js"></script>

... or:

<script src="http://specialevents.com.au/wp/wp-content/gallery13/130225_AIME/jbcore/juicebox.js"></script>

4,849

(2 replies, posted in Juicebox-Pro Support)

It sounds like you are using WP-Juicebox (the Juicebox plugin for WordPress) so hopefully the following information will be relevant.

When creating a gallery with WP-Juicebox, the plugin uses the Media Library image's 'Title' for the Juicebox 'Title' and, by default, WordPress populates the Media Library 'Title' fields with the image filenames.

If you would like to use the post's title for the Juicebox 'Title' in an individual gallery, then you could edit each gallery image in your Media Library and paste the post's title into the 'Title' fields.

Otherwise, if you wish this change to happen globally for all galleries you create (without the need to change the 'Title' fields on individual images), then open the 'wp-juicebox/config.php' file in a plain text editor and change line 69 to the following:

$title_text = $new_dom_doc->createCDATASection(get_the_title($post_id));

Please note that the line number above refers to WP-Juicebox v1.2.0.1.

4,850

(1 replies, posted in Juicebox-Pro Support)

What you are seeing on your iPhone is the Splash Page.
For more information on the Splash Page, please see here.
You can disable or configure the Splash Page using the Splash Page configuration options.

The reason that your Splash Page image is not displaying correctly is possibly due to a conflict between the CSS of your current WordPress theme and that of the gallery itself.
Try temporarily reverting to the default WordPress theme to see if this makes a difference.