missing jquery-ui.css
-
there is a missing css file inside your plugin name jquery-ui.css
wp_register_style(‘zcffront-jquery-ui’, zcf_lbplugin_baseurl(‘assets/css/jquery-ui.css’, ZCF_LBPLUGINFILE));
wp_enqueue_style(‘zcffront-jquery-ui’);chrome console error as below:
Refused to apply style from ‘https://xxx.xxx/wp-content/plugins/zoho-crm-forms/assets/css/jquery-ui.css?jcr=jh717h2l’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.
MIME type is correct, but the file is missing.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘missing jquery-ui.css’ is closed to new replies.