-
AuthorPosts
-
April 30, 2018 at 9:51 pm #949235
Parallax Image not working on iPad
It only shows 1 of the 3 images, but it doesn’t scrollMay 2, 2018 at 8:52 pm #950277Hey Chad_Roberts,
I just loaded your web site and I can see all of the pages loading just fine.
Best regards,
BasilisMay 4, 2018 at 12:24 am #951167Do you see 4 separate images? Are you in landspace or portrait mode on the iPad?
I’m only seeing 1 image and it doesn’t move or scrollMay 4, 2018 at 1:30 pm #951641Hi Chad_Roberts,
Here are some threads to consider:
https://kriesi.at/support/topic/parallax-scrolling-and-fixed-images-ipad/If you need further assistance please let us know.
Best regards,
VictoriaMay 7, 2018 at 10:58 pm #952964The code solution in the threads you provided isn’t visible to the public. After reading those threads I’m still not sure how to fix this issue
May 9, 2018 at 1:02 pm #953886Hi Chad_Roberts,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) { .av-layout-grid-container.entry-content-wrapper.main_color.av-flex-cells .flex_cell.av_two_fifth, .av-layout-grid-container.entry-content-wrapper.main_color.av-fixed-cells .flex_cell.av_two_fifth { background-attachment: scroll !important; background-size: 200% !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2018 at 6:53 pm #954100That’s better! :) But the image is locked, it doesn’t scroll with the screen like the Parallax effect which is working on larger displays
- This reply was modified 6 years, 6 months ago by Chad_Roberts.
May 10, 2018 at 8:01 pm #954826The website has been moved to
- This reply was modified 6 years, 6 months ago by Chad_Roberts.
May 10, 2018 at 8:22 pm #954857Hi,
And the access for us to see it?
Best regards,
BasilisMay 10, 2018 at 8:39 pm #954866Same login as above
May 11, 2018 at 12:54 pm #955252Hi Chad_Roberts,
Parallax does not work on iPad and iPhone, that’s why I gave you that code. Safari has an issue with background-attachment:fixed on mobile devices.
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 6 years, 6 months ago by Victoria.
August 1, 2018 at 3:16 am #992155Hi,
Is there anything I can do to get the parallax images to be fixed while on iPad instead of them scrolling? Right now the sections are just blank and only one of the section shows the iPad
August 3, 2018 at 10:06 pm #993363Hi,
That is not possible unfortunately because it is not supported to work on mobiles / ipads.
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.