Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Its looks like theme or plugin js conflict with our plugin. kindly deactivate all your plugin one by one and test also test with wordpress default theme.

    let me know did it work.

    Thanks
    A

    Thread Starter mikkiweb7

    (@mikkiweb7)

    what happens if thats not the case?

    Thread Starter mikkiweb7

    (@mikkiweb7)

    [wpdatatable id=2]

    Hi

    Let us know did you try above given steps.

    Thanks
    A

    Hi I also have problems with shortcode. I’ve already tried to disable all plugins (except yours), disablbe all my custom js and set basic WP theme. Nothing helps, same JS Error:
    Uncaught TypeError: jQuery(…).fullCalendar is not a function…

    But I detect one thing – when I put shortcode in visual editor then it works.

    So bug fires only when I try to output widget with echo do_shortcode('[APCAL]')

    Hope this info will helps you to solve issue.

    On my opinion you should to update function appointzilla_short_code_detect in appointment-calendar.php

    All the best,
    Pavel

    • This reply was modified 7 years, 10 months ago by webkupas.

    So very temporarily solution for us is to comment lines:
    194:
    if ( preg_match_all( '/'. $pattern .'/s', $post->post_content, $matches ) && array_key_exists( 2, $matches ) && in_array( 'APCAL_PC', $matches[2] ) || in_array( 'APCAL_MOBILE', $matches[2] ) || in_array( 'APCAL', $matches[2] ) ) {

    and 218:
    }

    @abhipathak hope you will fix current bug ASAP with new plugin’s version.

    The note from @webkupas works for me. Not sure what the conflict is, but the page now shows the calendar and everything went through as designed…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The shortcode not working’ is closed to new replies.