Code cleanup and standarts
View Nikolai Shcherbin's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hello Nikolai,
thank you for this plugin. I find it useful and particularly like the blue verified icon.
Regarding this icon, I have a purely informational tidbit for you which you might or might not find interesting:
I'm currently practising with changing my site's CSS to learn better about Elgg (as mentioned in one of my discussion topics you replied to) and I managed to build my own hover dropdown menu for mobile view (unrelated to my topbar issue). That menu was set to z-index: 1.
With that setting, my created dropdown menu overlaid every aspect of the Elgg site - except your blue verified icon. It looked like this:
After I changed z-index to 3, the icon moved under the menu. My guess is that your icon's z-index is 2 while everything else is either on 1 (or auto). Whether that's on purpose or not, I don't know, and whether my situation could occur elsewhere or is a very rare, unusual and individual change to the layout, I also don't know. But since I noticed it, I thought I'd mention it, just in case, so that you know that it could happen that your icon shines through something else.
Keep up the good work.
Thanks for reporting.
This property doesn't affect the default Elgg layout but only custom layouts.
I specifically set z-index = 2 so that it can be changed in custom plugins to a higher or lower value.
Anyway, CSS tricks works.