Patrik
Forum Replies Created
-
AuthorPosts
-
Hi Tola!
We have added a hook in the core file and will be available in next release of the plugin.
Regards,
PatrikHi Piyush,
Can you please tell me where exactly you want to set this link in the menu?
I see the registration page with link https://www.tuikart.com/service-provider-registration/ is already set for register link under the login/register drop-down menu.
If you want to put that page in place of this then you can assign that page in UsersWP->General Settings->Register page
Regards,
PatrikHi Piyush,
I have tried to log in using facebook account and then using Gmail account after logout but I can’t regenerate the issue regarding redirect again to the facebook page.
Now after few mins, When I am trying to log in with facebook it gives following configuration error:
“UsersWP Social Login is not properly configured.Facebook need to be properly configured.”Can you please make sure you configured FB API properly?
Also, can you try to login with Facebook and then Gmail?
Regards,
PatrikHi Cyril,
The plugin conflicts with WPBakery Page Builder. Our plugin checks if font awesome is already registered then we don’t load it else we load it. But on your site, the font awesome is registered by the WPBakery Page Builder but not rendered on the frontend as it loads only on frontend editor and backend editor. So this is the reason for the issue. To fix this, I have enqueued font awesome CSS from the functions.php of the currently active theme. Now it should work fine.
Let me know if you have any questions.
Regards,
PatrikHi Colin,
This is known issue for us and we will fix it in next release. For the temporary fix, you can make following change in core plugin:
1. Go to userswp->admin->class-admin.php
2. Add$show_builder = true;
code at line no.137. So it must look like following:
case "multi_na_all": $proceed = true; $show_builder = true; break;
3. Save file.
Let me know if it works or not. If you an provide the FTP details in private reply then I can make the changes for you.
Regards,
PatrikHi Cyril,
We have noted this issue and made changes in your plugin so it should be working now. We will fix this in next release of the plugin.
Let me know if any queries.
Regards,
PatrikCan you please provide the FTP details in private reply to look more into this?
Regards,
PatrikHi Cyril,
The icons are missing because the font awesome CSS is not including. This may be due to conflict with theme or other plugins. I need FTP details to look into which theme or plugin is conflicting. Please provide us the FTP details in private reply so that we can look more into it.
Regarding alignment of T&C, we generally consider the default WP themes to make sure the form looks perfect and as you are using a Jupiter theme, you will have to do some CSS changes to make it proper.
Regards,
PatrikHi,
Can you confirm you have granted access to Google+ API from your google console?
Go to the https://console.developers.google.com/apis/api/plus.googleapis.com/overview and click on enable button to allow access to google+ API.
Let me know if it works or not.
Regards,
PatrikHi Erik
When registration action set to “Require Email Activation”, it will show the message above form regarding checking email for the activation link. It will not redirect to any page otherwise the user will not be able to see the message. So currently with this registration action, it is not possible to redirect the user to any other page after successful registration. It will show the message only.
If this is your requirements then it can be done by the minor change in the plugin’s core file. Let me know if you want to do that but you have to make same changes again whenever you update the core plugin.
Let me know your inputs.
Regards,
PatrikHi,
You can put Users menu item as shown in the last screenshot in your menu. Users page will display all users listing on the page.
Let me know if any questions.
Regards,
PatrikCan you please post admin credentials and FTP details in private reply so that we can look more into it?
Make sure you have followed steps properly while creating new API credentials for google. You can find the steps on admin side at UsersWP->Social login->Google below the details form.
Regards,
PatrikNo! There will be no activation email sent to the user if registered from the social logins. Most of the social networking sites have their own email validation system.
Regards,
PatrikHi Karl,
This notice is for changing the default password generated by WP and put your own password. Also, you need to click on click here link in the warning message so that it will not show notice next time.
To disable this notice we have added an option in settings which will be available in the next release of the plugin.
Regards,
PatrikYes Guust is correct!
Actually, the activation email will be sent if you have not disabled password field from the form builder. If you have disabled the password field, it will register a user and send the login details in the mail.
Thanks for noticing this. We will fix this in next release.
Regards,
Patrik -
AuthorPosts