Comments Matina Kallivoka started the conversationDecember 26, 2023 at 11:21amHello, when a user tries to make a booking with an iphone 13 the modal for the recurring booking or the 'add more participants' is under the 'Continue' button so the user cannot proceed to the next step.I am attaching the screenhots of the problem.Waiting for your response.Attached files: 404526146_268219219598305_8623796882417554973_n.jpg 404704134_657783823096580_2280633289748869789_n.jpg 1,573Uroš repliedDecember 26, 2023 at 3:19pmHello Matina,Thank you for reaching out to us.I have replicated this issue as well and passed it to our developers to have this resolved.Thank you for pointing this out to us.Kind Regards, Uros Jovanovic[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables 1,573Uroš repliedDecember 27, 2023 at 11:52amHello Matina, Thank you for your patience. In regards to the iPhone modal issue, you can use the following script. <style type="text/css"> .amelia-v2-booking #amelia-container .am-fs-dt__calendar.am-fs__main-content:has(> .am-slide-popup__up:not([style="display: none;"]):not([style="--am-c-ps-text-op60: rgba(26, 44, 55, 0.6); --am-c-ps-text-op20: rgba(26, 44, 55, 0.2); display: none;"])) { overflow-x: visible; } </style> <script> function addTrigger(element) { element.addEventListener("click", function(e) { setTimeout(() => { window.dispatchEvent(new Event('resize')); }, 600) }, false); } window.ameliaRenderActions = { renderForm: () => { var elements = document.getElementsByClassName('fusion-button'); for (let i=0; i < elements.length; i++) { addTrigger(elements[i]) } } } </script>The second script is to set the Popup to be displayed properly.Please let me know if that works for you or not.Looking forward to your reply.Kind Regards, Uros Jovanovic[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hello,
when a user tries to make a booking with an iphone 13 the modal for the recurring booking or the 'add more participants' is under the 'Continue' button so the user cannot proceed to the next step.
I am attaching the screenhots of the problem.
Waiting for your response.
Attached files: 404526146_268219219598305_8623796882417554973_n.jpg
404704134_657783823096580_2280633289748869789_n.jpg
Hello Matina,
Thank you for reaching out to us.
I have replicated this issue as well and passed it to our developers to have this resolved.
Thank you for pointing this out to us.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Matina,
Thank you for your patience.
In regards to the iPhone modal issue, you can use the following script.
The second script is to set the Popup to be displayed properly.
Please let me know if that works for you or not.
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables