cus003
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] File Upload JS ErrorI think I’ve solved it. Basically, because WordPress loads jQuery in the admin automatically, I had some code in my functions.php which loaded jQuery only if the user wasn’t in the admin panel, but then for some reason put loading the jQuery UI framework outside of the is_admin function check. Just whacked it inside and all seems to be OK. Strange that it worked fine until updating to the latest version of the plugin though!
Thanks again for your help!
Forum: Plugins
In reply to: [Custom Field Suite] File Upload JS ErrorOk I’ll do that tomorrow and report back. Thanks for your help so far!
Forum: Plugins
In reply to: [Custom Field Suite] File Upload JS ErrorWell, the main content editor was, and now isn’t. However, the problem still remains.
Also, how would I make that change stay with updates?
Forum: Plugins
In reply to: [Custom Field Suite] File Upload JS ErrorHey, thanks for the quick reply.
Here’s the debug info:
WordPress 3.5.1
PHP 5.3.18
Apache
Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17— Active Plugins —
Add From Server 3.2.0.2
Adminimize 1.8.2
Admin Menu Editor 1.1.13
Codepress Admin Columns 1.4.9
CPT-onomies: Using Custom Post Types as Taxonomies 1.2.1
Custom Field Suite 1.8.6
Google XML Sitemaps 3.2.9
Peter’s Login Redirect 2.6.1
Prevent Password Reset 0.1
Quick Cache 111203
Remove quick edit 1.1
Simple 301 Redirects 1.03
White Label CMS 1.5.1
WP Block Admin 0.2.3.0
Wp Ultimate CSV Importer 2.0.0Just trying to troubleshoot it myself as well.
Forum: Plugins
In reply to: Custom Login Page – RedirectIt’s ok, I solved it. I used a filter on “site_url” to redirect any requests within WordPress, then used a simple redirect rule in my htaccess to redirect. While this won’t keep the query string, the query string will never be added, because i’ve taken care of this within WordPress.
I probably couldn’t figure it out yesterday because it was fairly late.
Cheers!