Forum Replies Created

Viewing 1 replies (of 1 total)
  • Plugin Author vishalbasnet23

    (@vishalbasnet23)

    Thank you for the review and pointing out the issue but looks like it has nothing to do with our plugin.
    By viewing source of your code it looks like you have dequeued the chart.min.js of the plugin or you have not enqueued jquery with default handler like ‘jquery’.
    Try equeuing jquery by using
    wp_enqueue_script( 'jquery' );

    and dequeue your jquery from theme folder.

Viewing 1 replies (of 1 total)