Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
I have tried with another user and both registration and login forms are working. So it may be possible after deactivating the cache it works fine. If you are still facing an issue then let me know the username and password and also share small video to regenerate the issue so that I can troubleshoot it and fix it.
Regards,
PatrikHi,
I have registered a new user and logged in via login form and it worked properly. I think there might be issues due to caching. So you will need to remove/exclude the caching for UsersWP login and register pages and then check if it works for you or not.
Let me know if you still find the issues and we are here to help you!
Regards,
PatrikHi,
I have checked your site and found that the fields are displayed. If the fields are filled by a user from the account form then only displayed else it will not be displayed. See the screenshots of your site’s users page.
In the grid view, we are not displaying any fields because it will break the grid layout based on the fields displayed for each user.
Regards,
PatrikHi,
Can you check? It is not allowing me to login into admin as well as on frontend. It is giving access denied error. See attached screenshot.
Hi,
Thanks for your suggestion. I have applied the changes on your site. Please review it and let us know how it works for you.
Regards,
PatrikHi,
I have made the changes on your site. Please review it and let me know how it works!
Regards,
PatrikHi,
There is a setting “Choose the tabs to display in Profile” in UsersWP->Profile where you need to select which fields you want to display in the profile tabs. Currently, fieldsets will not display as profile tab but you can display any other fields as a separate tab. We will fix this in the next update of the plugin. If you want to try the fix on your site then provide us the FTP details of your website in private reply and we will apply the patch.
Regards,
PatrikThis reply has been marked as private.Hi,
I have activated the UsersWP plugin and it doesn’t create a redirect loop. I have deactivated as you said. We redirect to the settings page after activation of the plugin. So it may be caused redirect loop for you but it should be not an issue all the time. It may be due to conflict with other plugins or theme.
Regards,
PatrikHi,
We have used the default gravatar function of WordPress. You can use the following code to change the size of the gravatar:
add_filter('pre_get_avatar_data', 'pre_get_avatar_data_cb', 10, 1); function pre_get_avatar_data_cb($args){ if(is_uwp_profile_page()){ $args['size'] = 100; $args['width'] = 100; $args['height'] = 100; return $args; } return $args; }
Please note: This will change the size of gravatar for the profile page. So if you want to change the size of gravatar on the other pages then you can use the conditional tags.
Regards,
PatrikHi,
I can now access the FTP and I have made some changes to fix the problem. Kindly review it from your side and let me know if it works fine or not.
Regards,
PatrikThis reply has been marked as private.Hi,
You have given the admin details. I need FTP details too so that I can access to the code.
Regards,
PatrikHi,
This message displays when the server returns null or false while sending an email. We will remove this check in next version as some servers return nothing for wp_mail() function. So you can either wait till the next update of our plugin which will be around next week or let us know the FTP details in private reply here and we will make some fixes.
Regards,
PatrikHi,
You have used login and registration form of Geodirectroy V1 which handles the form itself and not the UsersWP. So the UsersWP settings will not be applied to those forms. You will need to use the UWP forms to apply the settings. The login and registration forms are removed in Gedirectory V2 which is a major update so I would suggest you can use the UsersWP forms instead of GD.
Regards,
Patrik -
AuthorPosts