Comments Ben started the conversationDecember 15, 2020 at 7:29pmHi I am searching for an option where either I can: Remove the congratulations picture after making an appointment.Or when using:<script>window.beforeConfirmedBooking = function(){window.location.href = "https://slaapkameramsterdam.nl/bedankt/";};</script>Having it so the forwarded page has an option to add the appointment to the customers google calendar .Kind regards,Ben Cornelisse 2,572Aleksandar repliedDecember 16, 2020 at 10:45pmHello BenThe option to add the appointment to the customer's calendar is included in the "Congratulations" screen, so I suppose removing the image is easiest.You can change it in ./wp-content/plugins/ameliabooking/public/img folder. The file name is trophy.svgPlease note that when you replace it, the new image also needs to be .svg, and you have to name it "trophy.svg" in order to work.If you simply want to hide the image, with custom CSS, you can use this: .am-svg-wrapper { display: none !important; } Kind Regards, Aleksandar Vuković[email protected] Rate my support 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 ...
Hi I am searching for an option where either I can:
Remove the congratulations picture after making an appointment.
Or when using:
<script>
window.beforeConfirmedBooking = function()
{
window.location.href = "https://slaapkameramsterdam.nl/bedankt/";
};
</script>
Having it so the forwarded page has an option to add the appointment to the customers google calendar .
Kind regards,
Ben Cornelisse
Hello Ben
The option to add the appointment to the customer's calendar is included in the "Congratulations" screen, so I suppose removing the image is easiest.
You can change it in ./wp-content/plugins/ameliabooking/public/img folder. The file name is trophy.svg
Please note that when you replace it, the new image also needs to be .svg, and you have to name it "trophy.svg" in order to work.
If you simply want to hide the image, with custom CSS, you can use this:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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