dimplemodi
Forum Replies Created
-
Hello,
Sorry but it’s not possible to hide service selection step for one page and available on another page.
Thanks
Hello,
I’ve checked your mentioned URL and booked an appointment on your website for March 2025. I’ve been redirected to the thank you page as expected but it seems that you do not have any content in the thank you page you’ve created.
I’m providing you default HTML content of the thank you page that is displayed when you install the BookingPress. I hope this would help you.
Download the HTML file, open it in the text editor, copy the content and place it in the Thank you page and save the page.
Thanks
Hello,
ARMember does provide a facility to create custom fields from ARMember Lite -> Manage Forms -> Add/Edit Signup Form page at left side “Form Fields” tab you can add field types like, textbox, radio, checkbox, dropdown, file upload, etc according to your requirements.
Regarding “Can I use contact form 7 on ARMember plugins?”, ARMember does work with the Contact form 7 plugin but if you want to add contact form 7 form inside ARMember form then, unfortunately, it will not be possible to achieve.
Thanks
Hello,
I am providing you with a custom CSS code that will help you to hide the Preloader. but please note that the provided CSS only works on the front end not apply on the backend side of the BookingPress.
.bpa-frontend-main-container .bpa-front-loader svg { display: none; }
.bpa-frontend-main-container .bpa-front-loader { background: none; }Copy and paste the above code to the Custom CSS textarea in the BookingPress > Customize > upper belt ( Actions ) CSS > add this code and save the changes. Also, if you’re using any caching plugin then please clear the cache after adding the Custom CSS and then check again.
Thanks
Hello,
Regarding the hidden multiple users and providing access to the plugin to specific member and their own bookings, this feature is available in the premium version only.
Regarding embedding code, sorry but it’s not possible to embed the booking code in other websites.
Thanks
Hello,
Thank you for the positive feedback! We strive to meet your expectations with the plugin.
Best Regards
Hello,
Thank you for sharing your positive experience with the ARMember plugin and sharing the benefits of the Membership Plans feature. We appreciate your feedback!
Best Regards
Hello,
Thank you for your positive feedback and recommendation! We’re thrilled to hear that you are happy with our plugin for membership site management. Your support means a lot to us.
Thanks
Hello,
Thank you for your feedback on ARMember! We’re glad you find it straightforward and effective for membership and payment management. Your input is valuable as we continue to improve the plugin.
Best Regards
Hello,
We’re glad you’re enjoying ARMember for membership management in WordPress! Thank you for your feedback on its customization and compatibility with your page builder.
Thanks
Hello,
Okay. Let me explain differently.
As you are referring to the hide Ads for premium members so, if the Ads you are adding as shortcode or if you are adding Ads from the theme template file with plain content then you need to wrap the Ad with the ARMember Restrict Content Shortcode, and then further it restriction will work as set at the ARMember.
Kindly refer to the below example:
[arm_restrict_content plan=”{PLAN ID}” type=”hide”]
ad_shortcode or HTML content
[armelse]
Add the content if the member does not have that plan.
[arm_restrict_content]
Kindly replace the (ad_shortcode) with the shortcode/HTML Content you have set for displaying the Ads.
Also replace the {PLAN ID}, with the ID you have for the plan you can get it from the ARMember Lite -> Manage Plans page.
If you want to execute code from the code file then, you need to execute using the WordPress function “do_shortcode”.
I hope this will help, let me know if there is anything else.
ThanksHello,
Thank you for appreciating ARMember Plugin.
Regarding your query, please note that this forum is for the ARMember Lite plugin only so, due to forum limitations I am unable to assist you with the ARMember pro plugin.
Thanks
Hello,
Please note that this forum is for the ARMember Lite only so due to forum limitations, I am unable to assist you with the ARMember premium version related queries. Kindly open a support ticket with us for the premium version related queries.
Thanks
Hello,
The shortcode “[bookingpress_form selected_service=1]” is designed to display a form with the service having ID 1 already selected for the user. On the other hand, the shortcode “[bookingpress_form service=1]” will display only the service with ID 1 for booking, without any pre-selection.When you attempted to use “[bookingpress_form selected_service=1,2,3]”, it resulted in the display of a step-by-step form because the shortcode is not designed to handle multiple IDs for the selected_service attribute as BookingPress doesn’t allow selecting multiple services at once. The instruction to “Enter comma-separated service IDs to add multiple services” applies specifically to the [bookingpress_form category=1] and [bookingpress_form service=1] shortcodes, not the selected_service shortcode.
I hope it helps!
Thanks
Hello,
This forum is for the ARMember Lite plugin only so due to forum limitations I am unable to assist you with the ARMember pro or ARMember pro addon. So, kindly open a support ticket for the ARMember pro plugin, and after that, technical support staff will assist you further.
Thanks