Forum Replies Created
- AuthorPosts
-
ah ok got it…
Thank you 😉I dont see that the registration is enable.
the “update my user data with the details above” box is only displayed on desktop version and doesn’t appear on mobile version.
What’s wrong ?
If I understand well, this potion is for registration ? if its for a other use,
let me know what…If we use the website without registration option, we dont need to update de user data , right?
Olly,
I dont know what would be the action hooks inside ‘wppizza-order.php’
Do you have an example to hide this code [wppizza category=’drinks’] on the final confirmation ?Thanks
Found the Z-index in the CSS Responsive.
And it works.
Thank youHi Olly,
Where is exactly this z-index property ?
In the CSS of WP pizza ? Admin-Style ?Thank you
Hi Olly,
I Found this solution code on the web.
body.modal-open { // block scroll for mobile; // causes underlying page to jump to top; // prevents scrolling on all screens overflow: hidden; position: fixed; } body.viewport-lg { // block scroll for desktop; // will not jump to top; // will not prevent scroll on mobile position: absolute; }
Its works perfectly, and after tried with that the difference is just big.
When the ingredient Popup is open on mobile device, with the unscrollable background its more stable, easy, and confortable for users..I can just advice you to add this option in your plug in.
There is one more little thing about the Popup, on Mobile device.
the Top of the Popup is hide by the Minicart on the top of the screen. Is that possible to add space between them ?Thank you for your help and job.
ApprceciateHello Olly,
Thank you for for the code.
I just added it in the CSS file, and it work perfectly on the desktop version but
not on mobile device.The Background is still scrolling behind the pop up.
Any ideas ?
- AuthorPosts