castleofargh
Sound Science Forum Moderator
- Joined
- Jul 2, 2011
- Posts
- 10,982
- Likes
- 6,831
they might be coming back from the holidays now, maybe they could do like... something to correct the mess they've done.
they might be coming back from the holidays now, maybe they could do like... something to correct the mess they've done.
they might be coming back from the holidays now, maybe they could do like... something to correct the mess they've done.
I'm still hoping for an implementation of the hacker code from a few posts back![]()
I just got around to re-reading this.
I don't like the top bar either as it currently functions, for the same reasons everyone else does. However, I wouldn't assume anything about what is going on at Wikia without knowing everything they have planned. I do know that they are aware of all the problems (I submitted one bug myself, to do with avatars that use transparency). I can't say that I'll be able to share anything interesting, but I will ask for an update on their plans. I'm certain that the bugs will be fixed in a future update.
If they do not agree, then perhaps we could make this an official optional theme for Head-fi. A more functional Head-fi, for the users. A Head-fi admin could announce it with the simple "only two clicks" install instructions (which I could provide). I can modify and optimize the code to work properly on Head-fi, but would like to remain anonymous.
Me too, but it looks like they don't give a crap, even though the code has been handed to them on a silver platter.![]()
The lack of "any" response despite tagging Jude, Currawong and Joe was disheartening(Currawong has replied since your post). But "actually-doing-something" wise, Wikia may have their hands tied. Which is why an "Official theme" is probably the way to go. I recently accessed Head-fi from another computer and was reminded of how inconvenient the new changes were.
In other news, I'm working on:
1. Ensuring the top of the post(from a link or jump) is not obscured by the Nav bar. OR
2. Hide the nav bar when scrolled down
As a few users have pointed out, the floating nav bar ends up covering a part(top) of the post, when directed by a link or anchor.
Glad to say, I've managed to fix it!![]()
As a few users have pointed out, the floating nav bar ends up covering a part(top) of the post, when directed by a link or anchor.
Glad to say, I've managed to fix it!![]()
Awesome, congrats!![]()
Personally, my favorite behavior of the nav bar would be to (optionally) auto-hide, just like the Windows task bar. It could remain floating, but by default invisible, and only become visible on mouseover.
Code:[s].fixed-scroll-breakpoint .ui-header-fixed ul.menu { top: 0px!important; } .ui-header-fixed ul.menu{ width: 173px; right: 0px; top: -1px; position: absolute; background-color: transparent; box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.5); display: none; padding-top: 50px; }[/s]