Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #949235

    Parallax Image not working on iPad
    It only shows 1 of the 3 images, but it doesn’t scroll

    #950277

    Hey Chad_Roberts,

    I just loaded your web site and I can see all of the pages loading just fine.

    Best regards,
    Basilis

    #951167

    Do 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 scroll

    #951641

    Hi 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,
    Victoria

    #952964

    The 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

    #953886

    Hi 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,
    Victoria

    #954100

    That’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, 1 month ago by Chad_Roberts.
    #954826

    The website has been moved to

    • This reply was modified 6 years, 1 month ago by Chad_Roberts.
    #954857

    Hi,

    And the access for us to see it?

    Best regards,
    Basilis

    #954866

    Same login as above

    #955252

    Hi 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 ago by Victoria.
    #992155

    Hi,

    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

    #993363

    Hi,

    That is not possible unfortunately because it is not supported to work on mobiles / ipads.

    Best regards,
    Basilis

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.