Rahul Gandhi
Forum Replies Created
-
Hi,
For displaying custom fields on the listing detail page you can use the “GD > Post Meta” widget or shortcode [gd_post_meta key=’task_upload’ show=’label-value’]
Let me know if this works for you.
Regards,
PatrikHi,
Currently title is truncated with the help of CSS but I will add your suggestions in our tasks list for the future requests.
Regards,
PatrikHi,
For that you can use the our function uwp_get_usermeta($user_id, $key) to get the custom field value and if you want to fetch custom fields value created via form builder using a default WP function get_user_meta($user_id, $key) then also you can just you need to add prefix ‘uwp_meta_’ to the key. For example, if the key is ‘uwp_country’ then you can use something like get_user_meta($user_id, ‘uwp_meta_uwp_country’)
Let me know if this helps.
Regards,
PatrikHi,
If you don’t want to show the notifications tab then you can remove it using the code snippet mentioned here: https://docs.userswp.io/article/578-how-to-remove-notifications-and-privacy-from-account-options
Regarding changing default image we have given setting in UsersWP->Emails->Email Options->Email address.
Regards,
PatrikHi,
We simply add regexp as a ‘pattern’ attribute in the input field HTML. I have checked on ‘regexr’ site and it’s not showing a match for the said email.
Regards,
PatrikHi,
We don’t have an option to the expert user by user roles so for that you might look for another plugin but we provide an export of the data we store via custom fields for users from UsersWP->Import/Export
Regards,
PatrikHi,
If you can give more details or references then we might check with the solution but for now, I am making this ticket resolved.
Regards,
PatrikHi,
You should apply that class only if the user is not logged in. Maybe try condition like
if ( is_user_logged_in() ) {}.Regards,
PatrikHi,
To open the login and register form in the popup, you can use class ‘uwp-login-link and ‘uwp-register-link’ in the anchor tag and it will open the form in popup on click of a link.
Regards,
PatrikHi,
You can use our ‘UWP > User Meta’ widget or shortcode [uwp_user_meta key=’customfield_key’]
Let me know if this helps.
Regards,
PatrikHi,
You can use the UWP > Button Group widget or shortcode [uwp_button_group user_id=’post_author’] for displaying social media links with icons.
Regards,
PatrikHi,
UsersWP should not conflict with Restrict content pro as well but we have not done any specific integration between both plugins.
Regards,
PatrikHi,
UsersWP can conflict with BuddyPress a bit as both are serving similar purposes but for other plugins, there should not be conflict and if found then you can report it on support and we will fix it asap.
Regards,
PatrikHi,
You can go to Settings->Font Awesome->Enqueue and select ‘Backend’ so it will be not loading on the frontend. Let me know if this helps or not.
Regards,
PatrikHi,
There is no need for any specific things for that as both are different plugins but yes are used for users so you might have to completely uninstall that plugin if you don’t want to use their features anymore.
Regards,
Patrik