ricardobeat
Forum Replies Created
-
Thanks for taking the time. I figured it’s best to just swap the offending lines for version 1.7.3, no errors so far. Deregistering wp’s core jquery scripts is a bit dangerous, after disabling the plugin the whole admin area fell apart. I’ll get in touch with Simple Fields’ author to see what can be done.
wp_enqueue_script("jquery-ui-effects-core", "https://jquery-ui.googlecode.com/svn/tags/1.7.3/ui/effects.core.js"); wp_enqueue_script("jquery-ui-effects-highlight", "https://jquery-ui.googlecode.com/svn/tags/1.7.3/ui/effects.highlight.js");
Doesn’t work in en either.
I just noticed it loads both
ui.datepicker.js
andui.datepicker-pt.js
Edit: looks like it’s a conflict with another plug-in, can’t figure out which yet.
Edit 2: It’s Simple Fields… my guess is it’s initializing the datepicker again somewhere, but I can’t find the script. #ui-datepicker-div is actually updating it’s position etc. but it can’t get rid of display:none – probably result of calling toggle() twice.
Forum: Networking WordPress
In reply to: testCompression script in adminI managed to stop it with update_site_option(‘can_compress_scripts’, 1), setting it to 0 would keep loading the script.
Forum: Fixing WordPress
In reply to: Site Down After 2.8 UpgradeI’m having the same issue. I had language set to pt_BR but that gives me a blank wp-admin page. It only works when set to english/empty or some language that doesn’t exist in wp-content/languages (renaming the folder makes it work again too). Any ideas?
thanks
Forum: Fixing WordPress
In reply to: Images Don’t Automatically Go Into Gallery?How come 2.8.1 was released without fixing this?? This is serious functionality crippling.
Forum: Plugins
In reply to: [Plugin: Register Plus] Compatibility with WP 2.7.1?It’s running fine for me, except that everyone trying to register was getting a “This e-mail is already registered” error, so I enabled multiple registrations with the same email – works but is not the ideal solution. I have no idea where the problem is.
Forum: Fixing WordPress
In reply to: Post 2.7 Upgrade – Bulk Edit Posts IssueRan into the same issue 10 minutes ago.
“I’m not sure how you’d actually implement the interface”
Exactly like the ‘edit post’ page: check for inclusion, uncheck for removal (already assigned categories would appear checked from start).
It’s kind of scary realizing you might have the need to move/reassign a category some time in the future, with hundreds of published posts, and there’s no tool available for that!
Also it would make sense if the “uncategorized” category is removed as soon as a category is assigned to a post!
Forum: Plugins
In reply to: [Plugin: DB Cache] Queries are reduced but load time is notI’m using DB Cache and Hypercache together. Hypercache creates static HTMLs, so all that DB cache will do is accelerate the page creation when the cached one has expired. Shouldn’t be necessary unless it’s a heavy load site. I’m not sure I’ll keep both, as DB-cache is not having much of an impact on loading times (just 3s to 2s, around 100 queries).
Forum: Fixing WordPress
In reply to: ‘ERROR’ when adding new userDoh. I was trying to put a space in the username. Should have a more meaningful error message.
Thanks anyway!