Hello
Nice plugin and I would like to explore this. However, upon adding the Biographical Info field (from WordPress default fields), I am getting the following PHP
DEPRECATED message on the frontend.
DEPRECATED: HTMLSPECIALCHARS(): PASSING NULL TO PARAMETER #1
Can you please look into this?
P.S. PHP Version 8.2
]]>Be advised, this happened to me and I am STILL trying to resolve it with User Meta Pro (…so far, no response). It’s an EMERGENCY and these guys have the worst customer support I have ever seen ( I waited a WEEK for a reply on my last support request). So, far, nothing. I even tried to fix it by resetting my password and they said a new password message would come to my email BUT NOTHING EVER CAME.
I have a “User Meta Pro lifetime unlimited sites” license. I installed it on a site I was building for a client. The client balked at some pricing issue and –using MY software– locked me out of my site.
OK, so with every other plugin I can go deactivate it from my control panel. Not here. The only way to activate it or deactivate it is through the CLIENTS website. The SAME client that just used MY software to lock me out (so as not to pay). Is there a way to deactivate my License in ANY other way? No. Can I deactivate it from the user-meta website? No.
So, as of RIGHT NOW a client has used MY software to lock me out and I CANNOT do ANYTHING about it, but BEG user meta to PLEASE assist in addressing this issue.
…and I cannot even get these folk to acknowledge an email.
pathetic.
]]>We have 2 sites that utilize this plugin. On both, updating from 3.0 to 3.1 causes a critical error. Please advise.
PHP Warning: require(/…/public_html/wp-content/plugins/user-meta/vendor/autoload.php): failed to open stream: No such file or directory in /…/public_html/wp-content/plugins/user-meta/user-meta.php on line 30
PHP Fatal error: require(): Failed opening required '/…/public_html/wp-content/plugins/user-meta/vendor/autoload.php' (include_path='.:/usr/share/php') in /…/public_html/wp-content/plugins/user-meta/user-meta.php on line 30
]]>
I’m developing a website where my client would like to add custom fields to the backend user profile pages. My client bought the User Meta Pro 3.0. After installation and activating the Pro features I tried to customize the backend user profile pages. I found some difficulties.
The plugin was bought on 2023.12.30. Since 2023.12.30, I’ve already written three messages to the support but no answer. I sent messages twice from https://user-meta.com/contact-us/ and wrote a post on https://user-meta.com/forums. This is the fourth message and I’m over the 7-day money-back guarantee.
]]>I wanted to show user data of author of custom post using meta key using below code but this sin’t working, I checked and i didn’t able to find any meta_key data stored for user. but it showing in update profile page
function get_author_address() {
global $post;
$author_id = $post->post_author; // Get the author ID
$address = get_user_meta($author_id, 'address', true); // Get the 'address' meta_key
if (!empty($address)) {
return $address;
} else {
return 'No address found for this author.';
}echo $address;
}
add_shortcode('author_address', 'get_author_address');
]]>
Is there a way, besides manipulating the wp_options hashed data, to bulk load drop down options?
]]>Hi,
How can I change the error message that appear when someone fails to enter the correct username/password. For example, I want to replace:
ERROR: The username or password you entered is incorrect. Lost your password?
with
Error, wrong password
I took a look at the webhooks but nothing seems to change the text.
]]>I am using this plug-in to collect phone numbers from clients so that I can send them text messages through Twilio. However, international numbers must be entered with a plus symbol in front.
This plug-in throws an error if the customer enters the plus symbol, so they cannot enter the number.
Is there way to fix this?
Example:
https://ibb.co/4KqMNg2
No answers for a long time here, LOGIN SIMPLY NOT WORKING and everything…
IS THIS PLUGIN DEAD?
And WHY THE FRAK the login form DOESN’T redirect to any page, making impossible to login from the frontend?
]]>hello, I am making a user generator page using your registration code. I paste the registration shortcode as admin and when I enter the page it allows me to create users as many times as I want. But when I look at the same code as store-vendor user role, it says “you are already logged in”. Store How can I create unlimited users in the registration widget, just like admin, for people who are in the -vendor user role?
]]>I need to put a hide/show password button on the login form, what would be the recommended way to achieve that?
I was thinking on doing this using javascript with onload, but this is a must-have feature, so, there is a recommended way to do it?
]]>Hi, I would like to know if using your plugin it’s possible to generate forms to update the extra fields of users to collect information progressively over time.
]]>How to add site logo or any image in the footer of password reset email
]]>Absolutely LOVE this plugin. It’s the only one I’ve found that does all the registration and login functionality that I need. And the ability to create/use custom fields makes it ever sweeter. I do plan on purchasing the PRO version, but I have a question for you….
Whenever someone tries to register or login, I need to run some code that looks in another database to verify that the email address exists there. If that email address doesn’t exist, then I need to cancel and disallow the registration or login.
I need to run this code AFTER the registration and login form is submitted but BEFORE the user is added to the Users table and BEFORE the user logs in. Can you tell me what hooks that I can use for this?
]]>Hello. My query is: Can I add custom fields to the customer registration form? I use the Dokan multivendor plugin. A new registering user can choose either to register as customer or as a vendor. I need customer registration form with custom user data fields. The custom fields actually needed for the creation of customers groups of customers, like common employee, or common Institution belonging, or common fields of interest.
Thank you
For some reason when i want people to put ing the Biographical Info when they register its not getting saved, when i check the user everything is there but not the Biographical Info
any help?
]]>I’ve created a login form and added the recaptcha field, v2. When trying to login with all fields filled in correctly, I get a js error as shown below. Any idea what this might be? (PS: the same happens with recaptcha v3)
jquery.min.js:2 Uncaught Error: Syntax error, unrecognized expression: Class ‘ReCaptcha\ReCaptcha’ not found
at Function.se.error (jquery.min.js:2)
at se.tokenize (jquery.min.js:2)
at se.select (jquery.min.js:2)
at Function.se [as find] (jquery.min.js:2)
at S.fn.init.find (jquery.min.js:2)
at new S.fn.init (jquery.min.js:2)
at S (jquery.min.js:2)
at user-meta.js?ver=2.4:167
at Object.success (user-meta.js?ver=2.4:130)
at c (jquery.min.js:2)
se.error @ jquery.min.js:2
se.tokenize @ jquery.min.js:2
se.select @ jquery.min.js:2
se @ jquery.min.js:2
find @ jquery.min.js:2
S.fn.init @ jquery.min.js:2
S @ jquery.min.js:2
(anonymous) @ user-meta.js?ver=2.4:167
success @ user-meta.js?ver=2.4:130
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
l @ jquery.min.js:2
(anonymous) @ jquery.min.js:2
load (async)
send @ jquery.min.js:2
ajax @ jquery.min.js:2
pfAjaxCall @ user-meta.js?ver=2.4:123
umLogin @ user-meta.js?ver=2.4:166
onsubmit @ (index):151
Hi there,
I saw this on the plugin page
“Public profile
[user-meta type=public form=”Form_Name”]
(To show public profile if user_id parameter provided as GET request.)”
How do I form such a “GET request”? I am wondering if I can code my own PHP template (to pick from any page edit screen) and include some Advanced Custom Fields references (to user ID) and User Meta tags to pull through the relevant profile information on a page of my chosing.
E.g. page www/mysite/authors/a/aubrey-bent
Used my custom PHP template which pulls through an author ID, plus, Cover Photo, Profile Picture, Bio and Website URL.
Thanks.
]]>Can we redirect the user-meta-profile form to a new URL after successful submission instead of it just giving a success message?
]]>Hello,
I’m assessing this plugin to see whether to buy the PRO version.
Great so far but I am trying to retrieve user meta values *AND* labels (the field labels entered in the forms editor) to generate a custom letter template, using information from the amended user profile.
I can get individual meta values via get_user_meta(current_user_id, ‘meta_key’, true) but I don’t know where to retrieve the associated field label from. I think the property name for this is field_title. Is there a form object I can access? Any help available?
Thanks,
Marc
I love this plugin but it fills my page footer with plenty of js and css references. Is there a way to influence this as these interfere with other, properly enqueued, css and js files?
Thanks
]]>Is there a way this pretty plugin can follow my theme’s css styling?
]]>I am looking to update the button value on the profile form. It just says “update” I want it to say something else. I have done this before, but cannot seem to find it this time. Can anyone point me in the right direction?
]]>Hi,
Thank you for this amazing plugin. The idea is really unique.
I am trying to create a field where multiple images can be uploaded. But when I use the File Upload field and upload multiple images, the preview shows only the last uploaded image. Can you please tell me how we can fix this?
Also, I need to set a single file upload for a few uploads instead of multiple. Can you please tell me how this can be done?
If you can provide solutions to these, I will rate this plugin 5-star and may get the pro version as well.
Thank you.
]]>We need to add a form (preferably gravity forms) to user profiles in admin (as a meta box) that the admin can fill out and email the current user profile. Is this possible with your plugin in any way?
]]>Hi, I am trying to work out where in your code I can adjust the position of the field description (move position of description to before field). Where is this called? Thanks.
]]>Hello,
is that possible to make the page redirect to custom page or homepage after finish the registration form?
Thank you
]]>Adding a Captcha field to registration form causes the form to generate a 500 error for Jquery on submit. Worked fine until Captcha field added. Is this a known issue?
jquery.js?ver=1.12.4-wp:4 POST https://—.—.com/wp-admin/admin-ajax.php 500
send @ jquery.js?ver=1.12.4-wp:4
ajax @ jquery.js?ver=1.12.4-wp:4
pfAjaxCall @ user-meta.js?ver=2.3:121
umInsertUser @ user-meta.js?ver=2.3:150
onsubmit @ (index):167
thanks for your help!
]]>Hi,
from a previous post I know how to delete and add countries from/to the country list by adding code to the child function.php.
Now I did that again and I noticed that one of my earlier entries – Russia – is still displayed at the bottom of the list while the other – Serbia – is sorted correctly.
Why this?
And: if I add a country, can I choose a free 3-character code for the country (i.e. Palestine)?
If would be great to edit to see and edit the country list easier within the plugin features.
Thank you
Klaus
]]>Hello,
In are registration Form we have two Checkbox Fields that needed to be checked off. After you mark the 2 boxes and press the registration button. A warning is coming up, that the boxes are not checked (validate required). A team member ran the same registration Form and configuration on his server and had no issue. What can be the problem?
Thanks in advance,
Thomas
]]>