Title: Missing assets
Last modified: March 15, 2022

---

# Missing assets

 *  [matt3005](https://wordpress.org/support/users/matt3005/)
 * (@matt3005)
 * [4 years ago](https://wordpress.org/support/topic/missing-assets-5/)
 * A recent site audit for my site has shown some missing stylesheets for this plugin.
   I’ve had a look through the code and it looks like it’s trying to enqueue two
   stylesheets that aren’t in the assets folder of the plugin.
 *     ```
       wp_enqueue_style('jquery-ui' , plugins_url('assets/css/jquery-ui.css', __FILE__) );
       wp_enqueue_style('datepicker' , plugins_url('assets/css/datepicker.css', __FILE__) );
       ```
   
 * Both of these lines are trying to include styles that aren’t present. Could you
   take a look at this please?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [smacksupport](https://wordpress.org/support/users/smacksupport/)
 * (@smacksupport)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/missing-assets-5/#post-15952008)
 * We have resolved the issue on our latest update. Thank you

Viewing 1 replies (of 1 total)

The topic ‘Missing assets’ is closed to new replies.

 * ![](https://ps.w.org/wp-zoho-crm/assets/icon.svg?rev=2703680)
 * [Zoho Integration for WordPress](https://wordpress.org/plugins/wp-zoho-crm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-zoho-crm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-zoho-crm/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-zoho-crm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-zoho-crm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-zoho-crm/reviews/)

## Tags

 * [Missing Dependencies](https://wordpress.org/support/topic-tag/missing-dependencies/)

 * 1 reply
 * 4 participants
 * Last reply from: [smacksupport](https://wordpress.org/support/users/smacksupport/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/missing-assets-5/#post-15952008)
 * Status: not resolved