The Expand Gallery button is not showing as your gallery is being loaded into an iframe (and if the gallery was expanded, it would fill only the iframe rather than the parent page).

Unfortunately, there are certain drawbacks to using an iframe (they are listed on this web page, scroll down to "2) Using an iframe") and one of them is that the Expand Gallery button is disabled.

Embed your gallery directly into your web page (following the embedding instructions here) and the Expand Gallery button will display and function as expected.

Hi.

I'm sorry to hear that you are having trouble with Juicebox-Pro and that you have not yet had a response from your support email. Chances are that your email has not yet been forwarded to me. I'll look out for it. In the meantime, I hope that my notes below help to resolve your problems.

NO JuiceboxBuilder-Pro.air in download link !

There is actually only one Juicebox-Pro zip file. There are no different versions for Mac vs PC and we do not make older versions available so all download links point towards the same file (named 'juicebox_pro_1.5.1,zip').
After extracting the zip file, you should have a folder named 'juicebox_pro_1.5.1'.
Directly inside this folder you should see the following contents:

  • adobe-lightroom-plugin (folder)

  • web (folder)

  • JuiceboxBuilder-Pro.air (file)

  • readme.html (file)

If you do not see the contents listed above, then perhaps your download is somehow corrupt or incomplete.
Please check the integrity of your 'juicebox_pro_1.5.1.zip' file. It should have the following properties:

Name: juicebox_pro_1.5.1.zip
Filesize: 1,912,372 bytes
MD5: 684b9d42be40906ac775aecfbb8631d8
SHA1: 872bcd0b62ef9841eab672e6a12f431919a4d969

You can check the MD5 and SHA1 hashes of files with a free program such as HashCalc.

If your own 'juicebox_pro_1.5.1.zip' file does not have the properties above, then please try re-downloading the Juicebox-Pro v1.5.1 zip file with the link from your purchase email.

Another possibility is that if you have an anti-virus or security program installed, then it might have somehow mistakenly seen the 'JuiceboxBuilder-Pro.air' file as a potential threat and quarantined the file. Please check to see if this is a possibility.

I have read that you can copy over the jbcore files to your existing folders (which were used on a website for the free lite version)
and the pro version will work. However, it seems to just stay on the 50 restricted images which is of no use.

Yes, if you replace a Juicebox-Lite gallery's 'jbcore' folder with the Pro version from the ''juicebox_pro_1.5.1,zip' file ('juicebox_pro_1.5.1/web/jbcore'), then the gallery will become Pro (with no branding or image limit).
If, after replacing a gallery's Lite 'jbcore' folder for the Pro version, the gallery still exhibits Juicebox-Lite's limitations, then one of two things might have happened:
(1) The 'jbcore' folder has not been replaced successfully. Try deleting the Lite 'jbcore' folder first before copying/pasting the Pro version in its place.
(2) Your browser has cached (and is displaying) the Juicebox-Lite files. Try completely clearing your browser's cache before reloading your gallery's web page.

I hope my notes above help.
Please let me know how you get on and if I can be of any further assistance.
Thank you.

628

(1 replies, posted in Juicebox-Pro Support)

As long as the Pro 'jbcore' folder has been fully upload in place of the Lite 'jbcore' folder (inside the 'wp-juicebox' plugin folder), then there should be no problem (there is nothing else to do other other than replace the Lite 'jbcore' folders with the Pro version).

Try uploading the Pro 'jbcore' folder again, making sure that your FTP program is set to overwrite existing files.
Otherwise, try deleting the Lite 'jbcore' folder from your web server first before uploading the Pro version in its place.

If you continue to experience difficulties, then please post the URL to one of your gallery pages so that I can take a look at the problem for myself and help further.
Once I'm able to see the problem live on your website, I should hopefully be able to determine the exact cause of the problem and propose a solution.
Thank you.

You're welcome!
I'm glad that everything is working again.

Thank you for posting your query over in the Flickr forum.
I was just about to post in the Flickr forum myself earlier on (with further details of the problem from my own tests) when I checked and noticed that things were back to normal.

