MyBB Community Forums

Full Version: Square Theme's Default Avatar Showing Behind Transparent Avatars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm currently using Square Theme by eNvy and I have an issue where the default avatar is behind any avatar that I upload due to transparency.

Here is an example:

[Image: ZjGhP4z.png]
              [Image: jSYbCqx.png]

The header template is unmodified, I was using MyBB Default Avatar Fix however deactivating this plugin had no effect. Any assistance with this would be great.

Additional information:

MyBB, PHP Versions and SQL Info: here.

I'm new to MyBB so my forums are being temporarily hosted at https://testmybb.ddns.net
Forum URL & Test account please?
(2018-05-13, 02:04 PM)Livewire Wrote: [ -> ]Forum URL & Test account please?

Contrast to my OP and hosting it locally, I put it online, you can access it here: https://testmybb.ddns.net

I'm new to MyBB so I'm unsure if you need any permissions, I created a test account with the following details

Username: tester
Password: testtest
Anybody able to help with this? This is pretty much the only issue I've had so far.
(Make sure you take a backup of theme before doing any changes)
Hi,
This is simple to solve
Go to admin CP > Themes and Styles> Square Theme> Square.css
Find the code for .panelavatar and replace it with this.
.panelavatar {
    background-size: 100% auto;
    margin: 0 5px 0 0;
        margin-top: 0px;
    padding: 0;
}

Also rebuild cache and if you use cloudfare, put it in dev mode.

Regards
WallBB
I cannot thank you enough! Much appreciated!