Philippe Roussel
Forum Replies Created
-
Thank you.
Hi Aswin,
I eventually found a workaround for what I wanted to achieve and will not use UM.
Thanks a lot for your reply.
Hi Jarryd,
It had to be a mistake of that caliber on my part.
Thank you.
Hi Dmytro,
I use the free plugin version. It is the one that gives me this error message.
Thank you!
Hi Jarryd,
Here is the code I use:
function mypmpro_custom_gettext($translated, $text, $domain) {
if( $domain == "paid-memberships-pro" ) { if (strpos( $text, 'A welcome email has been sent to %s') !== false ) { return str_replace( 'A welcome email has been sent to %s', '', $translated ); } if( strpos( $text, 'A welcome email with a copy of your initial membership invoice has been sent to %s.' ) !== false ) { return str_replace( 'A welcome email with a copy of your initial membership invoice has been sent to %s.', '', $translated ); } } return $translated;
}
add_filter(‘gettext’, ‘mypmpro_custom_gettext’, 20, 3);Hi Jarryd,
I am afraid there is nothing to edit: https://postimg.cc/MvJCcqHc
Hi Nukak,
This helps a lot indeed. However, my website was not formally launched yet and there is none of the activity you refer to that is taking place at the moment.
Again, I am not overly concerned by what seems to my lack of knowledge as inaccurate SMTP reports. I saw that a Beginner’s Guide to SMTP was published. I will read it.
- This reply was modified 3 months, 1 week ago by Philippe Roussel.
Merci beaucoup !
It is much better, thank you. The one last thing is the Custom Membership Required Message (https://onehomeplanet.com/slicewp/affiliate-leaderboard/). Is there a way to fix the padding for this one in particular?
Hi Jarryd,
It looks good for the button asking for people to log in (https://onehomeplanet.com/slicewp/affiliate-leaderboard/), ok for membership levels (https://onehomeplanet.com/pmp/levels/) though the top padding then lacks symmetry, and awful on other blocks (https://onehomeplanet.com/pmp/checkout/?pmpro_level=8).
The basic issue seems that PMP did not give the same padding to all its blocks/cards. What do you think?
Hi Jarry,
I had to give up on the Minimal global style because other PMP blocks were then totally messed up. Back to the Default one, the Membership Levels List block’s bottom padding is not quite right (see https://onehomeplanet.com/pmp/levels/), and the CSS code you gave does not change that.
Having thought about it, what suits me best is the Minimal global style. Unfortunately, Level and Price rows are not aligned (see https://onehomeplanet.com/pmp/levels/).
Thanks for your help again.
Thank you Jarry,
Now, how do I change the look of the button requiring people to log in? Example: https://onehomeplanet.com/slicewp/affiliate-leaderboard/
I found the culprit. Thank you.