Conversation
supportDear CPM Guys, Thanks for your plugin, just i installed and configured with my projects. I like the chart type and features . When i created the poll and display using short-code to my sidebar. its displayed ,but won’t working vote button. Here is my project : http://halokhabar.com You can see the poll in hompe page >> Right sidebar >> Bottom line Hope your response Thanks
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.
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.