Great H-master
Forum Replies Created
-
Hello. Thank you for using Paid Memberships Pro. You will have turn on WP_DEBUG to get some more information about what could be wrong. You can do so by looking in the wp-config.php file and adding the line
define('WP_DEBUG', true );
. Let us know what you find. Thanks again.Hello xposurepro,
Good to see you found the solution. Please let us know if you have any further questions or concerns. Thanks.Hi Brian. Thanks for the suggestion. We always appreciate feedback on how to make our plugins better. We will take this into consideration in our planning and implementation. Let us know if have any further questions or concerns. Thanks again.
Hello. Thank you for using Paid Memberships Pro. This should be possible but would require a little customization on your part. Paid Memberships Pro has a variety of hooks and filters that can be used to extend functionality. The one that comes to mind is
pmpro_after_change_membership_level
. You can detect when the membership is disabled and the un-publish their posts.If you need help in doing the customization, please consider becoming a member at https://www.paidmembershipspro.com/pricing/ for our member support forums. Thanks again.
Hello Rita84,
There are a couple of possibilities here: WordPress emails aren’t being sent, or aren’t being received and similarly for PMPro emails.We need to find out if the standard WordPress emails are being sent. To do this, try resetting your password, and see if you receive the reset email. Also, do new users receive emails correctly? In addition could you tell your current theme, and any other plugins or add-ons you are running. Thanks again.
Hello. Thank you for using Paid Memberships Pro. Paid Memberships Pro locks down posts even in archives.
We do have the ability to lock down other files as well. The process involves editing the .htaccess file and parsing the URI. The process is detailed for our paid members here:
https://www.paidmembershipspro.com/2013/09/locking-non-wordpress-files-folders-paid-memberships-pro/
I suppose you could do it yourself, but we have the code/process to do this. Please consider becoming a member at https://www.paidmembershipspro.com/pricing/ for our member support forums.
Our pricing is $97 for one year access to the support forum and documentation.
Hello. On your custom levels page you would check what level the current logged in member is and if they qualify for a renewal, then you would only display that level to them. So a member with ‘Level 1’ would only see the level ‘Level 1 -Discount’. Since you would be checking for the user currently being a member of a specific level, and logged in, you can show an outside visitor the standard payment levels. Does this make sense?
To answer your question about which plan this would fall under…it would fall under the Little Help Here ($297) plan. Hope this helps. Thanks.
Hello.
@james
Has the wp-config.php file been updated to support the language? Also, have you compiled the .mo file? PMPro reads the .mo for to do the translations.@marvmckay66
Very odd, try addingdie("here");
to the code to see if it is actually getting to your code. Another bit of code could be undoing the changes. In which case try changing the priority of the filter.Hope this helps.
Hello. Andrew…To answer your questions…
Number 1 is possible using our Register Helper Addon, but will likely require some added coding.
With regard to number 2, the process is done via coding. If you do not feel comfortable editing or developing code, this sounds like something we could do as a custom job. I have some idea how this could be done. You can give us a call to discuss your project and pricing at: 484-706-9266. Thanks.
Hello. Thank you for using Paid Memberships Pro. Based on my understanding…The button shows up only for members of a specific level…When clicked it opens up the modal window with a file upload for that user?
This is possible, but it may require some coding. You can restrict the button to members of a specific level by using the shortcode
[membership level=”1″]Will only show up for level 1 users[/membership]
Then when the button is clicked it would open the modal window for the file upload, where you could save it to the usermeta. The modal window however would have to be custom coded. Please let us know if this helps. Thanks again.
Hello, we are currently finishing up multiple membership level support. We expect to have it ready next month (April). Please let us know if you have any further questions or concerns. Thanks again.
Hello. PayPal Pro is supported by Paid Memberships Pro. In addition we also support:
- Authorize.net
- Braintree Payments
- 2Checkout
- Cyber Source
- Stripe
All of these gateways will allow a customer to remain on your site during the checkout process. Please note you will need an SSL certificate since you will be transmitting payment information to the credit card processors. Hope this helps. Thanks again.
Hello. We offer two plans for development work, the ‘Little Help Here’ plan and the ‘Do It For Me’ plan.
The Little Help Here Plan includes a phone call to discuss your needs and upto one hour of development and set up. This is most suited for configuring one addon or plugin.
The Do It For Me Plan is for complete setup and includes 5 hours of custom development time suited for your project.
Both plans include a one year membership to https://PaidMembershipsPro.com complete with code documentation and access to the support forums which is normally $97 by itself.
The Little Help Here Plan is priced at $297, and the Do It For Me Plan is priced at $697. You can read about them in greater detail here:
Do It For Me: https://paidmembershipspro.com/pricing/
Little Help Here: https://paidmembershipspro.com/little-help/Let us know if you have any questions or concerns. Thanks.
Hello. Thank you for using Paid Memberships Pro. I think this is actually possible with the Register Helper Addon. Found here:
https://github.com/strangerstudios/pmpro-register-helper
You can create a page titled ‘Directory’ and a page titled ‘Profile’. On the Directory page paste the shortcode
[pmpro_directory level="1"]
. This will show all the members from membership level id = 1.Then on the Profile page you created, paste the shortcode
[pmpro_profile]
. Now when you navigate to: https://yoursite.com/directory and click on a profile you’ll be able to see the member’s profile information.Is this what you were thinking about?
Hello Gina,
The upgrade to support multiple membership levels is expected to be out next month (April). Hope this helps. Thanks.