Reply To: Aspire Front Page #5 Widget Issue with I-Pads

Homepage Community Forums Aspire Theme Support Aspire Front Page #5 Widget Issue with I-Pads Reply To: Aspire Front Page #5 Widget Issue with I-Pads

#18239
Wes
Moderator

    I finally located my iPad after the kids lost it 馃檪

    When I analyzed the demo site vs your site code I noticed your css still shows the background-attachment: fixed; on line 1506 as active. On the demo/updated version I have that part commented out. So that’s why it works. I turned it on and off and tested on my iPad and that was exactly what fixed it.

    Here’s how you should comment it out (line 1506) –

    .front-page-1,
    .front-page-4,
    .front-page-5,
    .front-page-7,
    .front-page-9,
    .front-page-12 {
    	/*background-attachment: fixed;*/
    	background-position: 50% 0;
    	background-repeat: no-repeat;
    	-webkit-background-size: cover;
    	-moz-background-size:    cover;
    	background-size:         cover;
    }

    This will be fixed in the next update since iPads have trouble with fixed background attachments in this type of case.

    Please let me know if that works, and if it doesn’t I can get it figured out faster if you can create a temporary login to test everything.