• Resolved drkgrimes

    (@drkgrimes)


    I am having an issue where the plugin will change languages in the dashboard and the only way for me to change back to english is to deactivate the plugin. Changing the language within the dashboard settings will not change the language.

    Any ideas?

    Using the latest wordpress install found on quickinstalls hostgator

    https://www.ads-software.com/plugins/rencontre/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    Line 19 of rencontre_filter.php :

    if(isset($_COOKIE['lang']) && strlen($_COOKIE['lang'])==5) add_filter('locale', 'set_locale2');
    function set_locale2() { return $_COOKIE['lang']; }

    So, if language changes when you activate the plugin, you probably have a Cookie “lang”.

    • Do you use one of the 3 child themes available ? (they can create this cookie)
    • Try to to change your browser
    • Try to delete the cookie

    Regards,

    Plugin Author Jacques Malgrange

    (@sojahu)

    Resolved. (cookie deletion)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin is changing languages’ is closed to new replies.