Forum Replies Created
-
AuthorPosts
-
KhaledMember
Please remove, “display: inline;” from CSS Style.
Thanks.
KhaledMemberMost probably, any other plugin installed in your system (which is using admin column) is conflicting.
KhaledMemberregistration is only supported in pro version.
Thanks.
KhaledMemberPlease follow instruction bellow:
1. Open /user-meta/views/pro/generateField.php by any FTP Client
2. Comments line number 186.
3. Save your file.By commenting this line all radio field generated by User Meta will be inline.
However, we’ll add more styling option to User Meta Pro at future version.
Thanks.
KhaledMemberWith User Meta Pro version 1.1.1, it should be work. Would you please post your version number and your site url.
Thanks.
KhaledMemberYou can use password field from ‘WordPress Default fields’. It will do everything needed for password.
KhaledMemberYou can use HTML field and checkbox field together to create your TOS page link and validation.
In HTML field, you can put your hyperlink and data. In checkbox, write ‘Aggreed TOS.’ or something like this in ‘Field Option’ and also check required from checkbox configuration.Thanks.
KhaledMemberFor now, extra user field is not showing in default admin page. This feature will included soon with User Meta Pro.
However, Admin can see and update other’s user’s profile(frontend frofile).
To do this, go to:
1. User Meta >> Settings.
2. Select your profile page Under ‘Profile Page Selection’ and check right sided checkbox.
3. Go to Users >> All Users.
4. There will be a new link named ‘Profile’ for each user. Follow this link to see and update frontend profile.Thanks.
KhaledMemberThank you for your reporting. We will solve this issue asap.
Regards
Khaled SaikatKhaledMemberThank you for your feature request.
We have some feature in development query. After completing those, we will consider your feature request.KhaledMemberThank You for exploring User Meta Pro.
This plugin suppose to support PDF/DOC. if there is any issue with PDF/DOC, we will test and solve it ASAP.Regards
Khaled SaikatKhaledMemberFor now, User Meta support Title Position as ‘Top’ and ‘Hidden’. ‘Left’ and ‘Right’ position will implement soon.
However, you can write your own css with any field, and also can assign css class to any field by ‘CSS Class’ and ‘CSS Style’ from User Meta >> Fields Editor.
By default pf_label class are assigned with every label(title of field). If you wish to change look and feel for label, you can add bellow code to your style.css file or /user-meta/assets/css/user-meta.css
.um_field_container .pf_label {
display: inline;
/* write your own css here */
}KhaledMemberWould you please post your url.
KhaledMemberThank you for using User Meta Pro.
AJAX Uploading is deal with uploader.php script.
/wp-content/plugins/user-meta/framework/helper/uploader.phpIn your case, this script seems to be FORBIDDEN (error code 403).
Regards
Khaled Saikat -
AuthorPosts