Replies

Aug 21, 2015 10 years ago
Chey
User Avatar
Samus

Would it be possible for those of us who have completed those plot steps to have the "talk to alexander" button removed? (unless we will need it again soon in the future) I keep accidentally clicking it while trying to do my weekend quests x) I get in too much of a hurry and it's there all BIG and in my face and distracting :P

[tot=Chey]

Aug 21, 2015 10 years ago
CMYK
is ALL about art
User Avatar
Unkindled

Just...click back?

Aug 21, 2015 10 years ago
Chey
User Avatar
Samus

Well yes that works, but continually having to do it is no fun. I'm done with the quests now, but I clicked that dang thing like 5 times. It's just a suggestion that I think might make things a little easier for some of us. :)

[tot=Chey]

Aug 21, 2015 10 years ago
CMYK
is ALL about art
User Avatar
Unkindled

But you're already doing quests which is pretty repetitive. Just add another repetition to your repertoire, it's not that difficult?

Aug 21, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

a.button.blue.large.animated.bounceIn[href="/explore/spirited/alexander.php"] { display: none; }

am having fun with css lately

Aug 21, 2015 10 years ago
Lantern
is actually pumpkin spice
User Avatar
Ito

Considering it's part of the plot going on, no thank you. Besides, the buttons are separated by a couple paragraphs, so it's easy to stop, take a moment, and look.

Aug 21, 2015 10 years ago
Chey
User Avatar
Samus

well, this is the feedback thread... more repitition= more annoyance for me. sorry for wishing it could be made a bit simpler.

and THANK you so much that's all i needed! :D

[tot=Chey]

Aug 21, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

no problem, any chance I get to put my degree to use I'll take.

Aug 21, 2015 10 years ago
Chey
User Avatar
Samus

I asked if it were possible to remove it for people who are done with that plot step. :) But I got what I needed, so I guess this topic can be locked now.

[tot=Chey]

Aug 21, 2015 10 years ago
Luck
is unlucky
User Avatar
Bella

There's one on Quentin's page too. I just wish they were removed for people who have completed those steps already, not because of accidental clicking, but because of the unnecessary animation on the button that makes the page lag when I'm trying to quest.

he/him / 31 / EST



My best friend is



Aug 21, 2015 10 years ago
marvel
ships it
User Avatar
Cutethulhu

I just don't like it because the animation gives me a headache. Next time I'd like to see the buttons just...existing, static, on the page when you load it.

Aug 21, 2015 10 years ago
Chey
User Avatar
Samus

Good point and the animation is annoying as well. i don't see what the problem is with removing the button for those of us who have completed those steps. but at least we know we can use that css to do it ^_^

[tot=Chey]

Aug 21, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

.bounceIn{ animation: none; }

a.button.blue.large.animated.bounceIn[href="/explore/spirited/quentin.php"] { display: none; }

in case anyone needs that too, don't actually think you were asking

Aug 21, 2015 10 years ago
marvel
ships it
User Avatar
Cutethulhu

Thanks! I was trying to alter the first code you posted to cover every page, but this is a lot easier, lol.

Aug 21, 2015 10 years ago
Luck
is unlucky
User Avatar
Bella

gah thank you, I used the code to get rid of the animation and it's glorious.

he/him / 31 / EST



My best friend is



Aug 21, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

a.button.blue.large.animated.bounceIn { display: none; }

works on all pages, made it specifically for quentin/library because 1. that's what was asked and 2. it'll take out the button for future steps so I didn't think that would be a good idea.

so just do the one I gave you before, it'll turn off all the animations for anything with a bounceIn class. if any other animations come up you don't like, lemme know.

.bounceIn{ animation:none; width: 100px; height: 30px; }

.bounceIn:hover{

transform-origin: 50px 15px; -moz-transform-origin: 50px 15px;

-webkit-transform-origin: 50px 15px;

-webkit-transition: 1s ease-in-out; -moz-transition: 1s ease-in-out; transition: 1s ease-in-out; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } that may be sloppy but I've just started to pick this up, give that shot instead, hover over the button ;)

Aug 21, 2015 10 years ago
Karen
is hollow inside
User Avatar
He-man_769

I don't understand why they're still there, either. Seems like an oversight that should have been fixed by now.

Aug 21, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

before the games were linked in the news page, that was the only way to access them.

I don't see it as an issue, if you wanna read some of the story because you skipped it, you can read the last part. you can still access the games through these buttons. if you don't want to look at the buttons any more, there's css for that.

Please log in to reply to this topic.