Form Fields nor showing up.

This topic contains 8 replies, has 3 voices, and was last updated by  Patrik 4 years, 2 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #7209

    izzi
    Free User
    Post count: 3

    Hello,
    1. I selected some fields and configured their display, but they do not show up on the front end. I selected 2 or more locations for some of the fields, could this be a conflict?

    2. The display locations show Profile side(non bootstrap), what does it mean? see attachment 1.

    3. The profile page for my sample user displays cramped with small text, as against the beautiful one on your demo page. How do i fix this? see attachment 2.

    #7212

    Alex Rollin
    Moderator
    Post count: 27815

    We’d be happy to take a look at your site and find a solution.

    Please share WP Admin credentials so we can check it out.

    Be sure to use a private reply and only our team will be able to see it.

    WordPress Credentials
    WP Admin Login URL:
    WP Admin Username:
    WP Admin Password:

    #7214

    Patrik
    Moderator
    Post count: 1971

    Hi,

    1. Selecting multiple locations will not create conflicts.
    2. The profile side(non-bootstrap) will display the field value on the left sidebar of the user profile page but it will work for non-bootstrap design. We have non-bootstrap and bootstrap design layouts. You can change it from UsersWP->General->Developer->Default Design Style.
    3. This depends on the theme. You may have to apply some CSS to make it proper. Let us know the details asked above and we will try to make it look good.

    Regards,
    Patrik

    #7217

    izzi
    Free User
    Post count: 3
    This reply has been marked as private.
    #7222

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The layout is not looking good because in fieldset you have not entered any title and that’s why there is a space for the title. I have added the following CSS in the Appearance->Customize->Custom CSS:

    .uwp-profile-extra-wrap {
        padding: 7px 0;
    }
    .uwp-profile-extra-div h3 {
        display: none;
    }

    You can remove the last CSS if you want to add a title for the fieldset in the future.

    Regards,
    Patrik

    #7228

    izzi
    Free User
    Post count: 3
    This reply has been marked as private.
    #7240

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Those are the default fields and are used for the general data of the user and not used as custom fields. So you can display the custom fields only in the more info tab or users page. Because there is no meaning of displaying first name and last name in the users listing page as a separate data as there is already a user name displayed below the profile image. If you want to still display those fields then let me know or you can also display them on the frontend where you want using minor customization.

    Regards,
    Patrik

    #7245

    izzi
    Free User
    Post count: 3
    This reply has been marked as private.
    #7246

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)

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

Open Support Ticket