• Resolved johnsalomon

    (@johnsalomon)


    Hi,

    I’m trying to get user info to show up in my user profiles. However, all I see is the display name, and user icon/banner image.

    I’d like to show all the information the user sets up in their account information, like the below:

    The “Account” form correctly shows what I’ve told it to:

    I’ve tried the “More Info” tab in the profile form builder, and can’t see anything else that would give me the right info:

    I have no other plugins installed that have anything to do with user management or information. Am I missing something very basic?

    Also, probably unrelated, but is there a way to display the Users ([uwp_users]) page with just the search box, and a pre-defined display order (e.g. lastname A-Z) that users can’t change, nor to even show the sorting drop-down menus? Right now nothing’s showing in the list (I have plenty of users, and am looking at this with administrator permissions):

    Thank you for any help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Paolo

    (@paoltaia)

    Hi,

    each field has an option labeled: Show in what locations?

    There you can select one or more places where you want the data to appear. For example the more info tab.

    https://docs.userswp.io/article/601-working-with-the-form-builder

    The only way to hide those dropdown is via CSS:

    .btn-toolbar.justify-content-end {
        display: none;
    }

    If you leave default sorting, does it still says no users found?

    Let us know.

    Thanks

    Thread Starter johnsalomon

    (@johnsalomon)

    Hi Paolo,

    thanks for that info. You are a star, works perfectly!

    For the CSS, I tried inserting it via the WP Custom CSS plugin, both on the Users page and globally, and it’s still showing the buttons. I’ll play around with the plugin files themselves as soon as I have ssh access to our site.

    Plugin Contributor Paolo

    (@paoltaia)

    You shouldn’t be editing plugin file, each change would be wiped out after every plugin update.

    CSS can be added to Appearance > Customize > Additional CSS.

    I tested it before pasting here and it works.

    Let me know if you need further help.

    Thanks,

    Thread Starter johnsalomon

    (@johnsalomon)

    Hi Paolo,

    appreciate the help and patience – tried it but it still doesn’t do the trick. I also tried deactivating the custom CSS plugin since nobody seemed to be using it (I inherited this site and am trying to clean things up, hence the mess)

    Since this was originally about the user profile, should I start a separate thread?

    Plugin Contributor Paolo

    (@paoltaia)

    Please open a ticket on our site if you need further support: https://userswp.io/support/

    Thanks,

    Thread Starter johnsalomon

    (@johnsalomon)

    Thanks, will do once I’ve had a chance to log into the actual system and check error logs, permissions, etc. Appreciate the help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Profile form more info tab not showing up’ is closed to new replies.