Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3533642
Container height for mobile booking
Closed

Comments

  •  3
    IC Concept started the conversation

    Hi, 

    When I use the step-by-step booking on a mobile the booking form itself is quite short in heigh so there ends up being a scroll on the side. I would much rather than the booking is full heigh (on mobile), so that we do not need to scroll. 

    This is an issue where the customer puts in information - I have a lot of extras so I do not want the booking form to be in its own full height as then the customer would have to scroll far to press next - just the full heigh of the screen so that the next button is always visible. 

    I have attached a screenshot of the issue.

    I have tried different css codes, however it is not fixed the way I wish it to be fixed.

    Could you help?

    Kind regards

    Attached files:  Skærmbillede 2023-11-30 142042.png

  •  1,314
    Marko replied

    Hello again,

    Our support does not fully provide customization solutions, but we can try to provide some basic CSS in situations like this. You can try and set the height of the booking form to avoid scrolling with this custom CSS

    .am-cat__content.am-fcil__wrapper {
            max-width: 1200px !important;
            width: 100%;
            max-height: 100% !important;
            height:900px !important;
            margin:2px !important;
            border-radius: 8px;
            box-shadow: 0 30px 40px #0000001f;
        }
    If you wish to see a built-in solution for users to choose the Booking Form height from the Amelia's Customize interface, 

    please feel free to search through our feature suggestion page, 

     to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.

    You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;

    and our newsletter, so you're informed about new features, bug fixes, freebies, etc.

    Hope this helps. 

    Kind Regards, 

    Marko Davidovic
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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

  •  3
    IC Concept replied

    Hi, thanks for the reply

    Unfortunately this did nothing to solve my issue.

    For some reason nothing happens, no matter what I set the height to - no change is visible. 

    The booking ends up looking much like it is not an actual part of the website as there is scrolling within scrolling.


  •  1,314
    Marko replied

    Hello again,

    In this case then,ufortunately, currently, this feature is not built-in in Amelia and this can not be achieved at this time.

    In light of this, we encourage you to kindly consider submitting this valuable suggestion as a feature request through the following link: https://features.wpamelia.com/. The prioritization of feature development is greatly influenced by the number of customer requests received. By participating and expressing your support, you contribute significantly to the potential expedited implementation of this feature.

    Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.

    We wish you all the best.

    Have a nice day. 


    Kind Regards, 

    Marko Davidovic
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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