• Hi,
    I use Site Origin Page Builder and the Appointments javascript does not seem to work with this. When I create a regular page with the shortcodes directly in the page text when you click on a time, the fields come up as expected.
    When the shortcodes are in a text widget in a Pagebuilder page nothing happens when you click on a time. Here is my test page:
    https://www.thrivehealth.com.au/test-ds-booking/
    The shortcodes I have in this page are:
    [app_monthly_schedule]
    [app_pagination month=”1″]
    [app_confirmation]

    Do you know how to get this working?
    Thanks,
    janie

    https://www.ads-software.com/plugins/appointments/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey Janie,

    Hope you’re well today ??

    Unfortunately page builder can cause issues like that.

    For the time being in order for Appointments shortcodes to work properly you’d have to place them outside of the page builder in page content.

    I’ll report this to our developers so we can investigate this further and see if there is anything we can do to fix this.

    Best regards,
    Bojan

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again Janie,

    A quick follow up on this one. After additional testing of the page builder plugin apparently placing the shortcodes as a table in text editor works.

    So what you can try to do is the following:

    1. Add visual editor widget in your page builder row https://screencast.com/t/ltlX0LhuXKE.

    2. Once in, switch to text editor.

    3. Add the following there:

    <table>
    <tbody>
    <tr>
    <td colspan="2">[app_my_appointments]</td>
    </tr>
    <tr>
    <td>[app_services]</td>
    <td>[app_service_providers]</td>
    </tr>
    <tr>
    <td colspan="2">[app_monthly_schedule]</td>
    </tr>
    <tr>
    <td colspan="2">[app_pagination]</td>
    </tr>
    <tr>
    <td colspan="2">[app_login]</td>
    </tr>
    <tr>
    <td colspan="2">[app_confirmation]</td>
    </tr>
    <tr>
    <td colspan="2">[app_paypal]</td>
    </tr>
    </tbody>
    </table>

    Please let me know if this works for you.

    Best regards,
    Bojan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with Site Origin Page Builder’ is closed to new replies.