Forum Replies Created
-
AuthorPosts
-
Khaled
MemberHi, Sorry. I didn’t get your query
Khaled
MemberHello,
You can modify that text from /user-meta/models/umAjaxModel.php (line 135 for version1.1.2)Thanks.
Khaled
MemberHelllo,
One more line:
/user-meta/framework/init.php Line 61Khaled
MemberHave a look on /assets/js/jquery and /assets/css/jquery directory. ‘validationEngine’ related js and css file are already included. You can realize which one need to include by looking to their name.
e.g. For file upload:
/assets/js/jquery/fileuploader.js
/assets/css/jquery/fileuploader.cssKhaled
Khaled
MemberHello, we do not optimize UserMeta for user taxonomy yet.
To produce checkbox or dropdown, you can provide “meta_key” and “field option”
Thanks.
Khaled
MemberHello template tag is not yet supported. “do_shortcode” method only execute php code on UserMeta. If you can add all other required js and css then it can be work as template tag.
N.B. Password strength and avatar upload because, required js file is missing for “do_shortcode”
Thanks.
Khaled
MemberHi, Do you need us to change your email form support@global-medical-program.org to support@global-medical-program.org at http://user-meta.com ?
Thanks.
Khaled
MemberHello,
Which failure message is showing for you?Khaled
MemberHello,
Sorry for not noticing your topic. it may be overlooked. It seems, this topics is solved for you. Let me know if you have any other issue.Will be happy to help you…
Khaled Saikat
Khaled
MemberChristian,
Would you please contact with our contact us section with your site url and a temporary user to check.Thanks.
Khaled
MemberHello,
You can try those codes:
$user_id = get_the_author_ID();
$key = 'dmt_pdt_image';
$single = true;
$user_image = get_user_meta( $user_id, $key, $single );$uploads = wp_upload_dir();
$resizedImage = image_resize( $uploads['basedir'].$user_image, 140, 105 );
if( !is_wp_error($resizedImage) )
echo $fullUrl = str_replace( $uploads['basedir'], $uploads['baseurl'], $resizedImage );
Khaled Saikat
Khaled
MemberHello James,
In order to import meta fields, you need to assign field as “Custom Field”. Every other things are ok with you.
Thanks.
Khaled
MemberHello Christian, Are those html saved at backend? however, i’ll check the issue. Thanks for reporting.
Khaled
Khaled
MemberHello, User meta plugin doe’s not have any function hook (action/filter) at Page/Post editor section. This issues should not caused by User Meta plugin. Thanks.
-
AuthorPosts