Hopefully everything will run smoothly from now on.

630

(6 replies, posted in Juicebox-Pro Support)

I've just viewed your gallery again and all ten of your images (both thumbnails and main images) display fine and quickly for me (on my iPhone 7). Again, I cleared my browser's cache to be sure that my browser was not displaying older cached data and was fetching everything afresh from your web server.

Try clearing your own browser's cache before reloading your gallery's web page to see if this helps.

I have checked a sample photoset_id in the Flickr Api Explorer for flickr.photosets.getPhotos and notice that the 'title' variable has returned to the JSON data.
I also see that espirito-de-aventura's flickrSetId based gallery is back up and running.

It looks like this has just been a temporary glitch in the Flickr API which has now been resolved.
Please post back if you encounter any further problems with Flickr sets.
Thank you.

To give you a little more background on the problem, the JSON representation of the data returned by the Flickr API photosets.getPhotosmethod used to return a variable named 'total' (giving the total number of images in the specified set). Juicebox uses this variable but it no longer seems to be available.
I notice in the Flickr API forum that this seems to have happened before (check out this forum thread from a couple of years ago) where a user reported that both 'total' and 'pages' were missing from photosets. It looks like they returned back then (and hopefully will again).
I'll certainly keep this thread up to date with any news I receive from the developers but I really do not know when this might be.
Until then, the best solution would be to host the gallery images on your own web server.
I realise that, for your own scenario, this would be a huge undertaking but you'd ultimately be relying on one less external factor and be more in control of your gallery images.
I'll post back when I have any more news on the subject.

Thank you for reporting this problem.

