Questions and Troubleshooting

Rei

Legendary
Joined
May 22, 2008
Messages
12,015
Kin
5,001,259💸
Kumi
527💴
Trait Points
0⚔️
Hello everyone!

We hope that you are enjoying our new forums!

We ask you to post here and only here issues that you are experiencing and questions you might be having about the new website.

Please keep in mind that the migration to Animebase is still undergoing & that there is still much work left to do.


All the best,

AB staff
 

Reboryushon

Active member
Elite
Joined
Mar 10, 2014
Messages
6,168
Kin
178💸
Kumi
2,386💴
Trait Points
0⚔️
Awards
Hello everyone!

We hope that you are enjoying our new forums!

We ask you to post here and only here issues that you are experiencing and questions you might be having about the new website.

Please keep in mind that the migration to Animebase is still undergoing & that there is still much work left to do.


All the best,

AB staff
It is awesome Rei! :)

Btw, shouldn't the old domain redirect to this one? I don't want to lose my pen pals. :(
 

Reboryushon

Active member
Elite
Joined
Mar 10, 2014
Messages
6,168
Kin
178💸
Kumi
2,386💴
Trait Points
0⚔️
Awards
Founders, admins and gmods were fighting for the sparkles so we gave them to premiums instead.

xD
I took a look at the emojis not being scaled properly and have a little css tweak so the emojis that we had in the past can be scaled properly without interfering with the sprite of Xenforo stock emojis.

CSS:
[class*="smilie--sprite"] {
    width: 22px !important;
    height: 22px !important;
}

.smilie {
    vertical-align: text-bottom;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 25px;
    min-width: 25px;
    /* min-width: 33px; */
    /* min-height: 33px; */
    vertical-align: -.4em;
    margin: 0 .5em 0 .1em;
    overflow: hidden;
}
Basically the sprite area width and height is respected (So other emojis don't appear) as they are but every other emoji that has the class smilie will be increased to a 25x25 dimension.

This works well for stock emojis of Xenforo and any new one that is placed.
 
  • Like
Reactions: RuckenTM and Klaus

Rei

Legendary
Joined
May 22, 2008
Messages
12,015
Kin
5,001,259💸
Kumi
527💴
Trait Points
0⚔️
What about the glow effect?
What @Apocalypse said.

I took a look at the emojis not being scaled properly and have a little css tweak so the emojis that we had in the past can be scaled properly without interfering with the sprite of Xenforo stock emojis.

CSS:
[class*="smilie--sprite"] {
    width: 22px !important;
    height: 22px !important;
}

.smilie {
    vertical-align: text-bottom;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 25px;
    min-width: 25px;
    /* min-width: 33px; */
    /* min-height: 33px; */
    vertical-align: -.4em;
    margin: 0 .5em 0 .1em;
    overflow: hidden;
}
Basically the sprite area width and height is respected (So other emojis don't appear) as they are but every other emoji that has the class smilie will be increased to a 25x25 dimension.

This works well for stock emojis of Xenforo and any new one that is placed.
Will pass this on, thank you.

Also what happened to my 5 FUB medals?
I will look into that.
 
  • Like
Reactions: Rohan
Joined
Oct 28, 2018
Messages
2
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
The website design and work problems.(English is not my first language so I'm sorry if someone gets hurt reading this.)
The website header picture done bad doesn't actually fit the non-desktop site view, tried on iOS Safari, Android Opera Browser, Android Regular Browser, iPad Safari Portrait, and a regular cellphone(widescreen). Emojis doesn't appear(or cut in a half) on some devices.
 
Top