Title: EA10's Replies | WordPress.org

---

# EA10

  [  ](https://wordpress.org/support/users/ea10/)

 *   [Profile](https://wordpress.org/support/users/ea10/)
 *   [Topics Started](https://wordpress.org/support/users/ea10/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ea10/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ea10/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ea10/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ea10/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ea10/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] sex_status in C:\xampp\htdocs\***\plugins\newsletter\subscription\subription.php](https://wordpress.org/support/topic/sex_status-in-cxampphtdocspluginsnewslettersubscriptionsubriptionphp/)
 *  [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [10 years ago](https://wordpress.org/support/topic/sex_status-in-cxampphtdocspluginsnewslettersubscriptionsubriptionphp/#post-7671267)
 * There is a 9 month old forum post on this issue: [https://wordpress.org/support/topic/program-errors](https://wordpress.org/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] Program errors](https://wordpress.org/support/topic/program-errors/)
 *  [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [10 years ago](https://wordpress.org/support/topic/program-errors/#post-6760021)
 * Don’t you fix PHP warnings?
 * Edit
    Here is how to fix it: [https://wordpress.org/support/topic/sex_status-in-cxampphtdocspluginsnewslettersubscriptionsubriptionphp?replies=3#post-8808920](https://wordpress.org/support/topic/sex_status-in-cxampphtdocspluginsnewslettersubscriptionsubriptionphp?replies=3#post-8808920)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Loco Translate & Woocommerce: Selection of translation files](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/#post-5012393)
 * And then delete the original file from the plugins folder after any update?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Loco Translate & Woocommerce: Selection of translation files](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/#post-5012388)
 * Ok 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Loco Translate & Woocommerce: Selection of translation files](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/#post-5012382)
 * Thanks, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Loco Translate & Woocommerce: Selection of translation files](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/loco-translate-woocommerce-selection-of-translation-files/#post-5012374)
 * Thank 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Where is the Retina Dashboard?](https://wordpress.org/support/topic/where-is-the-retina-dashboard/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/where-is-the-retina-dashboard/#post-5002791)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Where is the Retina Dashboard?](https://wordpress.org/support/topic/where-is-the-retina-dashboard/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/where-is-the-retina-dashboard/#post-5002790)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Where is the Retina Dashboard?](https://wordpress.org/support/topic/where-is-the-retina-dashboard/)
 *  Thread Starter [EA10](https://wordpress.org/support/users/ea10/)
 * (@ea10)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/where-is-the-retina-dashboard/#post-5002512)
 * 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.

Viewing 9 replies - 1 through 9 (of 9 total)