Forum Replies Created
-
AuthorPosts
-
June 18, 2013 at 3:19 am in reply to: After install, sections of wordpress admin area not accessible #3838
Support
MemberHello, Please contact with “Contact Us” section with your site url.
Thanks.Support
MemberHello, Please contact with “Contact Us” section with your site url.
Support
MemberHello,
Please try development version from http://user-meta.com/downloads/
Thanks.Support
MemberHello, Please try development version from http://user-meta.com/downloads/
and clean your browser cache after update the plugin.
Thanks.Support
MemberWhen you use type=”public”, then “Update” button suppose to disappear, so random use won’t edit the information. BTW, you can add html field and write your own html to populate user public profile. and you can use placeholder(e.g %user_login%) for retrieving user data into html fields.
Thanks.Support
MemberHello, By User Meta plugin you can use your existing profile form to show public profile.
Use shortcode:
[user-meta type=”public” form=”Your_Form_Name”]and you need to send user_id parameter as GET request through the url (e.g. http://example.com/profile?user_id=2)
Thanks.
June 5, 2013 at 2:58 am in reply to: "Empty CAPTCHA" error message when submitting a registration form #3792Support
MemberHello, It seems some plugin conflict. Are there any other plugin which is using reCaptcha in your site?
Support
MemberHello, would you please contact with “Contact Us” section with a temporary admin for your site to test the issue in your site.
Thanks.Support
MemberCan you please post your profile url with a sample user or send it to “Contact Us” section.
Support
MemberDon’t worry about your fields/settings… nothing will lose. Just deactivate and delete existing version from WP admin panel and install dev version.
Support
MemberHello,
Would you please give me a sample of email activation link.
Thanks.Support
MemberHello, Please put those code to your functions.php (under active theme)
add_filter( 'user_meta_default_login_form', 'user_meta_default_login_form_function' );
function user_meta_default_login_form_function( $config ){
$config['login_label'] = "Your desire text for login input";
$config['pass_label'] = "Your desire text for password input";
$config['remember_label'] = "Your desire text for rember me checkbox";
$config['button_value'] = "Your desire text for login button";return $config;
}
Thanks.
Support
MemberHello, Please try “Development Version” from http://user-meta.com/downloads/
Thanks.Support
MemberHello,
With version 1.1.3 you don’t need to write any code. It is directly supported. Go To User Mata >> Email Notification then Profile Update Email.
Thanks. -
AuthorPosts