Theunis Coetzee
Forum Replies Created
-
Thank you for reaching out to Paid Memberships Pro.
It appears that a ticket for this was already logged in our premium support channels, is this correct?
We’ll handle the request from there to avoid cross-communication and share findings here when that ticket is resolved.
Thank you for your patience and understanding.Kind regards,
Theunis C.Thank you for reaching out to Paid Memberships Pro.
Yes, this is possible with some customization. This should be achievable by removing the conditional argument if a user is logged in on lines 6 and 8. We recommend reaching out to a local WordPress developer if needed.
I hope this helps get you started.Kind regards,
Theunis C.Thank you for reaching out to Paid Memberships Pro.
You should be able to create a custom memberships level page to achieve this customization:
https://www.paidmembershipspro.com/customizing-the-paid-memberships-pro-membership-pricing-page/I hope this helps get you or your developer started.
Kind regards,
Theunis C.Thank you for reaching out to Paid Memberships Pro.
PMPro is designed to be as theme-agnostic as possible and inherit styling from the active theme. To customize CSS styling for PMPro you or your developer may refer to our guide here:
https://www.paidmembershipspro.com/customizing-the-paid-memberships-pro-stylesheet/The screenshot provided of the page you need help with is the membership levels page for Multiple Memberships Per User which is a premium offering and we’re unable to offer setup or technical assistance here per the ww.wp.xz.cn Forum Guidelines: https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products
If you can open a new ticket we would be happy to provide you with assistance for this add-on in our member support area.
If you are not currently a member you can review the documentation we have available here:
https://www.paidmembershipspro.com/add-ons/multiple-memberships-per-user/Kind regards,
Theunis C.Hi @totalfly
Thank you for reaching out to Paid Memberships Pro.
To minimize fake registrations you may navigate to Memberships > Settings > Advanced and in the Checkout Settings section select Yes – Enable Spam Protection for the Enable Spam Protection? option.
You should also look into enabling reCAPTCHA – https://www.paidmembershipspro.com/protect-membership-site-spam-abuse-using-recaptcha/
You may also consider the free Akismet Integration for spam protection – https://www.paidmembershipspro.com/add-ons/pmpro-akismet/
3) i saw you have an email confirmation plugin but for pay, so how can i use the free plugin if i do not have the opt’in that is mandatory to register someone in the site?
The Email Confirmation Add On is a premium offering and we’re unable to offer setup or technical assistance here per the ww.wp.xz.cn Forum Guidelines: https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products
If you can open a new ticket we would be happy to provide you with assistance for this add-on in our member support area.
If you are not currently a member you can review the documentation we have available here: https://www.paidmembershipspro.com/add-ons/email-confirmation-add-on/
Kind regards,
Theunis C.Thank you for you valuable feedback, @megapps2017
- Could you kindly inform us which PMPro Add Ons are active?
- Could you kindly provide a screenshot of how that specific level has been set up?
- Could you reach out to PayPal and see if they can pick up any abnormalities about the transaction?
Thank you for your patience and understanding.
Kind regards,
Theunis C.Forum: Plugins
In reply to: [Basic User Avatars] No Alt Text on avatar imagesI am glad to hear that this was helpful, @aprilgoettle
Kind regards,
Theunis C.The functionality you’re looking for is not currently available with the core Paid Memberships Pro plugin or any of our available add-ons and would need to be custom coded by a third-party developer. If you would like to pursue this further you can reach out to a Partner Developer, who works independently from the PMPro development team, or Codeable.
This should be achievable by identifying the relative CSS selector for the element that you would like to hide by using your web browser’s developer tools and setting the style
display: none;conditionally with custom code.I hope that helps get you started.
Kind regards,
Theunis C.Forum: Plugins
In reply to: [Basic User Avatars] No Alt Text on avatar imagesThank you for bringing this to our attention.
A request to set a default alt tag to improve accessibility was created in our open-source repository here:
https://github.com/strangerstudios/Basic-User-Avatars/issues/68You or your developer should be able to customize the data parts returned for an avatar by hooking into
basic_user_avatar_data. An example code recipe of utilizing this hook is included in a comment for the aforementioned feature request.I hope this helps get you started. 🙂
Kind regards,
Theunis C.Hi @megapps2017
Thank you for reaching out to Paid Memberships Pro.
Is it the users first time signing up? or are they already a user on the site and trying to sign up again? They might have an active subscription already
Could you kindly look into these?
Kind regards,
Theunis C.Hi @kimmiekaye
Thank you for reaching out to Paid Memberships Pro.
To restrict members-only access to pages and various other things you may refer to our Restrict Anything In WordPress guide.
I hope this helps get you started. 🙂
Kind regards,
Theunis C.Hi @chemboy
Thank you for reaching out to Paid Memberships Pro.
This sounds like a user roles and capabilities issue. This functionality is part of WordPress core as PMPro does not control or modify what the user can see in the media library.Filtering what media is visible per user may require custom code by you or your developer. I am not sure if this works as I have not tested this but you may look into achieving this using the WordPress pre_get_posts hook.
I hope this helps get you started. 🙂
Kind regards,
Theunis C.Thank you for reaching out to Paid Memberships Pro.
Not all email variables are available for all email templates and may require custom code to obtain the relative data to obtain the variable’s value.
You or your developer should be able to achieve this by hooking into the pmpro_email_data filter.
I hope this helps get you started.
Kind regards,
Theunis C.Thank you for reaching out to Paid Memberships Pro.
Only the entire event can be blocked, not parts. Due to the complexity of the various event plugins it may be challenging to achieve this.
You may consider reaching out to a developer to remove the form if a a user does not have a membership.
You may also consider hiding the form with CSS if the user does not have a membership level.Kind regards,
Theunis C.I’m really sorry to hear about the issues you are facing @porterhomesteaddesigns.
As @michaelbeil stated, issues like these may originate from interference from something else.Can you kindly confirm that this issue persist when using a default WordPress theme, e.g. Twenty Twenty-Three, and only the core Paid Memberships Pro plugin is active?
Kind regards,
Theunis C.