Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
The account page has access restrictions, causing the redirects.
Try deleting the page and recreating it and set it again for the UsersWP account page.
This reply has been marked as private.Hello,
can you share your site URL in a private reply so we can take a look?
you can try disabling non-UsersWP plugin that are involved in permalinks or redirect related functions.
Do you have any code snippets running that redirect login?
thanks
Hello,
thank you for reporting the issue; the developers have been alerted.
Ah! Progress moves us forward, but not backward, we hope.
There is not a setting to revert, but you could apply the old styles as custom css.
You can change that with translation.
Use POEdit to change the strings.
The page template controls the width of the content area, and that is part of the theme or page settings. Here’s a start on that:
.post-787 div#home-scroll { width: 100% !important; }
Here’s some CSS for making the 4 column display show.
.uwp_gridview_4col li { width: 23% !important; width: -webkit-calc(23% - 5px) !important; width: -moz-calc(23% - 5px) !important; width: calc(23% - 5px) !important; }
To show more on the page, try changing the setting for Posts per page in WordPress reading settings.
Thanks, great ideas for future versions!
For now there is just the option to change the layout of the view or to exclude users in the settings at:
UsersWP – Users
There are several additional addons to make the profiles more lively, including the activity plugin.
The “Privacy” sub page and checkbox is an example:
https://github.com/UsersWP/userswp/search?utf8=%E2%9C%93&q=privacy&type=time.uwp-profile-item-time.published { display: none !important; }
The username field can be removed from the Account form using the form builder setting: “Show only in Register Form”.
This is the expected behavior.
It can be hidden with CSS.
Username will not go away because many sites use it prominently.
The WP backend editor allows the user to choose their display name, to switch from username to other profile fields, if they have access, and third party plugins can set that sitewide.
-
AuthorPosts