Good morning, I wanted to insert in the middle of a page the possibility of buying a lesson. Using elementor I divided the page into 3 columns (fig.a). Unfortunately when I go to select a service (fig b.)I can only use the space in the column and the navigation for the purchase is very bad and difficult (fig.c). Is it possible for Amelia to open a new page when we select the service? Thanks and best regards
Unfortunately this is not possible but what I can suggest as a workaround is creating buttons that would lead to a new page where you can place service specific shortcodes. The full list of available shortcodes can be found here.
Another suggestion would be to display the booking form as a pop up.
We added a shortcode for the popup - it needs to have the ID of the button that is calling the popup, so this is how one of the shortcodes should look like in the Elementor pop-up:
[ameliabooking trigger=amelia-button-id]
so if the button ID is 1 it will be:
[ameliabooking trigger=1]
So, you create a PopUp and set this shortcode in the popup, you will see the option Load booking form manually when you create Amelia shortcode, where you need to provide the button's ID, please look at the attachment.
When you create a button, on which the PopUp will be called, you set its Button ID (that you will provide in the shortcode above afterwards):
You need to enable the "Prevent Closing on Overlay" option in the popup settings:
Good morning,
I wanted to insert in the middle of a page the possibility of buying a lesson. Using elementor I divided the page into 3 columns (fig.a). Unfortunately when I go to select a service (fig b.)I can only use the space in the column and the navigation for the purchase is very bad and difficult (fig.c). Is it possible for Amelia to open a new page when we select the service?
Thanks and best regards
Hi Antonio
Thank you for reaching out to us.
Unfortunately this is not possible but what I can suggest as a workaround is creating buttons that would lead to a new page where you can place service specific shortcodes. The full list of available shortcodes can be found here.
Another suggestion would be to display the booking form as a pop up.
We added a shortcode for the popup - it needs to have the ID of the button that is calling the popup, so this is how one of the shortcodes should look like in the Elementor pop-up:
[ameliabooking trigger=amelia-button-id]
so if the button ID is 1 it will be:
[ameliabooking trigger=1]
So, you create a PopUp and set this shortcode in the popup, you will see the option Load booking form manually when you create Amelia shortcode, where you need to provide the button's ID, please look at the attachment.
When you create a button, on which the PopUp will be called, you set its Button ID (that you will provide in the shortcode above afterwards):
You need to enable the "Prevent Closing on Overlay" option in the popup settings:
thanks Blaženka I try