Dominik Schilling
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Admin bar CSSIf you have problems with it, you can define your own callback or remove it with
add_theme_support( 'admin-bar', array( 'callback' => '__return_false') );Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?- UI cleanup
=> Drop IE 6 support
=> Use more CSS3 instead of background imagesForum: Themes and Templates
In reply to: Twenty Ten – no Header imageThats right, you can remove line 56 (<?php) to 66 (<?php endif; ?>).
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Minify and <pre>Thx for the update, now it’s perfect!!
Forum: Plugins
In reply to: [Plugin: WP Smush.it] Error posting to Smush.itwelshhuw, see here.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Minify and <pre>Did you look it up?
Would be happy to see my code snippet correctly again. 😉Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Minify and <pre>Hi,
I disabled the plugin, same probleme, I use some other plugins, same problem.So it should looks like: http://img5.imagebanana.com/view/ytcitmzt/Unbenannt.JPG
After enable line break removal it looks like this: http://img5.imagebanana.com/view/drgyhcjd/Unbenannt2.JPGLive you can see it here.
Thanks.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Minify and <pre>No idea?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] JS File Management:masterbassie, a solution for that is, to add the urls manual in the config file in /wp-content/w3-total-cache-config-xxxx.php.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] White page after activate minify HTML@a.verdeja
Do you replace all three lines? It should be:require_once (W3TC_LIB_MINIFY_DIR . '/Minify/HTML.php'); require_once (W3TC_LIB_MINIFY_DIR . '/Minify/CSS.php'); require_once (W3TC_LIB_MINIFY_DIR . '/JSMin.php');I get the error also in /wp-content/plugins/w3-total-cache/lib/W3/Cache/File.php on line 75
The fix (line 75):
if ((is_dir($path) ||
Instead $dir you should use $path.Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Minify and <pre>Upps, after in should be < pre >.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] JS File Management:Thx, it works now.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] White page after activate minify HTMLHi,
open /wp-content/plugins/w3-total-cache/lib/W3/Plugin/Minify.php.
First I removed the line (~260) with set_include_path… and add the path of the DOCUMENT_ROOT to require_once:
require_once ($_SERVER['DOCUMENT_ROOT'].'/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php');But today I have looked over it again and now I have a solution which is more flexible:
require_once (W3TC_LIB_MINIFY_DIR . '/Minify/HTML.php');
The line with set_include_path… is here removed too.I hope it works for gregma too.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] White page after activate minify HTMLHi,
I ask my webhoster and he couldn’t find an error. So I replaced the lines with fix paths and now it works.
Thx for your great plugin!
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] White page after activate minify HTMLHi, your log doesn’t exist, but I create another log and I get this errors:
[27-Oct-2009 14:46:46] PHP Fatal error: Can't load Minify/HTML.php, open_basedir restriction. in ##/wp-content/plugins/w3-total-cache/lib/W3/Plugin/Minify.php on line 262 [27-Oct-2009 14:46:46] PHP Fatal error: Can't load Minify/CSS.php, open_basedir restriction. in ##/wp-content/plugins/w3-total-cache/lib/W3/Plugin/Minify.php on line 263Do you habv a solution for that?