dimplemodi
Forum Replies Created
-
Hello,
I have checked the issue at our local server and found that : (colon) is a separator for dropdown, radio and checkbox field option which refer to label:value, and therefore it is not showing complete.
However this issue will be fixed in future releases.
Thanks
- This reply was modified 2 years, 3 months ago by dimplemodi.
Hello,
This may happen if you are using a caching system on your website, and, also, for this, ARMember does provide a facility to disable the spam protection option from ARMember -> General Settings page, after that, clear all cache and let me know how it goes.
Thanks
Hello,
Please note that “Courses Addon” is available with the premium plugin, so please open a support ticket with the premium plugin and after that, you will be assisted further. Unfortunately we will not be able to assist you here due to forum limitations.
Thanks
Hello,
Regarding 1 & 2. Unfortunately, it will not be possible to add a year in the invoice prefix and randomize the invoice ID.
Thanks
Hello,
After approving the Bank Transfer payment you can use the action hook “arm_after_accept_bank_transfer_payment” with three parameters $user_id, $plan_id, $log_id which you can use according to your requirements.
Thanks
Hello,
This forum is for the ARMember Lite plugin only so, I am unable to assist you presale query for the ARMember premium plugin.
Thanks
Hello,
Happy New Year!
I’m sorry, but the BookingPress plugin does not support creating multi-step tabbed forms.
Thanks
Hello,
I’m sorry but I’m unable to assist you here for the premium product due to support forum limitations as the concern is related to the premium plugin so please reach out us at official support for the premium version.
Thanks
Hello,
I’ve checked the page where you placed the Booking Form and it seems that the Ajax request was not properly executed they gave the 502 – Bad Gateway error. please note 502 – bad gateway error is not from the BookingPress side it comes from the server side. I would recommend you please check it with your hosting provider with the configuration and ask them to check for the logs about what caused the issue for the service being unavailable as this error does not belong to the BookingPress but the server configuration.
Also, herewith, I’m attaching a screenshot for your reference.
https://prnt.sc/5nyYOYUgWk_dThanks
Hello,
I understand your concern and accordingly, I have also checked at our local server but when you have set only one membership plan and “Hide current plans” settings enabled then, when you are checking with the account having the same membership plan, no membership plan will remain to display and without membership plan, it will not possible to submit the form as this form is for the plan purchase form.
So, accordingly, ARMember does provide a facility to display content conditionally based on members having a membership plan. So, you can see ARMember “Restrict Content Shortcode”, which you can add this shortcode from Pages -> Add/Edit Page “Restrict Content Shortcode” Here you can show the content, refer to the below example.
[arm_restrict_content plan=”{PLAN ID}” type=”hide”]
[arm_setup id=”1″]
[armelse]
Content goes here for member that you have already have this membership plan.
[/arm_restrict_content]Replace {PLAN_ID} with the membership plan ID. Which you can get from ARMember -> Manage Plans page.
Please check accordingly and let me know if there is anything else.
Thanks
Hello,
I understand your concern and accordingly, I have also checked at our local server but when you have set only one membership plan and “Hide current plans” settings enabled then, when you are checking with the account having the same membership plan, no membership plan will remain to display and without membership plan, it will not possible to submit the form as this form is for the plan purchase form.
So, accordingly, ARMember does provide a facility to display content conditionally based on members having a membership plan. So, you can see ARMember “Restrict Content Shortcode”, which you can add this shortcode from Pages -> Add/Edit Page “Restrict Content Shortcode” Here you can show the content, refer to the below example.
[arm_restrict_content plan=”{PLAN ID}” type=”hide”]
[arm_setup id=”1″]
[armelse]
Content goes here for member that you have already have this membership plan.
[/arm_restrict_content]Replace {PLAN_ID} with the membership plan ID. Which you can get from ARMember -> Manage Plans page.
Thanks
Hello,
Unfortunately, it is not possible to hide the ‘All’ section directly. However, you can achieve this by using custom CSS.
Here is a custom CSS code that will help you hide the ‘All’ section:
.bpa-front-cat-items span.bpa-front-ci-pill.el-tag.el-tag–light:first-child{display:none;}Please copy and paste the above code to the Custom CSS textarea in the BookingPress > Customize > upper belt ( Actions : ) CSS section. Add this code and save the changes. Additionally, if you are using any caching plugin, please clear the cache after adding the Custom CSS and then check again.
Thank you.
Hello,
Regarding “not displaying anything from the plan purchase shortcode” I have checked this at our local server and there is no issue found. Plan purchase shortcode shows the plans, payment gateways, and submit button with summary without any issue.
But kindly confirm that the shortcode that was added for the setup form on the page is correct or does not exist from the ARMember -> Configure Plan + Signup Page. And if it is deleted then replace the setup ID with the new set form ID and then please check again.
Thanks
Hello,
I’m sorry but I’m unable to assist you here for the premium product due to support forum limitations as the concern is related to the premium plugin so please reach out us at official support for the premium version.
Thanks
Hello,
Thank you for appreciating ARMember Plugin!
Yes, you can add an Email Address from the URL per your provided example.
Thanks