lopezvit
Forum Replies Created
-
Ok, I was too quick to answer, from #jimbabwe:
editing
/plugins/bwp-recaptcha/includes/class-bwp-recaptcha-cf7.phpI replaced:
$result['reason'][$name] = $rc->options['input_error'];With:
$result['reason'] = array($name => $rc->options['input_error']);this works like a charm
exactly the same as #ivomokros, with #jberg1 sollution appears to work, but it’s not really doing anything. Do you still use this plugin or have you change to a new one?
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] lightbox image too longThank you very much, you save my day 🙂
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] I though't I lost my websiteIn case that you want to know how I solved the commentmeta table problem I used this regular expression in notepad++
First I replace
),(
into this:
),\r\n(
Using the extended search mode.And now that you have one line per insert you can safely run this replace in regular expression search mode. This:
(^\('[^']*','[^']*','[^']*','[^']*').*(\),)$
into this:
$1$2Hope it helps.
Forum: Plugins
In reply to: [qTranslate] qTranslate and WordPress 3.9.Thank you very much to all. I have use the zip with the code from @contramare and for now on I’m going to keep the mqtranslate as a life saver in case nothing works 😉