Oblivion Knight
Well-known member
It seems to work fine on 2.1 (testing on localhost)Super addon! What about a 2.1 version?![]()
It seems to work fine on 2.1 (testing on localhost)Super addon! What about a 2.1 version?![]()
Not with rounded avatar...It seems to work fine on 2.1 (testing on localhost)
Not with rounded avatar...
Ah, I didn't try with rounded avatars and assumed it would work as previously pictured (presumably a 2.0 mod).Not with rounded avatar...
Ah, I didn't try with rounded avatars and assumed it would work as previously pictured (presumably a 2.0 mod).
Tricky because I intend to have semi-rounded (ie 25% border radius)Exactly, we are working on a fix for this. If you have any suggestion on where you would like to see the badge with rounded avatars please let us know.
Is this 2.1 compatible?
Hello everyone,
this release implements XenForo 2.1 compatibility by implementing styling of the badge to match XenForo round avatars style. This is achieved by adding a new CSS class to HTML tag on XenForo 2.1.x only - v_2_1, and this CSS class is used to tweak the look of the badge. Left Top/Right top locations are modified to show a rounded badge. The locations are supported on mobile as well, but the look may be sub-optimal, so please check how it looks on mobiles to decide if you want...
So on a forum with square avatars (I'm running XF 2.1), how do I make it look like it did before updating to the latest version of your add-on?
View attachment 195060
See what I mean?
I want to get rid of those rounded edges.
.v_2_1 .ribbonBox.leftCornerDesktop .ribbon-wrapper, .v_2_1 .ribbonBox.leftCornerMobile .ribbon-wrapper {
border-radius: 0;
}
div.leftCornerDesktop .ribbon-wrapper, div.rightCornerDesktop .ribbon-wrapper {
width: 55%;
height: 55%;
}
@media (max-width: 650px) {
.v_2_1 .ribbonBox.leftCornerDesktop .ribbon-wrapper, .v_2_1 .ribbonBox.leftCornerMobile .ribbon-wrapper {
border-radius: 0;
}
div.leftCornerDesktop .ribbon-wrapper, div.rightCornerDesktop .ribbon-wrapper {
width: 55%;
height: 55%;
}
.v_2_1 .ribbonBox.leftCornerDesktop .ribbon-wrapper div.ribbon, .v_2_1 .ribbonBox.leftCornerMobile .ribbon-wrapper div.ribbon {
left: -40%;
top: 10%;
}
}
It'd be great if this were an option, I had to update the CSS.
Disclaimer: I haven't had time to verify this appears correctly on all responsive formats, it probably doesn't.
Code:.v_2_1 .ribbonBox.leftCornerDesktop .ribbon-wrapper, .v_2_1 .ribbonBox.leftCornerMobile .ribbon-wrapper { border-radius: 0; } div.leftCornerDesktop .ribbon-wrapper, div.rightCornerDesktop .ribbon-wrapper { width: 55%; height: 55%; } @media (max-width: 650px) { .v_2_1 .ribbonBox.leftCornerDesktop .ribbon-wrapper, .v_2_1 .ribbonBox.leftCornerMobile .ribbon-wrapper { border-radius: 0; } div.leftCornerDesktop .ribbon-wrapper, div.rightCornerDesktop .ribbon-wrapper { width: 55%; height: 55%; } .v_2_1 .ribbonBox.leftCornerDesktop .ribbon-wrapper div.ribbon, .v_2_1 .ribbonBox.leftCornerMobile .ribbon-wrapper div.ribbon { left: -40%; top: 10%; } }
As reported by some users they use XenForo 2.1.x but with square avatars, so we have made it optional to enable round avatar fix. The option is disabled by default and can be enabled in the product's options page.
Thank you!
AddonsLab updated [AL] Original Poster Highlight with a new update entry:
New option - Round Avatar Fix
Read the rest of this update entry...
I just installed 1.2.0 but it doesn't seem to be working at all
Is it working for anyone else?
We use essential cookies to make this site work, and optional cookies to enhance your experience.