The problem is with the links to individual documents. On both the Profile and Download History menus, clicking on a document name results in a 404 error. On the My Download menu, the document pages load correctly. This is due to different URL structures, as shown in these screenshots:
Profile menu: https://drive.google.com/file/d/1SSQLBhvB3Tzqk4flteuvkGDEQPlTeAo4/view?usp=sharing
My Downloads menu: https://drive.google.com/file/d/1SXXTdSvqi1V3ONCEFgUQmEUUa9po-etZ/view?usp=sharing
I hope that is helpful.
I’ve found the actual cause of the problem, which was the WordFence plugin enabling reCaptcha 3.0 on the login and registration page. This was preventing the account from being created without a verification email to the user. After disabling reCaptcha, when a new user clicks the “Signup and Continue” button, it is replaced with the “Pay With Stipe” button, as expected.
This issue can be closed.
I have taken it out of maintenance mode so that you can test.
Were you logged in as an admin when you got to the Stripe payment page? When I select a plan in a Chrome incognito widow or in Firefox, I get this “Signup & Continue” button, instead of “Pay With Stripe”
https://thecountycut.com/wp-content/uploads/2021/03/Screenshot-2021-03-19-11.jpg
Looks like it’s working now. Thank you.
This answer is unclear to me. These are the plans and IDs:
Tuolumne County Documents = 177
Tuolumne County Permits = 178
Tuolumne County Documents & Permits = 179
The order on the page that I want is:
Tuolumne County Documents (177)
Tuolumne County Permits (178)
Tuolumne County Documents & Permits (179)
I am using this shortcode:
[wppm_membership_plans ids=”177,178,179″ cols=3 desc=1 planurl=”/purchase-plan/”]
The order on the page is the reverse of what I want. I then tried this shortcode:
[wppm_membership_plans ids=”179,178,177″ cols=3 desc=0 planurl=”/purchase-plan/”]
The order on the page remains the same.
The current plans should be ordered 177,178,179 (left to right on the page). More importantly, I need to be able to group new plans together with plans that were added previously. So the order IDs will not be consecutive.
Thanks.
Looking forward to an update to resolve the download shortcut issue. What about the payment gateways?
No, the problem has not been resolved. See my response from 2/25.
Anything further on this? Particularly the payment gateways.
That’s not what the “desc” parameter does, per your documentation. And I really need to be able to put the plans in an arbitrary order, also per your documentation. https://www.wpdownloadmanager.com/doc/wordpress-pro-membership-shortcodes/
Thanks.