• My admin section’s ajax seems to not be working.
    Adding custom fields or categories require a refresh before updating.
    That’s all I’ve noticed so far – perhaps others as well.
    Deleting categories works fine though.

    I tried to disable all my plugins and reactivate one by one…still happening.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • When you first get into the admin dashboard, check to see if you’re getting any javascript error. You can use firebug to check for that. Or if you have the web developer tool extension, it will tell you on the top right if it has a green checkmark or red exclaimation mark.

    jtwg

    (@jtwg)

    Same thing here. jQuery appears not to be loading. Baffling.

    Add this to your config.php file

    define( ‘CONCATENATE_SCRIPTS’, false );

    above the line /* That’s all, stop editing! Happy blogging. */

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin ajax not working’ is closed to new replies.