Tagged: enfold app demo, ipad landscape, ipad portrait
-
AuthorPosts
-
July 5, 2016 at 6:40 am #656830
Hi,
I love your new Enfold App demo and have used it as a base for my one-page site. I have changed the background images in the grid to my own and left the settings to exactly the same as yours.
Unfortunately, they are not showing up in the right positioning when viewed on iPad in landscape mode. Also when I go and view your demo site on my iPad, I only see one of the demo images.
Your demo: http://kriesi.at/themes/enfold-app/
I love the fluidity of this design and would hate to have to abandon this because of the iPad view.
Thanks,
Wizard247P.S. I have display:none’d the columns on iPad view now on my site, but you can also check your demo.
- This topic was modified 8 years, 4 months ago by wizard247.
July 6, 2016 at 4:51 pm #657601Hey wizard247,
not sure about which elements you’re talking about. Can you provide us screenshots of what you mean please? use imgur.com or dropbox.
Best regards,
AndyJuly 7, 2016 at 1:37 am #657803When you view the Enfold-App demo on iPad, the FIXED background images (1500×1000) that are used in the 2/5-3/5 grids of the mobile phones and when scrolling seemingly run into one another to change the mobile phone screen (great effect) do NOT show up when viewed in Landscape mode on iPad. Only ONE of the images shows – the one with the hand – and the others are not there or are underneath the one that shows – not sure.
I replaced these images with my own and also only one showed up and one other image as well but they showed underneath each other. Very messy. I have removed as site had to be presented to client. The issue however is viewable on your demo site if you have an iPad, so you can see what I mean.
July 7, 2016 at 11:29 am #657899this is a problem of position : fixed
nearly all mobiles and there browsers got this problem.
This is the reason why on mobile case the 2/5 column is set to display noneBut on some ipad ( with retina ) this mobile option does not have an effect because the tablet option is set to 990px.
so for my installation i do this media querry on quick css:
@media only screen and (max-width: 1024px) {.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet { display: none !important; } }
see here for
Mobile CSS Fixed Positioning Support- This reply was modified 8 years, 4 months ago by Guenni007.
July 7, 2016 at 12:36 pm #657956Hi,
I can’t see the issue you’re talking about on iPad screen size:
Looks totally fine to me. I also checked on http://ipadpeek.com/ but can’t see it neither. Again: can you provide us screenshots of the issue please?
Best regards,
AndyJuly 7, 2016 at 1:21 pm #657997forget about ipadpeek.com these are not a genuine Image of the ipad behavior.
Only that with the hand is shown and only in a static view.
all 2/5 columns accept the one with the hand are missing (not shown) and the position of the hand is static in the one column
and IOS Version is 9.3.2 on my ipad. no support for fixed positioning at all!
and this is not a problem of enfold but of mobile Browser support on many OS- This reply was modified 8 years, 4 months ago by Guenni007.
July 7, 2016 at 1:57 pm #658037alright @Guenni007, thanks for the clarification.
Best regards,
AndyJuly 8, 2016 at 3:15 am #658254Thank you @Guenni007, that’s exactly the issue I was talking about, except that all of the Enfold-App demo images are Fixed and yet one shows up.
Also – why is my slider image at the top changed to scroll on iPad when it is fixed on desktop? If it works for this on iPad, it should work for the other images, right?
see: http://www.osteopath-launceston.com.au/welcome/
Would you know of a way to change the fixed positioning of these background images to scroll on tablet LANDSCAPE only? I tried that with css but it didn’t work for me but maybe I didn’t address is properly.
Cheers,
Wizard247- This reply was modified 8 years, 4 months ago by wizard247.
July 8, 2016 at 3:32 am #658258OK – I think I have found the solution. This works for my site – it changes the background images to “scroll” for tablets – landscape positioning:
/* Landscape Tablet*/ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) { div.flex_cell.no_margin.av_two_fifth.avia-builder-el-20.el_before_av_cell_three_fifth.avia-builder-el-first.avia-full-contain.av-hide-on-mobile, div.flex_cell.no_margin.av_two_fifth.avia-builder-el-27.el_before_av_cell_three_fifth.avia-builder-el-first.avia-full-contain.av-hide-on-mobile, div.flex_cell.no_margin.av_two_fifth.avia-builder-el-34.el_before_av_cell_three_fifth.avia-builder-el-first.avia-full-contain.av-hide-on-mobile { background-attachment: scroll!important; background-size: cover!important; } }
July 8, 2016 at 6:25 pm #658540Hi,
Great, glad you found a solution and thanks for sharing, much appreciated :-)
Regards,
RikardAugust 17, 2016 at 3:01 am #673454Hey there – Had exactly same issue. Using ENFOLD APP demo without changing any code and just swapping out images and text. All fine on ipadpeek.com and many other iPad view simulators but not so when viewing on a real ipad.
Guenni007 – thank you! Your css worked for me perfectly. Fabulous.
Enfold Devs – definitely an issue on the ENFOLD APP demo files. But to view you’ll need to look on a real iPad screen – not a simulator like ipadpeek.com
Thanks again Guenni007!
August 18, 2016 at 6:00 am #674027 -
AuthorPosts
- You must be logged in to reply to this topic.