Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Parallax banner not displaying in tablet landscape

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Thanks

No joy so far with this one but still looking at it

sorry for the delay on this
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
No worries, I appreciate the effort. I had a ticket on this site a couple weeks ago, the log ins are still good, if you want to go in.
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi There,

I uploaded a quickstart to some dev space and can replicate the issue on the ipad landscape

I've has better success with white space on different screen widths by adjusting the image size but haven't got the landscape working
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

Can you try adding

@media only screen and (orientation: landscape) {
.is-ios [data-type="background"] {background-position: initial !important;}
}

to the custom.css file
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With white space I did do a crude 100% size increase on the image itself

This is for when there is white space above the image on certain widths - I think the width to height ration may be the reason why.
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
So media query for the ipad

and image physical size adjustment test if you have partial white space issue
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Can you also try swapping out the first media query with

@media only screen and (orientation: landscape) {
.is-ios [data-type="background"] {
background-position: initial !important;
background-size: cover !important;
}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi, I got eaten up by another project this past week, but I'd still like to find out how to fix this. Any ideas? Should I create a ticket?

Thanks
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Oh, sorry, didn't see post above about custom css. will try that.
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
FIXED!!!! Thanks so much!
Love you guys.
  • swellking's Avatar
  • swellking
  • 12 Month basic
  • 420 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Cool thanks for the update

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers