sit441
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Polylang] Translate homepage Arcade theme URGENTHi,
For translating text in php I use this:
<?php $currentlang = get_bloginfo('language'); if($currentlang=="en-US"): ?> <h2>ENGLISH TXT</h2> <?php else: ?> <h2>OTHER LANGUAGE</h2> <?php endif; ?>Maybe it will help you solve the problem!
Forum: Plugins
In reply to: [Contact Form 7] WP 3.6 doesn't work with CF7That’s really hard way to do this. Just simply copy newer (3.7 beta) or older class-phpmailer.php file over the one from 3.6. Or wait for 3.7 to come and fix this bug.
Forum: Plugins
In reply to: [Contact Form 7] WP 3.6 doesn't work with CF7Hello!
Thanks, Jack, for advice. I copied older version of class-phpmailer.php over newer – works as a charm.
Forum: Plugins
In reply to: [Contact Form 7] WP 3.6 doesn't work with CF7Thanks for replies!
I stil haven’t found whats causing the bug.
Just installed a clean test web page and still red error is brightening the layout 🙂Could this be a server problem somehow?
Sorry, reactivated plugin, meta box is back.
The error is still showing during activation, but it seems everyting to be working.
Viewing 5 replies - 1 through 5 (of 5 total)