Hello,
I am a programmer but not in this field so I apologize in advance if I am a noob :(
I am trying to make a wordpress site and add your Easy!Appointments booking system.
I installed Easy!Appointments via softaculous and the correct wordpress plugin for communication between backend and frontend. On the plugin page I have the confirmation message that the connection has been established correctly.
However, when I try to use the shortcode [easyappointments], I do not see anything on my online page.
But using the shortcode nothing to do. The request is made via https so that should not be the problem.
The only solution I found reading on the community is to use <iframe class="easyappointments-iframe" src="/booking/index.php" width="100%" height="700px" style=""></iframe> and IT WORKS, but I would like to be able to use the shortcode [easyappointments].
Thank you very much in advance for your help