@crazycells ah, I see. That makes sense.
Custom badges
-
@phenomlab which one i should remove?
-
@cagatay These
.self-post a[href*="/groups/verified"] .group-label { position: absolute !important; right: 51px; top: 44px; } .topic-response-post a[href*="/groups/verified"] .group-label { position: absolute !important; left: 20px; top: 44px; } .topic-response-post i[component="user/status"] { position: absolute; left: -1px; }
-
@phenomlab its not work, nothing changed when i deleted those css.
-
@cagatay what isn’t working?
-
@phenomlab there is no changes after deleted css code;
-
@phenomlab how can i set blue tick like sudonix to my own? coz codes which you are shared, it not look like yours;
-
@cagatay It’s documented here
https://sudonix.com/topic/386/custom-badges/18?_=1669196219630 -
-
@phenomlab i read it and did it what you wrote. but result as below;
blue icon not seen, it hide by avatar
-
@cagatay Yes, having checked, I see what you mean. I’ve fixed this on your site.
This is the new applied code
.post-header a[href*="/groups/onaylı-üyeler"] { margin-right: 3px; margin-top: 1px; border-radius: 50%; line-height: 20px; display: inline-block; vertical-align: middle; text-align: center; overflow: hidden; } small.label.group-label.inline-block i { margin-top: 1px; margin-left: 0px; vertical-align: middle; justify-content: center; display: flex; } .post-header a[href*="/groups/onaylı-üyeler"] .group-label { min-width: 20px; display: flex; justify-content: center; } .self-post a[href*="/groups/onaylı-üyeler"] .group-label { position: absolute !important; right: 51px; top: 44px; z-index: 2; } .topic-response-post a[href*="/groups/onaylı-üyeler"] .group-label { position: absolute !important; left: 20px; top: 44px; z-index: 2; } .topic-response-post i[component="user/status"] { position: absolute; left: -1px; } .group-label { vertical-align: -6px; }
However, there were some errors on your part. You were correct in renaming the actual group in CSS (good call) because of the language not being English, but the path was incorrect. You used the below, which was customized for @crazycells install
/forum/groups/onaylı-üyeler
It should be
/groups/onaylı-üyeler
You also have some overriding CSS somewhere that defines a lower
z-index
value which forces the “verified” icon behind the avatar, so I’ve added an adjustment for thatz-index: 2;
-
@phenomlab ah okey Mark you as always better then me so there is no word in my side for the explaniton
thank you again.
-
@cagatay said in Custom badges:
@phenomlab ah okey Mark you as always better then me so there is no word in my side for the explaniton
thank you again.
hi @cagatay , as a first step you have to create a group called “verified” , then everything is as it is written on this thread… but since your group name was different, it gave an error…
I am writing this explicitly so that others can be aware.
-
@crazycells said in Custom badges:
I am writing this explicitly so that others can be aware.
Good point. Thanks
-
@phenomlab i have problem with my badges for ios and android users.
i can secret all of from mobile users?
-
@cagatay Are they showing on mobile ? Can you send a screenshot ?
-
@phenomlab sure,
-
@cagatay Do you want the icon to show? Because of the size of the screen estate, I think it makes more sense to hide it?
-
@phenomlab i want to hide them.
-
@cagatay Add this to your custom CSS
@media (max-width: 767px) { .post-header a[href*="/groups/onaylı-üyeler"] { display: none; } }
-
@phenomlab same problem here
PS: i’m using chrome
-
@cagatay Already fixed. Thanks.
This seems to have become an issue in the most recent update from NodeBB.