Title: Plugin Errors
Last modified: August 21, 2016

---

# Plugin Errors

 *  [Alimir](https://wordpress.org/support/users/alimir/)
 * (@alimir)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-errors-6/)
 * Thanks for your amazing plugin hasanrang05,
    But kento-notify is showing some
   errors in website pages! test your plugin with wp_debug = true
 * [http://wordpress.org/plugins/kento-notify/](http://wordpress.org/plugins/kento-notify/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Alimir](https://wordpress.org/support/users/alimir/)
 * (@alimir)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-errors-6/#post-4445011)
 * And Use enqueues in a function, like:
 *     ```
       function my_scripts_method() {
       	//Include Javascript library
       	wp_enqueue_script('inkthemes', plugins_url( '/js/demo.js' , __FILE__ ) , array( 'jquery' ));
       	wp_enqueue_script('jquery-mousewheel', plugins_url( '/js/jquery.mousewheel.js' , __FILE__ ));
       	wp_enqueue_script('perfect-scrollbar', plugins_url( '/js/perfect-scrollbar.js' , __FILE__ ));
       	wp_enqueue_style('kento-vote-style', KENTO_VOTE_PLUGIN_PATH.'css/style.css');
       	wp_enqueue_style('perfect-scrollbar', KENTO_VOTE_PLUGIN_PATH.'css/perfect-scrollbar.css');
       }
       add_action( 'wp_enqueue_scripts', 'my_scripts_method' );
       ```
   
 *  Plugin Author [PluginsPoint](https://wordpress.org/support/users/kentothemes/)
 * (@kentothemes)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/plugin-errors-6/#post-4445226)
 * Ooops sorry for your late reply…
 * Thanks for your feedback and i will fix and update plugin.
 * Best Wish to you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin Errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kento-notify_bfc1c2.svg)
 * [Kento Notify](https://wordpress.org/plugins/kento-notify/)
 * [Support Threads](https://wordpress.org/support/plugin/kento-notify/)
 * [Active Topics](https://wordpress.org/support/plugin/kento-notify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kento-notify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kento-notify/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [PluginsPoint](https://wordpress.org/support/users/kentothemes/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/plugin-errors-6/#post-4445226)
 * Status: not resolved