• Resolved cschmid92

    (@cschmid92)


    Dear Amelia Support Team,

    Im using the plugin in the current version: 1.2.18 for event booking. While entering the customer info, I get a visual error in the country selection field of the phone number:

    Can you help with this or is it connected to the theme Im using?

    Thanks a lot for your support!

    Best regards

    Cyril

    • This topic was modified 1 year, 3 months ago by cschmid92.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support urosjovanovic

    (@urosjovanovic)

    Hello Cyril,

    Thank you for reaching out. To better assist you, could you please provide the link to the page with the booking form where you’re experiencing the issue? This will help us investigate further and determine if the problem is related to the theme or the plugin itself.

    Looking forward to your response!

    Thread Starter cschmid92

    (@cschmid92)

    Thanks a lot! Here the link: https://terrayoga.ch/kursbuchung/

    Plugin Support urosjovanovic

    (@urosjovanovic)

    Hello,

    Thanks for providing us with the URL of your website.

    It seems to be a conflict with the theme’s CSS. You can fix it with this CSS:
    .amelia-v2-booking #amelia-container .m-phone-number-input__country-flag {
        min-width: unset !important;
        background-color: unset !important;
    }

    Let me know if that helped you.

    Thread Starter cschmid92

    (@cschmid92)

    Thanks a lot, that helped. Although parts of the dropdown are still partially hidden:

    Plugin Support urosjovanovic

    (@urosjovanovic)

    Hello,

    Thank you for the update on this and for your patience.

    Please try the following CSS and let me know if that works for you:

    .m-select-list {
    z-index: 9999 !important;
    position: absolute !important;
    }

    Please let me know if that works for you.

    Thread Starter cschmid92

    (@cschmid92)

    Thanks for your reply. Unfortunately this change didnt have any effect.

    Plugin Support urosjovanovic

    (@urosjovanovic)

    Hello,
    Thank you for the update on this.

    I checked and there is no such option to do this without messing up the booking form layout.

    Please let me know if you have any other questions.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘visual error in the country selection’ is closed to new replies.