Rahul Gandhi
Forum Replies Created
-
Hi,
I would suggest you create a support ticket on our site http://userswp.io/support and our developer will help you to solve this asap.
Regards,
Hi,
To rename the label, an easy way is to use a translation file and translate those strings with the strings you want to output. You can use POEdit software for translation. More info can be found on https://userswp.io/docs/translate/. There is no filter provided so it’s not possible to change without changing in the core file.
Regards,
PatrikHi,
You mean you don’t want an account page on your site, right? You can simply keep the page in draft or trash and re-save the page settings at UsersWP->General->Pages and let me know if it helps or not.
Regards,
PatrikForum: Reviews
In reply to: [UsersWP - Social Login] Doesnt work in the real worldHi,
Can you please allow us to help you by creating a support ticket for the issue you are facing instead of directly giving the 1-star rating? We will surely help you to resolve your issue as you can read our other reviews regarding support.
Regards,
PatrikThanks a lot!
Regards,
PatrikHi,
Thanks for the appreciation. Currently, we don’t have membership payment functionality in UsersWP and we are already planning on adding it using our GetPaid plugin for payment.
Regards,
PatrikHi,
The google button is currently different as they specifically asked us to change it according to their policy. If you want to change it then you can do it by using the filter we have provided. Try following code in your functions.php file of currently active theme or via Code Snippet plugin and let me know if it helps or not:
add_filter("uwp_social_login_button_html","change_uwp_social_login_button_html",10,3); function change_uwp_social_login_button_html($btn_output,$provider,$url){ if($provider=='google' && function_exists('aui') ){ $social_name_class = $provider; $social_icon_class = "fab fa-google"; $btn_output = aui()->button( array( 'href' => $url, 'class' => 'ml-1 mb-1 border-0 btn btn-'. $social_name_class.' btn-sm btn-circle', 'content' => '<i class="'. $social_icon_class.' fa-fw fa-lg"></i>', 'data-toggle' => 'tooltip', 'title' => ucfirst($provider), ) ); } return $btn_output; }Regards,
PatrikHi,
Please create a support ticket on our site http://userswp.io/support for further assistance. You can mention this support ticket URL too.
Regards,
PatrikHi,
Can you confirm if the More info and Comments tab has something to display? If there is no output then the tab will not display. You can add some data in your account form fields which are set to display in the More info tab or do comment on some of the posts to check if it displays the comments on your profile tabs or not. Make sure comments are approved by the admin. The purpose of allowing create multiple forms is we got many requests by our customers that they want to have multiple registration forms like for example different forms for student and teacher roles with different fields for registration. Yes, the shortcode you mentioned is correct for the form with ID #1. Profile tab will show tabs set for that form in the profile builder. So for example, if I am registered with Student form #2 then in the account form I will see all the fields set for the Student form and also on the profile page I will see all the tabs set for the Student form.
Regards,
PatrikHi,
Can you please create a support request on our site https://userswp.io/support for further support?
Regards,
PatrikHi,
We do allow import-export of users and settings only not for the forms right now. We will add a task to consider this as a future request.
Regards,
PatrikHi,
We do allow import-export of users and settings only not for the forms right now. We will add a task to consider this as a future request.
Regards,
PatrikHi,
You can create more custom fields from UsersWP->Form Builder->Account by using URL field type. You can set font awesome icon class name in the “Upload icon” option of the custom field. You need to click on the Show Advanced button to see this option. You can show them in the More info tab or on the users listing page by selecting it from the “Show in what locations?” option. If you want to show them with other social icons displayed then let me know as it will require adding via a filter in code. By default ‘Facebook, Twitter, Instagram, Linkedin, flicker, GitHub, youtube, WordPress will be displayed in a group on profile and users listing page even if you don’t select anything from the “Show in what locations?” option.
Regards,
PatrikHi,
Can you please create a support ticket on our website http://userswp.io/support?
Regards,
PatrikHi,
If you want to make a user directory then you can go for the UsersWP and if you want to make a directory of doctor’s clinics or hospitals then I would suggest going with GeoDirectory as it’s best for that. You can get more features idea from the website.
Regards,
Patrik