Cristián Lávaque
Forum Replies Created
-
@sbo49988, thanks for the update. I’m glad you resolved it.
I don’t know why you (or the others) were having the button problems, but I’d have adviced these actions:
– Enable logging. WP Admin -> s2Member -> Log Files
– Verify the PayPal integration is complete and correct. http://www.youtube.com/watch?v=SvZxEQjezfY&list=PL8gPolqFnYqsPh9Y0TCjvwLkKuby29SYg
– Avoid the Sandbox, use the live account with 1 cent transactions for testing.
– Do these: http://www.s2member.com/kb/common-troubleshooting-tips/If other emails from the are also not going out (e.g. New User email) then you have a more general problem. http://www.s2member.com/kb/troubleshooting-email-delivery-problems/
If other WP emails go out but s2’s aren’t, there are a few things to consider:
– Sandbox mode doesn’t send out emails. See: WP Admin -> s2Member -> PayPal Options -> Account Details -> Sandbox Tip
– Your emails may be going to the spam. Customizing your email so it’s unique to your site, instead of shared by hundreds of other sites, may help not being caught by spam filters.
– There’s a problem with the transactions, so s2 doesn’t get to the point where it sends the email. Does the log say the Signup Confirmation Email was sent?
I hope that helps. 🙂
That’s really odd… s2Member doesn’t affect the login, that’s WordPress, so I don’t know how it could be causing that.
If you haven’t yet, could you please do these? http://www.s2member.com/kb/common-troubleshooting-tips/
Fantastic! Thanks for sharing that. I’m very glad you got it working. 🙂
Great! Glad you sorted out how to do what you wanted. 🙂
Excellent! Glad I could help. 🙂
Maybe the s2Member roles are missing a capability that the editor requires? But it’d be odd, because the s2Member roles are pretty much the Subscriber role plus s2Member level access capabilities. You can compare them with a plugin like User Role Editor.
Jason just confirmed they are related and explains the difference between the two fixes: https://github.com/WebSharks/s2Member/issues/144#issuecomment-43431997
Thanks for the update. I’m glad you found a solution. 🙂
That may be related to this issue, which was affecting the custom fields interface in some server configurations: https://github.com/WebSharks/s2Member/issues/144#issuecomment-43287686
Oh, no, you don’t need Pro. The conditionals are perfectly possible in the free version.
Either the s2If shortcode or the PHP ones can be used, depending on what you prefer or need to do. WP Admin -> s2Member -> Scripting -> Simple Shortcode Conditionals
Thanks for your feedback. Jason didn’t see your replies above, but he just left this comment in the GitHub issue: https://github.com/WebSharks/s2Member/issues/146#issuecomment-43424387
> Could you please answer my question about an action to trigger s2member to update MailChimp?
> Could you please tell me where the hooks for MailChimp are listed? I can’t find anything on your website.
http://www.s2member.com/codex/stable/s2member/list_servers/c_ws_plugin__s2member_list_servers/
http://www.s2member.com/codex/stable/s2member/list_servers/package-filters/
I hope that helps. 🙂
That’s great! Thanks for the update. I’m very glad you sorted it out. 🙂
Yes, you could use a conditional for that. See: WP Admin -> s2Member -> Scripting -> Conditionals
I hope that helps. 🙂
Okay. Let me know how it goes. 🙂
Heh, yeah, I noticed, but that’s not a problem. 🙂
You needed to escape the single quote inside the sentence, because you’re using that same single quote to wrap it.
And you need that line to match the exact same one in the code, otherwise it won’t be === to the $original. The one in the code is actually slightly different.
Try this:
if ($original === '<strong>Thank you.</strong> Your account has been approved.<br />— You\'ll receive an email momentarily.') $translated = 'Danke!... ';I hope that helps. 🙂
Try resetting the s2Member integration as described in this article: http://www.s2member.com/kb/reset-the-amazon-s3-cloudfront-integration/
And then configure the integration again.
Let me know if that helps. 🙂