Skip to main content

I do not see the logo appearing in the portal - how is this defined in settings or other?

I have set up the site logos for both light and dark modes as well as the open Graph version. Site also has a logo defined and an icon.

I do not see the logo appearing in the portal - how is this defined in settings or other?

Dave Williams

I found the issue - I was using EWWW and this interferes with the display of the logo due to lazy loading. So I had to disable lazyload on the classes 'show_on_light' and 'show_on_dark' - the image for the avatar also does not show and does not have a class on the image itself to target, and 'user_avatar img' does not work to allow fixing this. So I have to disable lazy loading inside EWWW.

Joe Young

I don't use EWWW or similar and the lazy loading (I assume) is making the avatars look horrible. I thought it was some other setting, but not sure how to turn it off. Thanks.