David
Forum Replies Created
-
Please, keep falcon engine. This was a great feature in Wordfence.
Hi Suraj… yes… the steps:
– Resinstalled Worpdress from scratch…
– Reinstalled again ithemes security plugin
– Didnt change the wp-content in the ithemes options
– Didnt touch directory permissions (I previously messed up permissions)and it worked…
Sorry for the time… I have been deactivating better security plugin sending newsletters but still having the issue.
So.. yes, I see a 0 in a blank screen
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] News not sended with cron jobsYes… you were right… both servers had different syntaxes… thanks
Forum: Plugins
In reply to: [WP Modal Login] translation failsSure… If you can send me the .po file in english and I would send it to you translated to spanish…. you can send it to david at wethinkapp.com
Forum: Plugins
In reply to: [WP Modal Login] translation failsIn step 4 added __ (two low hyphens) _e and esc_attr_e
Forum: Plugins
In reply to: [WP Modal Login] translation failsHi… I think I have solved… doing translation for spanish and french of this awesome plugin (thanks Cole)
1- Created a new catalog file with poedit Mac version, named geissinger_wpml-es_ES (for spanish)
2- In project name of the project, author geissinger_wpml in language es_ES, charset utf-8
3- In source directories . and added .. folder
4- In keywords added __ (two low hyphens)
5- Update to get all english strings (the world icon) and translate
6- Saved as geissinger_wpml-es_ES.po in the lang folder
7- Uploaded both files (.mo and .po) to lang folder
8- Putted in the first line of the wp-modal-login.php file…load_plugin_textdomain( ‘geissinger_wpml’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/lang/’ );
(attention to the last trailing slash at the end of the folder name)
Worked for me!!