The RSS feed dashboard widgets (Plugins, Word Press Blog, Other Word Press News)don't load in clean install of 3.5. They get stuck "Loading..."
The RSS feed dashboard widgets work fine when I update 3.5 over 3.4.
thanks,
Spencer
The RSS feed dashboard widgets (Plugins, Word Press Blog, Other Word Press News)don't load in clean install of 3.5. They get stuck "Loading..."
The RSS feed dashboard widgets work fine when I update 3.5 over 3.4.
thanks,
Spencer
Any JavaScript errors on this page?
This is still a problem with WordPress 3.5-RC2-23007
Adding define('SCRIPT_DEBUG', true); to the wp-config file "fixed" this.
This is still a issue in 3.5-RC3.
Adding...
define('SCRIPT_DEBUG', true);
or
define('CONCATENATE_SCRIPTS', false);
..."fixed" the problem.
Is this issue going to be resolved before 3.5 is released?
Chunk the script names as passed to load-scripts.php into 128-character pieces.
The chunking resolved this issue.
Thanks!
Genius - adding define('CONCATENATE_SCRIPTS', false); fixed all my widget issues, and also fixed the problems i was having accessing jetpack stats - all working great now! big help :-)
You must log in to post.