dimplemodi
Forum Replies Created
-
Hello,
This may happen due to utf8 not encoding from the server. So, for this open code file, wp-content/plugins/armember-membership/core/clasess/class.arm_members.php file at line number 2228 comment it below code:
$users_array[ $count_row ][ $key ] = htmlspecialchars($fdvalsanitizearr_key , ENT_NOQUOTES );
and uncomment 2229 line which contain below code:
$users_array[ $count_row ][ $key ] = htmlspecialchars( mb_convert_encoding( $fdvalsanitizearr[ $key ], ‘UTF-8’ ) );
Same process for the line number 2290 and 2291. After that, upload the CSV file again and let me know how it goes.
Thanks
Hello,
I’ve reviewed the screenshots and I checked at your site with a test user, for the username “armembertest”, after the registration I request for a reset password link through the “Forget Password Form” and received a mail, there is no such error at the mail kindly check screenshot URL: https://prnt.sc/BESWsUoToc37
Thanks
Hello,
As you requested, it seems you want to allow members to validate their email addresses. ARMember Lite offers this feature.
To enable it, follow these steps:
1. Navigate to ARMember Lite ⇾ General Settings ⇾ General Options.
2. Check the option for “New User Approval” and select “Email Verified Approval.” Save the changes.Next, go to ARMember Lite ⇾ Email Notifications. There, you can modify the email notifications for “Email Verification” and “Email Verified” to fit your requirements. Once set up, when a member registers on your site, they’ll receive an “Email Verification” email with a link to activate their account. After clicking the link, they will be able to log in successfully.
Please check this and let me know how it goes.
Thanks
Hello,
I have checked the screenshots attached and accordingly if you are using any third party SMTP Mailer plugin then you can select the option WordPress Server at the ARMember so that the mail will then be carried by the plugin you use.
Certainly the error seems to occur if you have added the different configuration at the ARMember and on the plugin that you use so make sure that you have added the same email address and name at both the plugins.
Kindly check accordingly and let me know how it goes.
Thanks
Hello,
I have checked the provided screenshot and please note that, this type of validation may happen when you adding the text into the username field so, please double check the filed you are adding is the last name or not and after that you can come to know the issue. As there is no such issue happen for the Last Name at our local server.
Thank you
Hi,
The ARMember Lite plugin provides a PayPal and Bank Transfer Payment Gateway. If you are using the ARMember Pro plugin, kindly open a support ticket for ARMember Pro so technical support staff can assist you further. This forum is only for the ARMember Lite plugin, so I won’t be able to assist with the ARMember Pro plugin due to forum limitations.
Thanks
As I am unable to regenerate the same issue at our local environments it would be great if you could provide more details on the which error message you are receiving along with the screenshot attached. So that we can have a closer look at the same and then assist you further.
Thanks
Hello,
You’re welcome! I’m glad to hear that it’s resolved now. If you have any more questions or need further assistance, feel free to reach out to us!
Thanks
Hello,
ARMember follows the WordPress standards and accordingly allows the compound last names at the registration as well without any issue. Moreover the team has confirmed by further verifying it at our local environment and there is no such issue found.
Kindly confirm that you are using the standard last name field with the meta_key “last_name” if you are using any custom field in order to collect the last name then make sure that you have not added any validations to this field.
Also, if you are not using the latest version of the ARMember Lite then I’d recommend you to update the plugin to the latest version(v4.0.58)and then run a fresh new test and check.
Thanks
Hello,
As you are using the premium version feature , please contact our team by opening a support ticket and our staff will assist you further. We are unable to assist you here due to forum limitations.
Thanks
Hello @alcides87,
Thank you for reaching out!
It seems that you are using premium version. Unfortunately, we will not be able to assist you here due to forum limitations. So, we kindly ask that you submit a support ticket via our official support portal.
Please visit the following link to open your ticket:
https://www.bookingpressplugin.com/manage-tickets/Thank you for your understanding!
Best regards
Hi,
Thank you for your fantastic feedback! We’re thrilled to hear that you love the plugin’s interface and its flexibility, especially in the free version. It’s great to know that it’s making a positive impact on your community website!
We appreciate your input regarding the payment gateway support for Indian currency. Your feedback is valuable, and we’ll certainly take it into consideration as we continue to improve our offerings. Thank you for the 5-star rating! It means a lot to our team and motivates us to keep delivering quality work.
Best Regards,
ARMember TeamHi,
Thank you so much for your positive feedback! We’re happy to hear that you found our documentation and videos helpful for the setup process. It’s great to know that our support team has been fast and effective in addressing your questions.
We’re also glad to hear that our product is meeting your expectations. Your satisfaction is our priority, and we’ll continue to be here for any future questions you may have.
Thank you for choosing us, and we look forward to supporting you in your journey!
Best regards,
ARMember TeamHi,
Thank you for your feedback, and I completely understand your concerns regarding the trial period.
Currently if you are willing to charge different price on the initial cycle and from the next you wish to charge regular price then trial period is the more convenient way to achieve this case. Else you can create a different plans for the initial price and then can allow the members to upgrade or downgrade to the other plan using the upgrade/downgrade option available at the ARMember Lite -> Manage Plans -> Edit plan page.
If there’s anything else you’d like to add or discuss, please let me know.
Thanks
Hello,
I have checked the shortcode but it seems that you have added the shortcode incorrectly, therefore kindly replace the shortcode as below provided:
[arm_membership title=”Current Membership” setup_id=”1″ display_renew_button=”false” renew_text=”Renew” make_payment_text=”Make Payment” renew_css=”” renew_hover_css=”” display_cancel_button=”false” cancel_text=”Cancel” cancel_css=”” cancel_hover_css=”” cancel_message=”Your subscription has been cancelled.” display_update_card_button=”false” update_card_text=”Update Card” update_card_css=”” update_card_hover_css=”” trial_active=”trial active” message_no_record=”There is no membership found.” membership_label=”current_membership_no,current_membership_is,current_membership_recurring_profile,current_membership_started_on,current_membership_expired_on,current_membership_next_billing_date,” membership_value=”No.,Membership Plan,Plan Type,Starts On,Expires On,Cycle Date,”]
After adding this shortcode you can replace the setup_id as per the setup form id you have at your site which you can check from the ARMember Lite -> Configure Plan + Signup page.
Please check accordingly and let me know how it goes.
Thanks