Title: Error enqueue resources
Last modified: August 21, 2016

---

# Error enqueue resources

 *  Resolved [Alejandro Gil Mialdea](https://wordpress.org/support/users/aekschoko/)
 * (@aekschoko)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/error-enqueue-resources/)
 * The enqueue resources (style.css) affect the entire wordpress dashboard, for 
   example, the class “.left” affected area “Custom Fields” on the posts and pages
   forcing them look incorrectly.
 * I updated the following line:
    add_action(‘init’, array($this, ‘enqueue_resources’));
 * by:
    if ($_REQUEST[‘page’] == ‘eps_redirects’){ add_action(‘init’, array($this,‘
   enqueue_resources’)); }
 * [https://wordpress.org/plugins/eps-301-redirects/](https://wordpress.org/plugins/eps-301-redirects/)

Viewing 1 replies (of 1 total)

 *  [eggplantstudios](https://wordpress.org/support/users/shawneggplantstudiosca/)
 * (@shawneggplantstudiosca)
 * [11 years ago](https://wordpress.org/support/topic/error-enqueue-resources/#post-5068898)
 * Fixed, ty!

Viewing 1 replies (of 1 total)

The topic ‘Error enqueue resources’ is closed to new replies.

 * ![](https://ps.w.org/eps-301-redirects/assets/icon-256x256.png?rev=2413221)
 * [301 Redirects - Redirect Manager](https://wordpress.org/plugins/eps-301-redirects/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eps-301-redirects/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eps-301-redirects/)
 * [Active Topics](https://wordpress.org/support/plugin/eps-301-redirects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eps-301-redirects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eps-301-redirects/reviews/)

## Tags

 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [eggplantstudios](https://wordpress.org/support/users/shawneggplantstudiosca/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/error-enqueue-resources/#post-5068898)
 * Status: resolved