Topic: display error on firefox (mac) [SOLVED]

The juicebox gallery works perfect on chrome, Safari,... but on Firefox (mac) the photo is too big and there are no thumbnails on the page, just a black banner with the number of images and a link 'view gallery'. When I click the link I only see all the thumbnails. When I click them I only see a white page. When I hover over it I can see the arrows and the three links in the upper right corner....
I added a printscreen.

Post's attachments

Schermafbeelding 2019-02-04 om 13.43.33.png 69.21 kb, 1 downloads since 2019-02-23 

You don't have the permssions to download the attachments of this post.

Re: display error on firefox (mac) [SOLVED]

... the photo is too big and there are no thumbnails on the page, just a black banner with the number of images and a link 'view gallery'. When I click the link I only see all the thumbnails.

What you are describing here is the Splash Page.
The Splash Page is an image placeholder for the gallery which, when clicked, expands the gallery to fill the browser window.
The Splash page is displayed by default when the gallery is embedded in a web page alongside other content and displayed in Small Screen Mode (on mobile devices or when screenMode="SMALL"). The Splash Page can also be displayed by setting showSplashPage="ALWAYS".
Please see the Gallery Tour for more information about the Splash Page and Screen Modes.

If you are seeing the Splash Page in a desktop browser, then please ensure the following:
(1) Set screenMode="AUTO" (in JuiceboxBuilder-Pro's 'Customize -> General' section).
(2) Set showSplashPage="AUTO" (in JuiceboxBuilder-Pro's 'Customize -> Splash Page' section).
(3) Make sure that you do not have any browser extensions active that change the user agent string (to simulate other browsers) and also make sure that your browser is not in Responsive Design Mode.

Edit:
I've just realised that you have posted in the Juicebox-Lite forum and the configuration options in bold above are supported by Juicebox-Pro only.
Juicebox-Lite uses the default values of screenMode="AUTO" and showSplashPage="AUTO" (these values cannot be changed in Juicebox-Lite) so just check #3 above.

When I click them I only see a white page.

This sounds like it might be a different problem.
However, if you can resolve your original problem, then this may no longer be an issue.

I added a printscreen.

Unfortunately, your screenshot does not show enough information to help me to troubleshoot your problems.
Please post the URL to your gallery's web page so that I can see the problems for myself and investigate further.
Thank you.

The juicebox gallery works perfect on chrome, Safari,... but on Firefox (mac)

Please check your gallery's web page for HTML errors with the W3C Markup Validation Service.
When a web page is rendered differently in different browsers, this can often be attributed to HTML errors on the page.
Different browsers may respond differently towards errors (and some may be more tolerant towards errors than others).
Run your web page's URL through the W3C Markup Validation Service and fix any errors found.
Once the code on your web page validates correctly, your web page should be rendered with greater predictability and consistency across different browsers.

I hope my notes above help.
However, if you continue to experience difficulties, please post back with the URL to your gallery's web page so that I can see the problems for myself and hopefully help further.
Once I am able to see your gallery live on your web server, I should hopefully be able to determine the cause of your problems and propose a solution.
Thank you.

Re: display error on firefox (mac) [SOLVED]

Thanks for your quick reply!!! And I've found the error. It was because of the twig debugging system that was active. Once it was disabled everything worked as a charm.

Re: display error on firefox (mac) [SOLVED]

You're welcome!
I'm glad to hear that you have found the cause of your problem.
Thank you for letting me know.