Philippe Roussel
Forum Replies Created
-
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 1 year, 8 months 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.
Thank you.
Hi @ericakfranz,
This is my first time using an inline campaign. If I understand correctly, the code must be manually embedded in every page I want it to appear on. Makes sense.
My bad, @ericakfranz. I’ll check again.
Hi @ericakfranz
The key phrase in my question was “in another tab.” My concern is not how to set an action but to open another tab when using a redirect url.
Thanks again for your help.
That was a cookie issue indeed. Thank you!