Topic: Flickr gallery not working on iphone

When I open my webpage with galleries I receive an error message for each gallery

Juicebox Error: cannot find div with id "gallery name"

http://www.cherryvalleymanor.com  (tab- your room)

If I click "back" on browser and open it again , sometimes its ok.
Clicking refresh makes it open ok for a sec tnen the same error message, but sometimes is ok.

No problems on PC, Mac, and Ipad

Everything  had worked fine for a long time.  I do not know what happened.
Please help!

Thank you

jeff

Re: Flickr gallery not working on iphone

Everything had worked fine for a long time.  I do not know what happened.

If everything was previously working OK but now is not, then something must have changed for this to happen.
If you have not made any changes anything yourself, then please check with your web host to see if they have made any changes recently which might be contributing to your problem.

Juicebox Error: cannot find div with id "gallery name"

This problem may be caused by the gallery's container not being present in the Domcument Object Model (DOM) at the time the Juicebox gallery is loaded.
Please make sure that the DOM is complete (and that the gallery's container exists on the page) before running your custom JavaScript function which loads the gallery in the mobile version of your web site.
You could perhaps use jQuery and wrap the call to load the gallery in a $(document).ready() function.

Also, try validating your web pages with the W3C Markup Validation service and fix any errors reported. Once the code on your web pages validates correctly, your site should display with greater predictability and consistency across different browsers.