tweak
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WP 3.5 fresh install "add media" brokenadding this line:
define(‘CONCATENATE_SCRIPTS’, false );
to the wp-config.php file fixes my issues.
Forum: Fixing WordPress
In reply to: This will fix ALL your 3.5 WP version problems.seems to do the trick over here just fine. glad to have a solution that works instead of requiring me to turn off plugins.
Forum: Installing WordPress
In reply to: WP 3.5 fresh install "add media" brokenand I’ve reinstalled via FTP just to see if that made any difference. themes don’t make a difference either.
Forum: Installing WordPress
In reply to: WP 3.5 fresh install "add media" brokenshould it break with only Jetpack turned on? should it break with only google xml sitemaps turned on? because it does both those things…
Forum: Plugins
In reply to: [Plugin: WP Easy Post Types] Show in admin deactivates after editing columnsbump. how can we rely on this plugin when we can’t even get an ajax bugfix — if you update the fields, your admin interface disappers!! please give us a fix!
I got my Easy Post Types datepicker working by changing the plugins/easy-post-types/classes/custom-datefield/custom-datefield.php file to have a call to 1.7 instead of 1.8 (it is almost the last line):
wp_enqueue_style('custom-datefield-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7/themes/base/jquery-ui.css');Forum: Plugins
In reply to: [WP Easy Post Types] [Plugin: WP Easy Post Types] Custom Fields Admin stylingoops. meant to remove that empty first line. sorry about that.