Unfortunately, it looks like Flickr may have changed their API, resulting in galleries using flickrSetId failing to display images (although I can find no documentation of this change on Flickr's website).

I'm not sure if this is a temporary glitch or a permanent change but I have notified the developers who will certainly investigate further.
In the meantime, it looks like the problem affects only flickrSetId so a workaround would be to use a flickrUserName or flickrUserId in conjunction with flickrTags instead.

I'll post back in this thread when I have any further new on this issue.

You're welcome!
I'm glad it worked. Thank you for letting me know.

Your Juicebox gallery page is https:// but you are trying to load the font via http:// so it is likely being blocked and not being loaded.

<link href='http://fonts.googleapis.com/css?family=Great+Vibes|Expletus+Sans|Overlock+SC' rel='stylesheet' type='text/css'>

In your other web page, you load the font using the following code, the leading double slash uses the same protocol (https:// vs http://) as the page itself:

<link href='//fonts.googleapis.com/css?family=Great+Vibes|Expletus+Sans|Overlock+SC' rel='stylesheet' type='text/css'>

Use the leading double slash notation in your Juicebox gallery page and this should hopefully resolve your problem.

636

(3 replies, posted in Juicebox-Pro Support)

No problem!
I'm glad I was at least able to confirm your thoughts and findings.
I hope it's not too much of an inconvenience to use a different browser than you are used to to preview your Juicebox galleries locally.
I hope you have a good day, too!

637

(3 replies, posted in Juicebox-Pro Support)

Unfortunately, due to certain browser security restrictions, it is not possible to preview Juicebox galleries locally (from your computer's hard drive) in all browsers.

When trying to preview a Juicebox gallery locally in Chrome or Opera, you will see the "Juicebox can not display locally in this browser." message. Please see this FAQ for details:
When I view my gallery locally, I see the message "Juicebox can not display locally in this browser". Why?

However, you can preview Juicebox galleries locally in Firefox (after performing the tweak noted in this forum post), Safari (after performing the tweak noted in this forum post) and Edge (no tweak required).

Please note that this applies only to previewing a gallery locally. There is no problem once the gallery has been uploaded to a web server where it can be viewed in any modern browser without issue.

I hope this helps to clarify things.

638

(1 replies, posted in Juicebox-Pro Support)

Hi.

This is a support forum for the Juicebox-Pro web gallery software from SimpleViewer Inc.

From your query, it sounds like you are referring to a 'JuiceBox' from eMotorWerks, a completely unrelated company to our own (although the product names are the same).

I do not know if they have a forum but you should be able to contact eMotorWerks directly via their online form here: https://emotorwerks.com/contact

I hope this points you in the right direction.

639

(6 replies, posted in Juicebox-Pro Support)

Thank you for the additional information.

I've just cleared my Mobile Safari and Mobile Chrome caches and have reloaded your gallery again in both browsers on my iPhone.
All five thumbnails appear as expected (no blank icons) and the images load almost instantly (no hexagonal spinner) when the thumbnails are clicked.

There certainly seems to be no problem with the gallery files on your web server (or the speed of the web server itself).
This seems to suggest that the problem may lie with either your device or internet connection (although, from what you say, neither seems likely).
Please try viewing our own demo galleries in Chrome on your Galaxy 7 to see if the same thing happens and let me know what you see.
It might help us to pinpoint the root of the problem. Thank you.

Demo Galleries: https://www.juicebox.net/demos/

640

(6 replies, posted in Juicebox-Pro Support)

I have viewed your gallery's web page in Mobile Safari and Mobile Chrome on my iPhone 7 running iOS 13.1.2 (I do not have a Samsung Galaxy device on which to test) and your gallery displays and functions as it should.

Please note that on mobile devices, the gallery will be displayed in Small Screen Mode where thumbnails and main images are displayed on separate pages (to give the main images more room to be displayed).
More information on Screen Modes and how Juicebox adapts to different devices and screen sizes can be found in the Gallery Tour.

What exactly do you see when you try to view your gallery?
Do you see a blank area where the gallery should be, an error message or something else?

If you see just a blank area where the gallery should be, then it sounds like you might be viewing the gallery over a 3G/4G connection (instead of Wi-Fi) and that your network provider might be using content modification (which can break websites which rely heavily on JavaScript).
If this is the case, then please see this FAQ which has a solution to the problem.
Why can't I view my gallery on a 3G mobile connection?

I hope this helps.
Please let me know how you get on.
Thank you.

641

(10 replies, posted in Juicebox-Pro Support)

My problem is solved.

I'm glad you're getting on OK. Thank you for letting me know.
I'll mark this thread as [SOLVED] but if you run into any further difficulties, just post back and I'll do my best to help you out.

Thank you very much for all your help

You're welcome!

642

(10 replies, posted in Juicebox-Pro Support)

If you want to change the color and font size for just the Gallery Title, then you can do so using HTML formatting (without needing to edit the gallery's 'theme.css' file).
Please see this FAQ for details:
How do I add HTML formatting to the Gallery Title or Back Button?

For example, you could enter a Gallery Title such as the following into JuiceboxBuilder-Pro's 'Customize -> Lite -> Gallery Title' field (changing the values as appropriate):

<span style="color: #0000ff; font-size: 48px;">Gallery Title text goes here.</span>

If you really want to change the font and color for just the Gallery Title via CSS, then add the following to the foot of your gallery's 'theme.css' file (changing the values as appropriate):

/* GALLERY TITLE - LARGE SCREEN MODE */
.jb-area-large-mode-title {
    font-size: 48px !important;
    color: #0000ff !important;
}

/* GALLERY TITLE - SMALL SCREEN MODE */
.jb-idx-ssm-title-wrapper {
    font-size: 48px !important;
    color: #0000ff !important;
}

643

(10 replies, posted in Juicebox-Pro Support)

I just opened a gallery edit no problem it's open and I saved it...

That's good news. Thank you for letting me know.

I've just tried to replicate your problem again by switching between galleries in JuiceboxBuilder-Pro (without closing the program) and by opening gallery files in other programs at the same time (which I would not recommend) but I still cannot reproduce the problem you describe so I'm really not sure what the cause of your problem is.
If you can give me a detailed and specific set of steps that I can use to try to replicate your problem, I'll try again.

In the meantime, it sounds like if you edit one gallery at a time (closing and reopening JuiceboxBuilder-Pro each time) and are careful not to open any edit any gallery files in other programs whilst the gallery is open in JuiceboxBuilder-Pro, then you should hopefully be fine.

I will give you news if Gallery does not open

OK, please let me know if you run into any further problems.

Thank you for all this information

You're welcome!

644

(10 replies, posted in Juicebox-Pro Support)

Thank you for the additional information.
I think I understand your problem better now, thank you. (The "Open Gallery..." button on the 'Start' tab is not responsive.)

Windows Defender should not cause any problems and there have never been any reports of any interference from Windows Defender so you can safely keep Windows Defender active at all times.

The most likely cause of an "Open Gallery..." button which does not work is a persistent .tempGallery folder, as I mentioned in my last post. (A .tempGallery folder will only remain after JuiceboxBuilder-Pro is closed if there is a lock on a gallery file from another program so I recommend not editing any gallery files until after the gallery has been saved and JuiceboxBuilder-Pro has been closed.)
Your second screenshot shows the contents of the C:\Users\Username\Documents\JuiceboxBuilder-Pro\presets folder.
The .tempGallery folder (if there is one) will be inside the C:\Users\Username\Documents\JuiceboxBuilder-Pro folder alongside (not inside) the 'presets' folder. Please see the screenshot attached to this post.
Go back one level to the C:\Users\Username\Documents\JuiceboxBuilder-Pro folder and see if there is a .tempGallery folder there.

Here is another thing to try which might help.
(1) Close JuiceboxBuilder-Pro.
(2) Navigate to the C:\Users\Username\AppData\Roaming\Adobe\AIR\ELS folder.
(3) Delete the 'JuiceboxBuilder-Pro' folder inside the 'ELS' folder.
You may need to show hidden files to find and navigate inside the 'AppData' folder in Windows File Explorer.

If you continue to experience difficulties, then please try installing JuiceboxBuilder-Lite from the Juicebox-Lite zip package which you can find on the Download Page. (JuiceboxBuilder-Pro and JuiceboxBuilder-Lite can be installed and run side-by side on the same computer without interfering with each other.)
If the same problem happens with both programs, then there is likely a system-wide issue on your computer affecting both programs.
If JuiceboxBuilder-Lite works (whereas JuiceboxBuilder-Pro does not), then the problem would appear to be specific to your JuiceboxBuilder-Pro installation and a complete uninstall and reinstall (following the procedure in this forum post) should solve the problem.

One other thing that has helped another user (with a slightly different problem) was to uninstall Adobe AIR, install an older version of AIR and then upgrade AIR. Details are in this forum post.

I hope my notes above help.

645

(10 replies, posted in Juicebox-Pro Support)

I'm not really sure exactly what the problem is.
Are you able to explain your problem ("it stays locked in the home page") in greater detail?

Can you give me a set of steps that you go through to reproduce the problem and then let me know exactly what happens and what you expect to happen?

All I can think of at the moment is that either:
(1) You may have some security software installed on your computer which might somehow be interfering with the functionality of JuiceboxBuilder-Pro. Try temporarily disabling any security software that you have installed (please do so at your own risk and ensure that you are disconnected from the internet first) to see if this makes a difference.
... or:
(2) You may have (or have had at one point) a gallery file open in a program (such as a browser, editor or imaging program) whilst the gallery is open in JuiceboxBuilder-Pro and JuiceboxBuilder-Pro has not been able to delete its temporary working folder on closing (due to the other program having a temporary lock on the file) which can render the 'Open Gallery...' button inoperable when JuiceboxBuilder-Pro is next run.
With JuiceboxBuilder-Pro closed, navigate to C:\Users\Username\Documents\JuiceboxBuilder-Pro\ in your Windows File Explorer and, if there is a folder named .tempGallery there, please delete it manually.

Also, please make sure that you are not saving and/or opening galleries from an online synced folder (e.g. Dropbox or Google Drive) as this has been known to cause problems with opening galleries.

I hope that these suggestions help.
If not, then please explain your problem in greater detail and I'll try to help further.
Thank you.

646

(10 replies, posted in Juicebox-Pro Support)

I received the modification I will be able to modify all my Gallery.

That's great! Thank you for letting me know.

Thank you very much for all the help you gave me.

You're welcome!

Have a good day.

You, too!

647

(1 replies, posted in Juicebox-Pro Support)

If you change configuration options or add images to an existing gallery, then you'll need to re-upload:
(1) The 'config.xml' file (which stores the configuration options and the image data).
(2) The new images (in the 'images' folder).
(3) The new thumbnails (in the 'thumbs' folder).

There will be no need to re-upload the 'jbcore' folder (this remains the same for all galleries) or the 'index.html' file (which contains the gallery's embedding code).

NB
You will need to re-upload the 'index.html' file (or change your gallery's embedding code) if you change the gallery dimensions or background color as these configuration options (galleryWidth, galleryHeight and backgroundColor) are set in the embedding code rather than the 'config.xml' file.

648

(6 replies, posted in Juicebox-Pro Support)

I'm glad to hear that you have been able to resolve your problem. Thank you for letting me know.

Just in case it helps anyone else reading this thread, it is important to note that the image filename should include the filename extension (e.g. "image.jpg" instead of just "image") and most web servers are case-sensitive so be sure to match uppercase and lowercase characters exactly (as "image.jpg" is not the same as "image.JPG").

I'm not sure if this was the source of your problem but it's just something that came to mind when reading your reply (two posts above this one).

In any case, I'm that that you've got things working now.

649

(10 replies, posted in Juicebox-Pro Support)

So I think there is a Windows file that is change when changing the CSS file that prevents opening the gallery.

Modifying the gallery's 'theme.css' file (or updating Windows) should not prevent JuiceboxBuilder-Pro from opening the gallery.
In fact, I have modified your gallery (the one I downloaded earlier) and can open the modified gallery without any problem in JuiceboxBuilder-Pro. (I run the latest release version of Windows 10 Pro 1903 Build 18362.418.)

... everything works fine I can open all my Gallery Hi !!!!

I really do not know what might have caused your problem .
If you had a gallery file open in another program (for example, if you had the 'config.xml' file open in a text editor) whilst the gallery was still open in JuiceboxBuilder-Pro, then there is a chance that JuiceboxBuilder-Pro would not be able to empty its temporary working folder when closing the application but this usually results in the 'Open Gallery...' button being inoperable (rather than triggering an 'Invalid Gallery Folder' error message).
In any case, I am glad to hear that you have been able to resolve your problem. Thank you for letting me know.

For the modification of Button Url I dropped or you have my gallery you can change it and send it to me If possible if no it does not matter.

I have modified your gallery and have emailed you a link to the zip file.
The modified gallery is inside a folder named 'Annee-modele_MODIFIED'.

I have modified three files:
(1) index.html - I added the necessary code to override the Download Button's functionality.
(2) config.xml - I added some configuration options (and changed some others).
(3) theme.css - I modified line 825 to change the icon for the Download Button.

Open the 'index.html' file in a browser and you'll see the result.

Please note that although the gallery will open in JuiceboxBuilder-Pro, the Download Button will still have the regular Download Button icon when viewed in JuiceboxBuilder-Pro's live preview window. (JuiceboxBuilder-Pro reads only the gallery's 'config.xml' file when opening a gallery and knows nothing about the modifications made to the 'index.html' and 'theme.css' files.)
Also, if you do open the gallery in JuiceboxBuilder-Pro and re-save the gallery on the 'Publish' tab, then please note that the modifications will be lost (as JuiceboxBuilder-Pro will overwrite the modified 'index.html' and 'theme.css' files).

I have included the original gallery in my zip file (in a folder named 'Annee-modele_ORIGINAL') so that you can compare the 'index.html', 'config.xml' and 'theme.css' files to see the changes that I have made.

I hope this helps.

650

(6 replies, posted in Juicebox-Pro Support)

OK, no problem. I hope you get on OK.
Just give me a shout if you run into any difficulties and I'll do my best to help you out.