Yikes. I'm a little embarrassed-- I'm not a web developer (obviously), but I should know better. I'll try the setting you recommended, but I'll clean up my directories as well.

Thanks for your support.

I'm running into an issue when my site runs in SMALL mode on an iPhone. Some of my gallery directories contain apostrophes/single quotes. (I've had to account for this in my php code with htmlspecialchars() or addslashes() ) The site runs fine in AUTO mode on a large device, but when I switch to an iPhone, none of the images are displaying. I took a look at the source, and there are a number of generated img src tags that are broken by the apostrophe. The funny thing is that when I forced it to SMALL mode to test, I don't have the same problem on a laptop or iPad-- the larger devices don't seem to be using jbcore/full.html even in SMALL mode.

I took a look at the full.html file, and I can't see where the img src tags are being generated (I'm assuming this is in the javascript code). Is there an easy workaround for this?

Thanks,
Rick

Thanks for the quick reply-- I probably should have search a little harder. :)

In JB Pro, I'm trying to set the Gallery Title to appear above the thumbnails (I'm setting it up to look similar to SimpleViewer) using galleryTitlePosition:'above_thumbs', but it doesn't seem to be working. To test, I tried it with the default configuration. All other values show the title correctly (overlay, top). Switching to above_thumbs increases the space between the image and thumbnails, so it appears the value is being recognized, but the Gallery Title doesn't appear.

I couldn't find anything in the forums about this-- am I missing something obvious?

Thanks,
Rick