revixi5
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Locale and Flag columns issueThe issue is with the theme Divi (that theme conflict with many plugins). With other themes, your plugin is flawless and is the best ever.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Export to CSVI add this into a plugin :
<?php /* Plugin Name: - Description: - Author: - */ add_filter( 'caldera_forms_csv_character_encoding', function( $encoding, $form ){ if( 'CF42' == $form[ 'ID' ] ){ $encoding = 'UTF-16'; } return $encoding; }, 10, 2);
But it didn’t made any difference. Sorry.
Ex.: Lucien L& #039;Allier- This reply was modified 7 years, 10 months ago by revixi5.
Forum: Plugins
In reply to: [SlimStat Analytics] Strange trackingThanks a lot for the tip. I will take a look at it immediately.
Forum: Plugins
In reply to: [SlimStat Analytics] SessionThank a lot for taking of your time for answering with so much generosity. Hope this will also help others like me to better understand how those things work.
Forum: Fixing WordPress
In reply to: Get WP to use p & br tags in pages/postsTinyMCE Advanced has that option. (Keep paragraph tags).
So happy to hear that. I’m waiting for that upgrade. I’m building a multilingual WP site and this is an issue… the error messages all comes out in the same language…
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Can't use Ajax optionOk, I found that the bug is with mac Safari… not with my theme.
Forum: Plugins
In reply to: [WP-Polls] Does not recognize the translation of the Hebrew languageDon’t get me wrong. Your plugin is really great, and more than 100 000 downloads demonstrate it. I’m new to polyglots and it seem that the french translation is complete already, but waiting for approval… or something like that.
Forum: Plugins
In reply to: [WP-Polls] Does not recognize the translation of the Hebrew languageSame here… i try everything and nothing works for french… I had the same issue years ago and it is still not fix. I’ll finally have to translate the plugin directly into the PHP files.
Forum: Plugins
In reply to: [WP-Polls] Change Language to ItalianThanks for your answer.
I was talking about my own translation (wp-polls-fr_FR.po – 83%). Can’t we add anymore our own translation next to the .pot file? Because it is not working. I am translating plugins regularly and it is the first time I have that issue. Could you please run a test with the latest WP to see if there was a change that block the translation to be recognize?
Also, in the WP translation page, there is 280 translated elements WAITING… Is there anybody reviewing those things?
Thanks again.
Forum: Plugins
In reply to: [WP-Polls] Change Language to ItalianHow come is it so problematic to switch your plugin to french? With WordPress 4.4.2 the wplang is in the database and i wonder if it is the source of the problem… i try everything and nothing is working. In the plugins list page the description of wp-polls is in french, but everything else stay in english. The wp-polls-fr_FR.po file is translate at 83% (poedit) and still nothing… I switch everything on an off, uninstall, reinstall, i even restart a new database from scratch, and no… nothing. Only the description of the plugin is translated…
Forum: Plugins
In reply to: [Theme My Login] Translating Theme My LoginSorry but i can’t figure how zenata works… i prefer translating by my own with poedit. I’m working on a french translation. For those who can’t figure how come their translation are not working, you have to use the name of the plugin : theme-my-login-fr_FR.po (example) and copy it into the language sub folder of the plugin.
It is the TAB that stop working. If your in the Visual when you activate the plugin, it will remain there, you won’t be able to switch to the code editor.
You can use the plugin “TinyMCE Advanced”, it has the option and it does not conflict with WP 4.3.1
Forum: Plugins
In reply to: [Chimpy Lite - MailChimp WordPress Plugin] Same form in 2 pagesThank you for your answer. Unfortunately, the “display condition” of the form is only available in the Pro version…
Now everything seem to works smoothly (or aggressively).