Skip to main content

Questions about the login element

Comments

6 comments

  • KC George

    Hi Peter,

    1. When you set the 'Original Site Language' as Dutch under Project Settings - Translate, the 'Logout' text should ideally translate to 'Afmelden'. This does not happen. It appears like a bug. I will report it and we will work on fixing it.

     2. To display "Welcome Fred Smith" kindly add two columns and on the left column, add the welcome text. On the right column, add the Brizy 'Login' element and set Login Type as "Authorized' 

       

    0
  • Peter London

    Hi KC George,

    Thanks for your quick reply!

    Also thanks for the reported bug.

    Concerning question 2.

    This is exactly what I want but without the word "Logout". I removed the color from the word "Logout" with the right slider (I think it's called the opacity slider) but there is still a clickable area. Do have an idea how to remove this clickable area or how to remove the word "Logout"?

    Thanks for your help.

    Greetings,

    Peter

    0
  • KC George

    Hi Peter,

    Kindly add this CSS code under CMS - Project Settings - Code - Custom CSS to hide the 'Logout' text in the Login element 

    .brz-login__authorized-link {
    visibility: hidden}

    0
  • Peter London

    Hi KC George,

    Great stuff but... It now hides all the authorized links.

    I've got a small column just below the login name where users can logoff. Looks like a button.

    It looks like I cannot use the "authorized" links anywhere in the project when using this code.

    Is it possible to use this code within a specific column?

    Thanks,

    Peter

    0
  • KC George

    Hi Peter,

    Kindly add this to the Custom CSS of the column where you want to hide the Logout text.

    element{
      .brz-login__authorized-link {
    visibility: hidden}
    }

    0
  • Peter London

    Hi KC George,

    That's it, thanks!

    I'll await the bug to be solved.

    Thanks!

    Greetings,

    Peter

    0

Please sign in to leave a comment.