villdaniel
Forum Replies Created
-
That’s awesome. Thank you!
Yes, email logging is enabled in WPMail Pro. But I only see the email addresses (to and from), subject, timestamp.
Where can I see that the HTTP is changed or not?
I tried the process with deactivated WP Shifty and same issue. Another plugin modifies the URL from the email.
URL in the email: https://zitamartonosi.com/wp-json/wp-mail-smtp/v1/e/hash
Modified URL after it’s clicked: https://https//zitamartonosi.com/password-reset/?act=reset_password&hash=
Thank you for your answer.
I have tried that and it didn’t solve the problem. It seems like the {password_reset_link} is containing the “https//” which is not valid without “:” so I don’t understand where is it come from.
- This reply was modified 2 years, 5 months ago by villdaniel.
Hi,
I’ve just wanted to let you know I found the source of the problem.
Default Ultimate Member email placeholders are limited to each default email. I wanted to use the password reset placeholder in the activation email.
I had to define a new placeholder to be able to use it. More about the script: https://wordpress.org/support/topic/password_reset_link-not-working-in-account-welcome-email/
Have a nice day!
Hi there @dpinson,
Yes, I noticed that link tracking changes links and that was the first thing that I turned off in SendGrid.
Somehow the placeholder tags are shown as text and not as links. For example: {password_reset_link}
This should be an URL+hash code for an user to change password. But when I turn off Sendgird SMTP the placeholder text is displayed as a text. What should I chage?
Somehow I doubt that it is a unique problem because this placeholder tag is universal in WordPress system emails.
Hi Mihai,
Just want to let you know that it works now.
As you wrote, Loco Translate generated a custom po file and didn’t used the default from the plugin’s folder.
The solution if someone has the same problem with Loco Translate:
- Generate the template file first
- Download the template file
- Upload the template file as a {locale} file
- Start to translate the uploaded {locale} file
- This reply was modified 3 years ago by villdaniel.
Hi Mihai,
I think I found what can be the problem but I don’t know the solution.
In the default .po file “inherit” is under the Multi-level affiliates add-on. But add-ons are gone as separate plugins.
PHP link in the original slicewp.po file:
#: slicewp-add-on-multi-level-affiliates/includes/base/functions.php:18
msgid “Inherit”
msgstr “”
Without the add-ons there is no “slicewp-add-on-multi-level-affiliates” folder.
I tried to modify the SliceWP Pro PO file with the following:
#: add-ons/multi-level-affiliates/includes/base/functions.php:18
msgid “Inherit”
msgstr “Másodvonal”
Unfortunately it is not working even though the php link seems good.
Do you have any idea from here?
Daniel
- This reply was modified 3 years ago by villdaniel.
Hi Mihai,
This is very odd because “inherit” cannot be found in the .po file. https://www.dropbox.com/s/lbsprqnitoarl4n/inherit-hu-missing.PNG?dl=0
But I can find the word in other language files that are provided by default.
What am I doing wrong?
Unfortunately changing to Poedit is not an ideal solution because other plugins are translated with Loco Translate.
Hi Mihai,
Thank you very much. It works just as you described.
Daniel
Hi Mihai,
Thank you!
My client is using WooCommerce and WooCommerce Subscriptions are also in place.
Daniel