Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to hide the title / desc once the quiz starts #68

Open
jewlofthelotus opened this issue Feb 15, 2015 · 2 comments
Open

Option to hide the title / desc once the quiz starts #68

jewlofthelotus opened this issue Feb 15, 2015 · 2 comments

Comments

@jewlofthelotus
Copy link
Owner

https://wordpress.org/support/topic/hide-title-and-description-on-quiz-start?replies=2

@Aybee
Copy link

Aybee commented Feb 17, 2015

Maybe you simply can put a class to the main slickQuiz container after it started. "quiz_started".

@corejh
Copy link

corejh commented Apr 21, 2016

If you are comfortable modifying the source code it's a pretty simple change:

add the following to the startQuiz function:

$quizName.fadeOut(300, function (){});
$quizHeader.fadeOut(300, function (){});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants