Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact
You are here: Home

M.Engelsen

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
1 2 →
  • Author
    Posts
  • September 6, 2025 at 11:49 pm in reply to: Free Membership with Donation (Stripe) #31448
    M.Engelsen
    Participant

    Stripe supports donations via a “Payment Link”:
    https://support.stripe.com/questions/how-to-accept-donations-through-stripe

    Currently, I don’t see a way to create a “ product”, which would be used to create priceID’s, which is what the Simple Membership plugin uses when creating payment buttons.

    September 6, 2025 at 1:53 pm in reply to: Free Membership with Donation (Stripe) #31445
    M.Engelsen
    Participant

    Good call out!

    In our case, the payment button would be published on the website of a 501(c)(e) organization. This type of organization is tax exempt and 100% of the donation (minus the Stripe fees) will be used for the charitable purpose described to the donor.

    September 6, 2025 at 1:18 pm in reply to: Free Membership with Donation (Stripe) #31443
    M.Engelsen
    Participant

    I also need “the amount” to be reoccurring (collected monthly).

    Or perhaps offer two payment buttons.
    One button for a 1-time payment (similar to the what WP Express Checkout currently offers), and a different payment button for a reoccurring payment (which is something I don’t think WP Express is capable of for donations).

    January 17, 2025 at 3:17 am in reply to: Membership Dashboard page #29408
    M.Engelsen
    Participant

    How odd! I don’t see that shortcode listed here:
    https://simple-membership-plugin.com/shortcodes-summary-list-simple-membership-plugin/

    January 16, 2025 at 12:28 pm in reply to: Membership Dashboard page #29404
    M.Engelsen
    Participant

    Is this what your’re trying to do?
    https://simple-membership-plugin.com/providing-specific-wp-user-roles-access-plugins-admin-dashboard/

    If so, your users just need to navigate to the WP-Admin URL, after you have configured the setting.

    I have never heard of a shortcode that makes a dashboard available to ALL subscribers. (Doesn’t mean that one doesn’t exist.) 😛

    December 25, 2022 at 9:48 pm in reply to: Password Length #24973
    M.Engelsen
    Participant

    Great! Thanks for the update.

    December 19, 2022 at 3:44 am in reply to: Password Length #24933
    M.Engelsen
    Participant

    @Admin
    I upgraded to v4.2.2 of the simple membership plugin. I don’t see any options (in the Advanced Settings tab) that would allow me to set a minimum password length. Does the password policy need to be set using a different WP plugin?

    December 11, 2022 at 3:43 pm in reply to: Password Length #24892
    M.Engelsen
    Participant

    That would be awesome!

    December 11, 2022 at 2:48 am in reply to: Password Length #24889
    M.Engelsen
    Participant

    Sorry. I meant to say “the ability to set a MINIMUM password length”. 🙂

    December 11, 2022 at 2:37 am in reply to: Hide Username from edit profile page #24888
    M.Engelsen
    Participant

    Will do!

    December 11, 2022 at 2:36 am in reply to: Password Length #24887
    M.Engelsen
    Participant

    @TheAssurer
    Respectfully, I do not agree with the statement that “Increasing the password length past 12 characters will not make the site more secure”.

    Longer passwords are proven to be SIGNIFICANTLY harder to exploit/crack compared to shorter passwords.
    https://www.hivesystems.io/blog/are-your-passwords-in-the-green

    However, security is a layer approach. If the WordPress site has vulnerable code, then it won’t matter if the user is protecting their account with an 8 or 28 character password.

    I’m simply stating that it would be awesome if Simple Membership could offer the ability to enforce a password complexity policy. More granular controls, compared to what currently exists. Such as, adding the ability to set a max password length.

    This new setting should be optional. Let the site administrator decide if they want to enable/disable this feature.

    December 9, 2022 at 3:20 am in reply to: Stripe ACH Credit #24874
    M.Engelsen
    Participant

    Currently, does the Stripe Subscription button rely on the:
    Sources API
    Tokens API
    Bank Accounts API

    Or does the button utilize the “Payment Intents” API?
    https://stripe.com/docs/payments/bank-debits#migrating-from-sources-tokens-charges

    December 9, 2022 at 1:49 am in reply to: Stripe ACH Credit #24872
    M.Engelsen
    Participant

    I was hoping to use the ACH credit instead of ACH debit. ACH credit transactions can be executed in less time (1-3 days).
    https://stripe.com/docs/sources/ach-credit-transfer

    Additionally, ACH credit transfers are push-based and support reoccurring payments. ACH direct debits are a pull-based and there is a risk of failed payments and disputes.

    In my case, our “customers” are homeowners who are a part of a home owners association (HOA). Our HOA fee is $250. As such, I would like the ability to offer the customer the ability to pay $258 if paying with a credit card or $252 if paying via a checking account (ACH credit).

    In other words, the Strike credit card fee (2.9% + $0.30) can add up when the “product” is $200+. However, the ACH fees are much lower (0.08%).

    In our case, all HOA members are US based.

    October 3, 2022 at 3:37 am in reply to: Change Button font size #24545
    M.Engelsen
    Participant

    Thanks! That’s exactly what I’m looking for.

    Here is the “Custom CSS” that I needed to use to get the Payment button to look idential to my existing WordPress buttons.

    
    input[type=submit] {
    	  display: inline-block;
        font-size: inherit;
    	  font-family: Roboto,Helvetica,Arial,sans-serif;
    	  text-transform:capitalize;
    	  text-decoration: none;
        cursor: pointer;
        margin: 0;
    	  color: #fff;
    }
    
    input[type="submit"]:not(.search-submit)
    {
    	  padding: calc(0.667em + 2px) calc(1.333em + 2px);
        border-radius: 4px;
    }
    
    October 3, 2022 at 3:35 am in reply to: PayPal Checkout – Cancel URL #24544
    M.Engelsen
    Participant

    Great, thanks for confirming!

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 16 total)
1 2 →
Next Page »

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy