mwshead
Forum Replies Created
-
Forum: Plugins
In reply to: Super Cache is refreshing too frequently!I have the same problem. I replaced DOCUMENT_ROOT with a hard coded path in .htaccess and it seemed to fix the issue.
I also tried modifying the DocumentRoot settings in my Apache configuration, but that didn’t seem to change anything. Has anyone found a way to make this work other than hard coding the directories into the .htaccess file?
Forum: Fixing WordPress
In reply to: 2.5 Kubrick Header Colors Can’t be ChangedWhen Safari is in debug mode I get:
Undefined value http://www.site.com/wp-includes/js/colorpicker.js (line 374)Line 374 is:
while (t.parentNode != null) {I’m guessing that this doesn’t matter because the code is just checking to see if it is defined or not.
Forum: Fixing WordPress
In reply to: 2.5 Kubrick Header Colors Can’t be ChangedHm. mod_security is not listed as an enabled Apache module. But just to be sure I added:
<IfModule mod_security.c> SecFilterInheritance Off </IfModule>to the .htaccess file in the root directory for the site. It didn’t fix the problem. Also the image upload and other Ajax functions seem to be working ok.
When I bring up the Error Console in Firefox and click on the button to bring up the color picker I get:
Warning: Error in parsing value for property 'top'. Declaration dropped. Source File: http://www.site.com/wp-admin/themes.php?page=functions.php&saved=true Line: 0I’m not sure if that is relevant or not.
Forum: Fixing WordPress
In reply to: 2.5 Kubrick Header Colors Can’t be Changed@otto – What OS are you using?
Forum: Fixing WordPress
In reply to: 2.5 Kubrick Header Colors Can’t be ChangedHere is a screencast showing what I’m seeing: http://s3.xeric.net/color-picker.mp4
Forum: Fixing WordPress
In reply to: 2.5 Kubrick Header Colors Can’t be Changed@otto. Are you on 2.5 and which browser/os are you using?