Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter connekted

    (@connekted)

    Thread Starter connekted

    (@connekted)

    I wanted to know if its possible to remove the image / avatar above the login. Here is a screenshot of what it looks like.

    Also how would i change that image? would I have to sign up to gravatar.com or use a gravatar plugin?

    Thanks

    Thread Starter connekted

    (@connekted)

    https://www.seven1three.com/images/example.jpg

    Sorry, having trouble posting this correctly for some reason.

    Mike

    (@jolley_small)

    You can hide it by using display:none; in the stylsheet:

    #sidebar-login .avatar { display: none }

    And yes, gravatar is what you sign up for.

    I have been removing it by commenting out the line:

    echo '<div class="avatar_container">'.get_avatar($user_ID, $size = '38').'</div>';

    This is at about line 170 in the current version. This has the advantage of the browser not looking for a Gravatar, and simplifies any custom CSS that users may have in place.

    Ideally I would prefer for the line to be conditional, but adding more options in the setup may not be wanted.

    Ideally I would prefer for the line to be conditional, but adding more options in the setup may not be wanted.

    I would agree – this should be provisional.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Sidebar Login] Is there any way to remove image/avatar above login?’ is closed to new replies.