Different styles for multiple quizzes

closed

Hello! I’m thinking about purchasing the quiz styler but first have one question regarding multiple quizzes. I have a main page dedicated to a quiz with a certain style. Then, I want to add a one-question quiz into a side bar as a teaser for the main quiz. My question is, is it possible to have a different style (mainly smaller font size) in the sidebar quiz, while keeping a bigger font size on the main quiz? Thanks!

July 1, 2024 at 3:34amMartin

Hi Martin,
the short answer is yes!

But first… HD Quiz only allows one quiz on a page at the same time so that the quizzes do not interfere with each other.

Because of this, I have a function that checks to see what type of page a quiz is on and either shows the quiz, or creates a “view quiz” button to link directly to the quiz page. This will probably stop your quiz from loading in the sidebar.

HOWEVER, I have a custom definition that you can add to your site to stop this behaviour and allow quizzes to load anywhere, even in a sidebar. Add the line define('HDQ_REDIRECT', false); to your theme’s functions.php line if you experience any issues (and make sure to back up the file first!). Just make sure your sidebar isn’t also loaded on the same page as your other quiz!

Secondly, the Styler addon will style all quizzes the same, including your sidebar quiz. However, each quiz has a unique ID, and the styler addon as a section for “Custom CSS”. We can use these two things to set, for example, the font size of a specific quiz only.

If you purchase the addon, just create your quizzes and style as needed. Then create a new support thread on the styler addon forum with a link to a page with the sidebar quiz. I can then take a look and let you know what to add to the Custom CSS section to get the result you need.

01 July 2024 — 13:59support admin Dylan

This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.