Topic: Can't see anything in the "Customize" screen?

When I start a new gallery, I can see the images as normal. But I had been working on a gallery previously and opened it to keep working on it. Its settings are as follows:

<?xml version="1.0" encoding="UTF-8"?>
<juiceboxpreset thumbPadding="10" imageNavPadding="10" topAreaHeight="50" captionBackColor="rgba(0,0,0,0.4)" textShadowColor="rgba(0,0,0,0)" thumbDotHoverColor="rgba(0,0,0,1)" showThumbsOnLoad="true" showSmallThumbsOnLoad="true" buttonBarHAlign="CENTER" captionHAlign="CENTER" textColor="rgba(255,255,255,1)" indexPageName="new index" showNavButtons="true" buttonBarPosition="NONE" imageNavPosition="IMAGE" showOverlayOnLoad="false" showImageOverlay="NEVER" imageClickMode="NAVIGATE" galleryTitlePosition="NONE" enableLooping="true" backgroundColor="rgba(34,34,34,0)" imageShadowColor="rgba(0,0,0,0)" navButtonIconColor="rgba(255,0,0,1)" showImageNav="true" showThumbsButton="false" showExpandButton="false" showOpenButton="false" useThumbDots="true" captionPosition="BELOW_THUMBS" showImageNumber="false" imageScaleMode="NONE" galleryHeight="505" cropToFit="true" maxImageHeight="440" maxImageWidth="780"/>

I have other galleries that I had made in the past that open just fine, but I don't know why this one won't show. It publishes just fine, as far as I can tell, but there seems to be something that the editor doesn't like about it.

Re: Can't see anything in the "Customize" screen?

It looks like the problem may be with your indexPageName="new index" entry.
Try changing it to indexPageName="new index.html".

Re: Can't see anything in the "Customize" screen?

That did it.

Thanks so much.