Topic: Viewing the galleries on mobile devices

I'm very glad I got the 2 galleries up that I needed to.

But when I go to view them on my iphone its just stuck on the first picture with no arrows to go through or anything.  Is there some html i need to add?

Help please.  Here is the page

http://nwnailtechs.com/gallery.html

Re: Viewing the galleries on mobile devices

But when I go to view them on my iphone its just stuck on the first picture with no arrows to go through or anything.

It sounds like what you are describing is the Splash Page although I cannot check to see how your gallery is currently set up as the link you provided in your post above results in an error 403 (forbidden). (Please check the permissions of the files and folders on your web server. Default permissions of 755 for folders and 644 for files should be fine.)
The Splash Page is a placeholder for the gallery which is displayed by default on small screen devices when the gallery is embedded in a page (rather than displayed on a page of its own).
When the user taps 'View Gallery', the gallery is expanded to fill the user's browser window.
For more information about the Splash Page and how Juicebox adapts to different devices and screen sizes, please see here.

You can choose to not use the Splash Page by setting showSplashPage="NEVER" (in JuiceboxBuilder-Pro's 'Customize -> Splash Page' section).
Alternatively, you can force the gallery to be displayed in Large Screen Mode on all devices and in all browsers by setting screenMode="LARGE" ('Customize -> General').

If you choose to continue to use the Splash Page, you can customize it using the Splash Page configuration options.

Re: Viewing the galleries on mobile devices

I don't think I have a splash page, the gallery is just in the html for the page. Here is the proper link - I forgot the www. :)

http://www.nwnailtechs.com/gallery.html

Let me know what you think.  Here is the code

Re: Viewing the galleries on mobile devices

I still cannot view your gallery. The latest link you posted also results in an error 404 (forbidden).

If your gallery sets screenMode="AUTO" or does not explicitly set screenMode (in which case the default value of 'AUTO' will be used) and your gallery is embedded in a web page (rather than just displayed on a web page of its own), then the Splash Page will be displayed by default. Try setting either showSplashPage="NEVER" or screenMode="LARGE" in your gallery to see if this makes a difference.

Otherwise, in order to troubleshoot further, I would need to see your gallery so please check your gallery files and permissions.