iOS Slideshow Problem
Bobo
Registered Users Posts: 126 Major grins
Hello there,
I have noticed when you choose to play a gallery slideshow on either an iPhone 4 or an iPad for example that the nav bar remains onscreen superimposed on an image playing in the background.
I have attached a screen shot from my iPhone to show you what I mean - can this be fixed somehow? I'd like for the nav bar to disappear when playing a slideshow.
Thanks
Bobo
I have noticed when you choose to play a gallery slideshow on either an iPhone 4 or an iPad for example that the nav bar remains onscreen superimposed on an image playing in the background.
I have attached a screen shot from my iPhone to show you what I mean - can this be fixed somehow? I'd like for the nav bar to disappear when playing a slideshow.
Thanks
Bobo
0
Comments
I'm not seeing such issue on another site, like Andy's:
www.moonriverphotography.com
which makes me think this could be customization related. Looking a bit at your code you're using a whole lot of !important parameters in your CSS code. Those should not be used unless absolutely necessary. I'd recommend updating your code and removing those !important parameters at least for your navbar if not other parts of your site too, to prevent display issues.
As always, make sure that you have a copy of all your customizations before making changes (via the 'email it' button that's easily done).
Sebastian
SmugMug Support Hero
/* End Navbar Code */
Like this code:
.nav, .nav .title, a.nav, a.nav:visited, a.nav:active, a.nav:hover, .pageNav, a.down, a.down:active, a.down:hover, a.down:visited, .nav a.down { color: #FFFFFF !important; font-family: arial !important; }
You may just want to try to temporarily remove the whole CSS code section and see if that resolves your issue. Then you can step-by-step put the code back in until you find the offending code.
Sebastian
SmugMug Support Hero
It only seems to be on iOS devices like the iPhone or iPad I notice this issue plus just found out on my Macbook Pro that you have to double click on the galleries slideshow button to make it start?
/*z-index: 99;*/
Problem solved!
Hello, my iPad does not display the 'Caption' text content below the slideshow window but display perfectly well in PC Windows platforms. It appears that the 'Caption' test contents overlaps and layered behind the slideshow window making it not visible in the iPad iOS platform. I say this because when the slideshow window is right clicked then copy and paste it, it will only copy the 'Caption' test content. Even though the 'Caption' text content is not visible and I suspect it is behind the slideshow instead of wrapping around the slideshow window in iPad iOS.
However, if the Gallery Style under Gallery Settings is set to 'Journal (old)', the iPad platform will display 'Caption' text content properly.
Can this be fixed? Any help is greatly appreciated... thanks!
SmugMug Support Hero