Khaled
Forum Replies Created
-
Hello Armin,
The issue has been fixed with version 1.4.
Thanks.
Hello Medow,
You can use the regular expression on “Custom Field”. However, “Custom Field” is only supported on the pro version.
Thanks.
Hello,
Thanks for using the plugin. Please try the dev version (https://downloads.wordpress.org/plugin/user-meta.zip) and apply following code to your functions.php
add_filter('user_meta_field_config', function($field) { if (in_array($field['field_type'], ['description', 'rich_text'])) { $field['field_options'] = ['wpautop' => false]; } return $field; });Best regards
KhaledHello Armin,
Please try the dev version https://downloads.wordpress.org/plugin/user-meta.zip
Thanks.
My Pleasure 🙂
It seems that the plugin somehow is not active.
The plugin supposes to generate a non-zero response with the following URL:
https://www.andreazoppi.com/wp-admin/admin-ajax.php?action=pf_ajax_requestIf you are using network-wide installation, please check the plugin is active on the targeted site. If you want me to have a look on your admin panel, please contact with http://user-meta.com/contact-us/
Thanks
KhaledWhat about other shortcodes, e.g. [user-meta-login] ?
Hi, Please switch to text mode on your editor to check the original text.
Thanks.
If you are using pro version, please consider downloading dev version from http://user-meta.com
Thanks
If you look at https://wordpress.org/plugins/user-meta/
Under “Extra features for User Meta Pro (paid version)” section, you can see a point
“Add extra fields to default profile or hide existing fields.”Thanks.
Hello,
Adding extra fields to wp-admin/profile.php are only available on pro version.
Please have a look on http://user-meta.com/Thanks.
Forum: Plugins
In reply to: [User Meta - User Profile Builder and User management plugin] PHP7 errorHello,
We have updated dev version with PHP7 compatibility. Please try our dev version.
https://downloads.wordpress.org/plugin/user-meta.zip
Thanks.
Hello,
We have updated dev version with PHP7 compatibility. Please try our dev version.
https://downloads.wordpress.org/plugin/user-meta.zip
Thanks.
Forum: Reviews
In reply to: [User Meta - User Profile Builder and User management plugin] Awesome!Hi,
Thanks a lot for your review. It means a lot to us.Best Regards
Khaled