users page design

This topic contains 15 replies, has 4 voices, and was last updated by  Kiran 6 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #1113

    Felicia Felicia
    Buyer
    Post count: 140

    Hi,

    I would like to check with the design of my users page – why the “list view” cannot be toggled and the design is different from the screenshot provided.

    Thanks

    #1114

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #1116

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    I will check on the toggle, not sure if that is supported yet for UsersWP.

    You did not include a screenshot.The listview looks correct. You may want to do some styling to make it look the way you want with your theme.

    #1118

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please provide wp-admin details and i will take a look.

    Stiofan

    #1119

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #1121

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Could you please tell us what issue you are experiencing, and attach a screenshot?
    I am not sure what we are looking for on that page.

    Thanks

    #1122

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You did not have the users-1 page set as the users apge in the UWP settings, so it was not loading the UWP CSS, please check now.

    Stiofan

    #1123

    Felicia Felicia
    Buyer
    Post count: 140

    Yes it’s working now thanks.

    But the information isn’t displayed i.e. name. How do I display them?

    #1124

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #1128

    Kiran
    Moderator
    Post count: 7069

    Hi Felicia,

    You have added custom css GeoDirectory > Design > Scripts > CSS that hides the profile name.
    Following css hides the name from user profile.

    
    
    /*Edit user profile design*/
    .uwp-user-title {
        display:none!important;
    }

    Kiran

    #1129

    Felicia Felicia
    Buyer
    Post count: 140

    Hi Kiran,

    Ok i understand. Is it possible to have a similar css that targets the name in the profile page only, but not the user page?

    thanks

    #1130

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Use following instead

    
    
    /*Edit user profile design*/
    .uwp-profile-main .uwp-user-title {
        display:none!important;
    }

    Kiran

    #1132

    Felicia Felicia
    Buyer
    Post count: 140

    Ok thanks it works.

    Can I also filter by user role and make Grid 5 col as the default?

    Thanks

    #1133

    Kiran
    Moderator
    Post count: 7069

    Yes.
    You can manage default layout from UsersWP > Users > Users default layout.

    Kiran

    #1134

    Felicia Felicia
    Buyer
    Post count: 140

    Thanks ok what about filter by user role such as author, contributor etc?

Viewing 15 posts - 1 through 15 (of 16 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket