Okay
  Public Ticket #1277263
Formulário de Registro e Visibilidade do Perfil
Closed

Comments

  • Cláudio started the conversation

    Estou com dois problemas. 

    1 - Na página de registro de novo usuário, os campos relacionados á visibilidade do perfil está desconfigurado (ver imagem 1 em anexo) O tema está com a última versão de atualização, e o mesmo aconteceu com o tema anterior. Isso dificulta o usuário no momento do cadastro.

    2 - Após o cadastro, o usuário não consegue mudar a visibilidade do perfil (imagens 2 e 3).

    Solicito orientação de como resolver tais problemas.

    No aguardo.

  •  2,057
    Theme replied

    Hi,

    Unfortunately we do not understand Spanish. Please ask your questions in English so we can resolve them as soon as possible.

    Thank you,

    Best regards,

    themeenergy support

  • Cláudio replied

    Sorry. I asked in Portuguese because in question #1254221 you answered me.

    So, I will translate the question:


    I have two problems.

     

    1 - On the new user registration page, the fields related to the visibility of the profile are unconfigured (see image 1 in the attachment) The theme is with the last update version, and the same happened with the previous theme. This makes it difficult for the user to register.

     

    2 - After registration, the user cannot change the profile visibility (images 2 and 3).

     

    I ask for guidance on how to resolve such problems.

     

    Awaiting.





  •  2,057
    Theme replied

    Hi,

    1) Please place the following code to the custom css field via Admin > Live customizer:

    .field-visibility-settings fieldset > div.radio {height:auto;position:static;width:100%;}
    .field-visibility-settings fieldset > div.radio label {width:100%;padding:5px 0;}
    .field-visibility-settings fieldset .field-visibility-text {width:auto;height:auto;border:none;text-align:left;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}

    2) That is a base field of BuddyPress profile that is not editable by users.

    Best regards,

    themeenergy support

  • Cláudio replied

    Great! The register page is working now. Thanks.

    But my second question wasn't resolved. After login, in "Configuration - Profile Visibility" the user can't change your visibility in community. So, how can we resolve this problem? (see the attached picture).

    PS: The user in the picture is a normal user that I use for test the site.

  •  2,057
    Theme replied

    Hi,

    That is a field that is set by BuddyPress xprofile. The fields are configurable in wp-admin/users.php?page=bp-profile-setup however, that particular field (Name) is a base buddypress field and as such cannot be changed or hidden.

    Best regards,

    themeenergy support