Philippe Gras
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Reddle] Not sure that your POT file is OKHere you can donload a french translation for Reddle.
J’espère qu’elle vous plaira !
Forum: Themes and Templates
In reply to: [Reddle] Not sure that your POT file is OKLOL ! I have it now ??
The problem was, that I named my PO & MO files reddle-fr_FR
instead of : fr_FRhttps://codex.www.ads-software.com/Function_Reference/load_theme_textdomain#1st_example
Forum: Plugins
In reply to: [Contact Form 7] Check Box Values not showing in received emailSame for me… I thought it did a mistake when filling the settings.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC 0.9.3 and WP 3.6.1 and PHP 5.4 does not workYes, WP 3.6.1 !
If your settings doesn’t change, try to reload/restart the server.
I’m allways bound to do that, just before changing the settings
with NginX.Forum: Plugins
In reply to: [W3 Total Cache] W3TC 0.9.3 and WP 3.6.1 and PHP 5.4 does not workI’m on PHP 5.4 and W3TC 0.9.3 works, but I don’t give it to minify the pages.
Probably minification doesn’t work, try with minification disabled…
Forum: Plugins
In reply to: [W3 Total Cache] Does ist work with WP 3.6.1?Sure that an official statement would be better, but I wanted
to test it anyway, because I do not like to wait.I tested it this week end, and it’s too fresh to tell something
about the compatibility between WP 3.6.1 and W3TC 0.9.3.If you prefer to do (waiting), it’s your point of view !
In an other hand, I’m sure that the Edge’s staff may work on
the brand new version of WP, and publish an other version of
W3TC as soon as possible.The only thing I can do is to let you take a look on the result.
Forum: Plugins
In reply to: [W3 Total Cache] Does ist work with WP 3.6.1?Yes, it seems to work good :
https://www.avoirun.com/WordPress 3.6.1 served by NginX,
with Memcached, xCache, & with
Cloudflare enabled.But minification is hand made…
Forum: Plugins
In reply to: [CW Image Optimizer] Install Littleutils on Linux x86_64I don’t have error during install with same Linux x86_64 system, but CW doesn’t work at least.
“Bad response” to any image optimization!
Is it possible that CW Image Optimizer is not yet compatible with the littleutils 1.0.27 version?
I think you have to replace :
$query = str_replace("'", '', $query);
with :
$query = str_replace("'", '’', $query);
// must be a real quote made with RTF file !
or :
$query = str_replace("'", '"', $query);
in :
function pk_stt2_function_get_terms($d)
But I’m not sure, because there are not a lot of people to tell something about it… It’s possible that our websites are misconfigured.Forum: Plugins
In reply to: [Contact Form 7] DHTML Thank You Page with Contact Form 7Now, I’m able to show you what I’ve done on my form to order comments on blogposts. As you may find at the end on the source code, I wrote a little document.write() method, that replace the page when the form has been sent. But you’ll see it’s very ugly if you test it. I would do a smarter DHTML Thank You Page with Contact Form 7, but I need some help to display it…