Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hi, Sorry. I didn’t get your query
KhaledMemberHello,
You can modify that text from /user-meta/models/umAjaxModel.php (line 135 for version1.1.2)Thanks.
KhaledMemberHelllo,
One more line:
/user-meta/framework/init.php Line 61KhaledMemberHave 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
KhaledMemberHello, we do not optimize UserMeta for user taxonomy yet.
To produce checkbox or dropdown, you can provide “meta_key” and “field option”
Thanks.
KhaledMemberHello 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.
KhaledMemberHi, 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.
KhaledMemberHello,
Which failure message is showing for you?KhaledMemberHello,
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
KhaledMemberChristian,
Would you please contact with our contact us section with your site url and a temporary user to check.Thanks.
KhaledMemberHello,
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
KhaledMemberHello James,
In order to import meta fields, you need to assign field as “Custom Field”. Every other things are ok with you.
Thanks.
KhaledMemberHello Christian, Are those html saved at backend? however, i’ll check the issue. Thanks for reporting.
Khaled
KhaledMemberHello, 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