Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Molongui

    (@molongui)

    Hi @lindsaysmith,

    thanks for reporting and thanks for the link. That have helped us to identify and fix the issue. It is a CSS rule from your theme that causes the image to be displayed with 0px width. We will release an update (4.1.1) soon with the fix so you can get it working fine again.

    In the meantime, if you wish, you may want to add this CSS rule into your installation (go to: Appearance > Customize > Custom CSS and paste code below):

    .m-a-box-content.m-a-box-profile .m-a-box-avatar {
        flex: 0 0 auto !important;
    }

    If you do, please, remember to remove the code above once updated.

    Cheers!
    The Molongui Team

    Thread Starter lindsay.smith

    (@lindsaysmith)

    Thank you so much! This did the trick.

    I appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avatars not displaying’ is closed to new replies.