Rahul Gandhi
Forum Replies Created
-
Hi,
No plugin doesn’t require any additional actions. We have created our own library called Super Duper which registers shortcode, widget, Gutenberg block and compatibility with all major page builders. You simply need to add a code block from the Divi elements and put a shortcode into it and save the page. Our shortcode will output the content in the Divi builder for preview.
Regards,
PatrikHi Alexander,
All our widgets and shortcodes are supported in most of the page builder plugins and themes like ELEMENTOR, OXYGEN, DIVI, BEAVER BUILDER, GUTENBERG etc.
If you face any issues just let us know and we will help you to fix it.
Regards,
PatrikHi,
Try to put the following code in functions.php file of your currently active theme or via Code Snippets plugin and let me know if it helps. Make sure you use the correct key you have from form builder in place of the ‘phone’ in the code:
add_filter('manage_users_columns', 'add_user_table_column_cb'); function add_user_table_column_cb( $column ) { $column['uwp_user_phone'] = __('Phone', 'userswp'); return $column; } add_filter('manage_users_custom_column', 'add_user_table_row_cb', 10, 3); function add_user_table_row_cb( $val, $column_name, $user_id ) { switch ($column_name) { case 'uwp_user_phone' : $val = uwp_get_usermeta($user_id, 'phone', '-'); break; default: } return $val; }Regards,
PatrikHi,
You can do that using .po translation files or using a plugin like loco translate. Get step by step guide at https://userswp.io/docs/translate/
Regards,
PatrikHi,
It might break some of the functionality and layouts using the bootstrap in the frontend if the bootstrap run by the wpdatatable is not loading the latest version of bootstrap bundle. You can get more ideas by doing it for your site and check if anything breaks.
Regards,
PatriHi,
We have provided separate settings for frontend and backend in Settings->AyeCode UI where you can do respective settings for your site. I don’t see any issues on the frontend for my site. If it creates issues on the backend then you can change setting for the backend to either “Required functions only” or “Disabled”.
Regards,
PatrikHi,
I have tested in my system and it worked for me when I choose “Required functions only” but it depends on site by site so let me know if you face any other issues.
For changing details like name, surname, e-mail and etc user can do it from the account page and not profile page. I am not sure which page you are assuming as profile and which page as account page but let me confirm that the page with the form to get user details is called account page and page with the banner, avatar, and tabs is called profile page.
The string should be translatable using .po file you can find in the userswp/languages/userswp-en_US.po and create your own language file using this.
Yes, You can remove those components if you are not using any UWP module on pages other than UWP pages.
Regards,
PatrikRegarding your 2nd point, If you want to use this plugin for login/register only then you may have chosen it from setup wizard while activating a plugin. If not then you can run the wizard again by going to the UsersWP settings page and from the top right corner click on Help and go to Setup wizard tab and click on Setup Wizard button. On 2nd step, you will see “How will you use UsersWP” where you can untick other options than login/register and complete the wizard process. This will remove the other pages and will not be accessible from the frontend. Can you explain for what you need settings to disable for image uploads, max file upload limit, file type and etc? If you are talking about the profile then you can go to UsersWP Settings->General->Profile->Click on Show Advanced Button and you will get file size settings.
Regards,
PatrikHi,
I have installed WpDataTables and found that it is also using bootstrap and there might be a conflict with our AyeCode UI kit. For this conflict, you don’t need to disable the plugin each time. Just go to Settings->AyeCode UI->Backend (wp-admin)->Load JS and change the settings to “Required functions only” and if it doesn’t resolve the issue then change it to “Disabled”. Let me know if this resolves your issue or not.
Regards,
PatrikHi,
We have intentionally loaded all the scripts and the CSS on all pages as we got support requests regarding designs and scripts not working for the widgets which are used on non-usersWP pages. One can always disable loading the scripts on the other pages by dequeuing or using assets plugin. We will check regarding the conflicts with the WPDataTables plugin and I think it will be regarding designs only which can be corrected. Let us know if you face any other issues here or on our support forum and we will be happy to help you.
Regards,
PatrikHi,
We have got a few requests for this and we have planned our new add on for this as well.
Regards,
PatrikHi,
You can do that by disabling the Is active field for username from account form builder which will hide the field from the register and account form. You will need to enable the email for registering a user. The username will be created from email automatically after registration.
Regards,
PatrikHi,
Can you please provide a list of plugins you are using? Because there might be possible that another plugin modifies the activation key. If possible provide a report from the UsersWP->Status->Get system report which will help us to troubleshoot the issue.
Regards,
PatrikHi,
Is your site on wordpress.com? If yes then can you discuss with them and let us know if they can suggest anything to change from our plugin side.
Regards,
PatrikHi,
I have registered on your site at first try. But if there is an issue regarding user needs multiple tries to register, then I would suggest if you are using cache plugin or on the server then add login and register to the ignore list of the cache. Regarding the activation link not working, we are using the same validation for activation as WP does and there can be possibilities like other security plugins modifies the hash key and that’s why the activation returns an error. I would suggest deactivate all security plugins or non-UsersWP plugins and check the things if working or not. Providing screenshots or a small video will help us to troubleshoot the issue. You can provide the report from UsersWP->Status would be also helpful to troubleshoot the issue on your site.
Regards,
Patrik