Rahul Gandhi
Forum Replies Created
-
Hi,
To add a new tab to the account page you will need to do it via custom code in the functions.php file or via a Code Snippets plugin and you will get the idea from our doc here: https://docs.userswp.io/article/602-how-to-add-profile-tabs-to-user-account-page
Regards,
PatrikHi,
Can you please update the plugin with latest version and check if it works for you or not?
Regards,
PatrikHi,
You can try following code in the functions.php file of the currently active theme or via the Code Snippets plugin and let me know if it helps or not:
add_filter('uwp_add_tab_content_hashtag', 'uwp_add_tab_content_hashtag_cb'); function uwp_add_tab_content_hashtag_cb(){ return false; }This will remove the hash in the URL which is just scrolling the content due to the theme.
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - Social Login] Fatal error: Uncaught ArgumentCountError:Hi,
Are you using the Listimia theme? The issue is login.php file override by the Listimia theme needs to be updated or changed according to the latest version. You will need to modify the login.php file in listimia/userswp/bootstrap/ folder on line no. 66. There is a code <?php do_action( ‘uwp_social_fields’, ‘login’ ); ?> which need to be changed to <?php do_action( ‘uwp_social_fields’, ‘login’ , $args); ?> or you can copy the latest template file from core plugin to your theme. Let me know if it helps.
Regards,
PatrikHi,
Can you make sure the website custom field is not already added? It will have the field key ‘user_url’.
Regards,
PatrikHi,
You can rescan all the strings via the POEditor software and then copy the file into the languages/plugins/userswp folder and translate it. You can checkout our doc https://userswp.io/docs/translate/
Regards,
PatrikHi,
The easiest solution is to hide using custom CSS and another solution is to override the template file in your theme and then modify it which will require coding knowledge.Here is the CSS code you can add to Appearance->Customize->Additional CSS and let me know if it helps or not:
.uwp_widget_account .flex-column.align-items-center { display: none !important; }Regards,
PatrikHi,
Try finding the string partially as we add a link to the “here” text in the string. Here is the exact string you can look for and change it: Account registered successfully. Please login %shere%s and “Please check your email.” should be there in the .po file.
Let me know if it helps or not.
Regards,
PatrikHi,
It’s moved to account form builder after we have added multiple registration forms functionality. So you will find the same setting per form by clicking on the Form Options button in the account form builder. You can check our doc here: https://docs.userswp.io/article/601-working-with-the-form-builder
Regards,
PatrikHi,
Can you please explain the issue in detail with screenshots or video?
Regards,
PatrikHi,
You can check following hooks for your requirements:
1. ‘uwp_after_custom_fields_save’
2. ‘uwp_email_activation_success’Let me know if it helps or you have any questions.
Regards,
PatrikHi,
Can you create a support ticket on https://userswp.io/support/? We will try to make our plugin compatible with other plugins if needed.
Regards,
PatrikHi,
Not sure what you are trying to do. Do you want to redirect admin to the dashboard? That should be done by default.
Regards,
PatrikHi,
Do you mean you want to prevent admin user login redirect to admin dashboard? We have done this intentionally but if you want to change it then you can use the filter ‘uwp_login_redirect’ to redirect it according to your requirements.
Regards,
PatrikHi,
It looks like your site is not a live site and can be a local host. Can you please upload the things somewhere and create a support ticket on our site https://userswp.io/support/ so we can help you out to solve the issue?
Regards,
Patrik