• I am getting the following error in my dev tools console when on the Menus backend page: Resource interpreted as Stylesheet but transferred with MIME type text/html. It is specifically referring to /wp-admin/nav-menus.php file.

    I am trying to use several user role editor plugin to hide menu items based on user roles.

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Try:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If your host provider has a “Purge Varnish” option or if you can ask your provider to flush memcache on your server.
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – switching to the unedited default Theme (Twenty Sixteen.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).

    If that does not help, Enabling debugging

Viewing 1 replies (of 1 total)
  • The topic ‘Resource interpreted as Stylesheet but transferred with MIME type text/html’ is closed to new replies.