• Resolved fotogo

    (@fotogo)


    Bonjour

    J’ai fais la traduction de la phrase suivant (You have successfully changed your password ) par (vous avez changé votre mot de passe avec succès)

    En utilisant le plugin Loco

    Mais ?a ne change pas sur le site, pourquoi ?

    Que dois-je faire svp ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Ibrahim Nasir

    (@ibrahimkh4l33l)

    Hello @fotogo ????

    You can change the message by adding the code below to your active theme’s functions.php file or by using the code snippets plugin

    add_filter('ppress_password_changed', function () { return sprintf('Vous avez changé votre mot de passe avec succès <a href="%s">' . 'Connexion' . '</a>', ppress_login_url()); });

    Let me know if that works.`

    Thread Starter fotogo

    (@fotogo)

    C’est PARFAIT !

    MERCI BEAUCOUP !

    Thread Starter fotogo

    (@fotogo)

    puis-je utiliser la même solution pour changer e.g. 20000 par saisir un montant

    dans le budget du formulaire de soumission d’emploi du plugin WP Job Manager ?

    Plugin Support Ibrahim Nasir

    (@ibrahimkh4l33l)

    Hey @fotogo

    You will need to reach out to the developer of the plugin for that. They are in the best position to guide you.

    Best

    Thread Starter fotogo

    (@fotogo)

    Auriez-vous une solution pour que les icons restent en icons quand je met en Anglais, parce que actuellement c’est remplacer par les noms des icons par défaut en Anglais, svp?

    Thread Starter fotogo

    (@fotogo)

    J’utilise le plugin Code Snippets, il y aurait un extrait de code ?

    Plugin Support Ibrahim Nasir

    (@ibrahimkh4l33l)

    Please send us a ticket at https://profilepress.com/support

    Best

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Translate : You have successfully changed your password’ is closed to new replies.