• Hello,

    thanks for the plugin, although i have one (big) problem. Your plugin works flawlessly on custom created page, but it doesn’t work on homepage. It’s probably some javascript conflict but i can’t find it. I use this shortcodes:

    <?php echo do_shortcode('[app_monthly_schedule]');?>
    <?php echo do_shortcode('[app_confirmation]');?>

    It shows calendar, but picking a date doesn’t work at all. The same code (more or less works on subpage

    [app_monthly_schedule]
    [app_pagination month="1"]
    [app_confirmation]

    Could you please help me?

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

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

    (@wpmudev-support4)

    Hey there CorwinPL,

    Hope you’re well today ??

    Appointment shortcodes are not going to work out of a box if being placed directly into the custom template or widget as the scripts will not be properly loaded.

    Please try adding the following above the shorcodes as well

    <?php global $appointments; $appointments->load_scripts_styles(); ?>

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter CorwinPL

    (@corwinpl)

    Hello,

    It works! Thank you very much. You save me ??

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Awesome! Glad I could help!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin doesn't work on homepage, but works on subpage’ is closed to new replies.