EA10
Forum Replies Created
-
There is a 9 month old forum post on this issue: https://ww.wp.xz.cn/support/topic/program-errors
It can be fixed easily by doing the following find/replace in that file:
Find
if ($options_profile['sex_status']Replace by
if (isset($options_profile['sex_status']) and $options_profile['sex_status']Find
if ($options['sex_status']Replace by
if (isset($options['sex_status']) and $options['sex_status']The problem is it will be overwritten with the next plugin update until the developers fix it.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Program errorsDon’t you fix PHP warnings?
Edit
Here is how to fix it: https://ww.wp.xz.cn/support/topic/sex_status-in-cxampphtdocspluginsnewslettersubscriptionsubriptionphp?replies=3#post-8808920Forum: Plugins
In reply to: [Loco Translate] Loco Translate & Woocommerce: Selection of translation filesAnd then delete the original file from the plugins folder after any update?
Forum: Plugins
In reply to: [Loco Translate] Loco Translate & Woocommerce: Selection of translation filesOk thanks… may I ask how you handle to keep translations from being overridden during plugin updates?
If the normal way really is to restore them from backup after any update, it would be a killer feature for Loco Translate to automate this somehow.
Forum: Plugins
In reply to: [Loco Translate] Loco Translate & Woocommerce: Selection of translation filesThanks, I tried adding
add_filter( 'override_load_textdomain', '__return_true' );
to functions.php but now it displays the original english strings instead of any translations. Any idea?Forum: Plugins
In reply to: [Loco Translate] Loco Translate & Woocommerce: Selection of translation filesThank you!
What is the recommended way to keep custom translations at plugin updates?
Or shouldn’t I create languages files at all when the desired language already exists and I only need to change several wordings?
Sorry, I just found what might be the Retina Dashboard under Admin > Media > WP Retina 2x
And it works, the retina version is now delivered to iphone also when not in Debug mode.
Thank you!
Thanks for the update, but unfortunately after installing it I still can’t see a Retina Dashboard. Where should I look for this?
Can this be related to the plugin only serving retina images when using debug mode?
Ok thanks!
Also I can’t find any log files in the plugin folder when using Debug Mode. I have set the wp-retina-2x folder to chmod 777.