When I add another line of php code to echo the shortcode for the step-by-step booking system it breaks the shortcode below it in the template file.
This is current code in the template file, how do I add another line of Amelia shortcode? Does it need to be a return function instead of echo? I have tried to research this online but can't find any answers on it.
We just got the feedback from our colleagues and they have told us that when we add another do_shortcode on your code as you did for step-by-step it works:
<?php get_header(); ?> <main id="main" class="page-container"> <aside class="page-overlay"> </aside> <section class="all-section-one page-section"> <h1>All Upcoming Camps</h1> <hr> //here i would like to add in the amelia step by step booking <div class="book-all"> <?php echo do_shortcode( '[ameliastepbooking]' ); ?> </div> <div class="book-all"> <?php echo do_shortcode( '[ameliaevents type=calendar tag="camp"]' ); ?> </div> </section> <section class="all-section-two page-section"> <?php get_template_part('template-parts/content', 'camps'); ?> </section> </main>
<?php
get_footer();
Yes, that appears for me, but the calendar doesn't work on the booker and I only want to show packages, not services.
<?php echo do_shortcode( '[ameliastepbooking show=packages]' ); ?> does not allows the booking calander to load underneath. Why is that? On mobile in particular it does not work.
To be more specific, the employee's special days are not showing in the calendar's booker. We can't allow users to book any date or time for the service in the package. So we need the special days to show on the calendar as they should?
We forgot to mention that if special days are added through the employee panel they will not show. We have a bug with special days and an employee panel. Only the special days that are added in the back end will be saved. We will have an update this week that should contain a fix related to special days in the employee panel.
Right ok, I think that's the issue because there is no buffer time required and the service, employee & package settings are all correct.
I can't see an alternative way to add a special day in the back-end as you mentioned, are you able to instruct me on this? My client would like to start selling the packages as soon as possible.
We just got the feedback from our colleagues and they have told us that this is most likely conflict with some other plugin that uses FullCalendar library, send us wp-admin credentials with FTP or a duplicate site so we can make fix for it.
As for special days go to emplyoee/edit employee and you will see the special day section like this
I know how to add special days through employees, but you said that causes the bug. You advised the special days should be added in the back-end, so I was asking what you mean by that and if there's another way to add them?
There are no other plugins that it could be clashing with, there are only 4 plugins in total used, could it be an issue with Amelia?
As for special days, we have a bug in the employee panel so specials days that are created in the panel can not be saved and shown on front. But if you create them in the back end as an admin they will be saved and shown on the front.
As soon as my colleagues send me feedback I will contact you on this ticket.
Ok thank you, I am only adding the special days as the admin in the back end and they are not showing, so there must be another issue. The normal working days show on the calendar but not the special days and we only need to sell the special days. We wanted to be selling these packages already, do you think your colleagues will have a look at the website today?
We just got the feedback from our colleagues and they have told us that when we switch theme packages are working, maybe try to place both shortcodes via "do_shortcode" or via page edit, since we cant connect via FTP.
We just got the new feedback from our colleagues and they have told us that step-by-step and events calendar on the same page do not work together at this time.
Currently, those 2 shortcodes on the same page are not working and the bug has been confirmed and our developer will work on this but there is no ETA at this time when it will be resolved.
We apologize for the inconvenience.
If you have any more questions please open a new separate ticket for each question and we will gladly help you there.
When I add another line of php code to echo the shortcode for the step-by-step booking system it breaks the shortcode below it in the template file.
This is current code in the template file, how do I add another line of Amelia shortcode? Does it need to be a return function instead of echo? I have tried to research this online but can't find any answers on it.
get_header(); ?>
<main id="main" class="page-container">
<aside class="page-overlay">
</aside>
<section class="all-section-one page-section">
<h1>All Upcoming Camps</h1>
<hr>
//here i would like to add in the amelia step by step booking
<div class="book-all">
<?php echo do_shortcode( '[ameliaevents type=calendar tag="camp"]' ); ?>
</div>
</section>
<section class="all-section-two page-section">
<?php get_template_part('template-parts/content', 'camps'); ?>
</section>
</main>
<?php get_footer(); ?>
Thank you for your help,
Naomi
Hello Naomi,
We have forwarded your ticket to our level 2 agents and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Naomi,
We just got the feedback from our colleagues and they have told us that when we add another do_shortcode on your code as you did for step-by-step it works:
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Marko,
Yes, that appears for me, but the calendar doesn't work on the booker and I only want to show packages, not services.
<?php echo do_shortcode( '[ameliastepbooking show=packages]' ); ?> does not allows the booking calander to load underneath. Why is that? On mobile in particular it does not work.
https://web360cricket.wpengine.com/all-camps/ - this is the staging website
The calendar in the step-by-step booker does not work here either.
Hi Marko,
To be more specific, the employee's special days are not showing in the calendar's booker. We can't allow users to book any date or time for the service in the package. So we need the special days to show on the calendar as they should?
Hello Naomi,
Please check the following:
1. Buffer time if it overlaps. Turn it off and refresh the page and see if it shows available time slots
2. Check if you have assigned that service in work hours in employee work hours
Hope this helps.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Naomi,
We forgot to mention that if special days are added through the employee panel they will not show. We have a bug with special days and an employee panel. Only the special days that are added in the back end will be saved. We will have an update this week that should contain a fix related to special days in the employee panel.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Marko,
Right ok, I think that's the issue because there is no buffer time required and the service, employee & package settings are all correct.
I can't see an alternative way to add a special day in the back-end as you mentioned, are you able to instruct me on this? My client would like to start selling the packages as soon as possible.
If it's useful you can log in to the staging website - https://web360cricket.wpengine.com/wp-admin/
username: 360-cricket
password: 360-cricket123!!!
Thank you for your help!
Hello Naomi,
We just got the feedback from our colleagues and they have told us that this is most likely conflict with some other plugin that uses FullCalendar library, send us wp-admin credentials with FTP or a duplicate site so we can make fix for it.
As for special days go to emplyoee/edit employee and you will see the special day section like this
Hope this helps.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Marko,
Yes, you can log into the staging site and use it for any testing:
https://web360cricket.wpengine.com/wp-admin/
username: 360-cricket
password: 360-cricket123!!!
I use an SFTP connection for this site if that would work for you:
web360cricket.sftp.wpengine.com
username: web360cricket-staging360
password: webcricket123
I know how to add special days through employees, but you said that causes the bug. You advised the special days should be added in the back-end, so I was asking what you mean by that and if there's another way to add them?
There are no other plugins that it could be clashing with, there are only 4 plugins in total used, could it be an issue with Amelia?
Thank you,
Naomi
Hello Naomi,
I will forward this to my colleagues.
As for special days, we have a bug in the employee panel so specials days that are created in the panel can not be saved and shown on front. But if you create them in the back end as an admin they will be saved and shown on the front.
As soon as my colleagues send me feedback I will contact you on this ticket.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Marko,
Ok thank you, I am only adding the special days as the admin in the back end and they are not showing, so there must be another issue. The normal working days show on the calendar but not the special days and we only need to sell the special days. We wanted to be selling these packages already, do you think your colleagues will have a look at the website today?
Thank you very much
Hello Naomi,
Our colleagues work on very complicated tickets and they work on them in the order in which they arrived so I can not know that.
As soon as we get some feedback from them we will contact you. Your patience is highly appreciated.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Naomi,
We just got the feedback from our colleagues and they have told us that when we switch theme packages are working, maybe try to place both shortcodes via "do_shortcode" or via page edit, since we cant connect via FTP.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Naomi,
We just got the new feedback from our colleagues and they have told us that step-by-step and events calendar on the same page do not work together at this time.
Currently, those 2 shortcodes on the same page are not working and the bug has been confirmed and our developer will work on this but there is no ETA at this time when it will be resolved.
We apologize for the inconvenience.
If you have any more questions please open a new separate ticket 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
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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