• 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/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Error enqueue resources’ is closed to new replies.