Okay
  Public Ticket #2438299
Recurrent classes "continue" button hidden
Closed

Comments

  • Abigail started the conversation

    Hi Amelia team, 


    I love your new feature and I'm sure it's going to make a lot of my students super happy!

    I'm having an issue however : when I place the booking shortcode on a page, once a person clicks on "Repeat appointment" and "Continue", they are redirected to a screen where they can choose the frequency of recurrent classes (see attachment). On this screen the "Continue" button is hidden, when I inspected it it seems as if the form was shifting to the left and bottom of the frame. This makes it impossible for someone to actually book a class.

    I found it's due to the fact that I want to use a page builder (Thrive Architect) to integrate the booking form on specific student pages. Hopefully you can help me, perhaps some css could help me to get it back on the visible part of the page.

    Thanks and regards, 

    Abigail


  • [deleted] replied

    Hello Abigail, 

    Apologies for replying late, we are not working on weekends. 

    We are glad to see you like the new version of Ameliasmile.png

    Yes, the page builder is changing all of the div/s on the page and this is why the buttons are not there anymore (they are outside of the box content). Please add this custom CSS :

    .amelia-booking div {
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    and let me know if it fixed the issue!


  • Abigail replied

    Hello Marija, 


    Thank you for the prompt reply, I just tried it and the button now appears!

    Thank you so much for taking the time with this, do have a good week :)

  • [deleted] replied

    You are welcome, Abigail! 

    Glad to see it works well. 

    Thank you, have a good one as wellsmile.png 

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.