HD Quiz

Hello, love the plugin. I am just working through a coupl…

Published: April 5, 2020
Support status: closed

Hello, love the plugin. I am just working through a couple of kinks:
https://movehoncho.com/tips/hire-movers-or-do-it-yourself/

  1. the results do not scroll to the proper position
  2. i deselected “show results” but there is still text saying x/7… can i remove this?
  3. is there any way to customize the button color? would love to change the current dark blue to my brand’s blue

Thanks!
Ryan

This thread has been imported from harmonicdesign.ca/hd-quiz/

thread author: ryan meighan

Hi Ryan,
please disable “Show Results Above Quiz”. There is a known bug with scrolling when that is enabled (already fixed in future version, so you can re-enable it later). Also, there is no “show results” option, just “show results ABOVE quiz”. This option makes it so that instead of the results showing at the top of the quiz, it shows at the bottom.

lastly CSS to the rescue!

Add the following CSS to your theme’s style.css file. The first rule .hdq_result is to hide the score X / 10 which I think is what you wanted to do? The second rule .hdq_button changes the color to the blue used on your site

.hdq_result {
    display: none;
}
.hdq_button {
    background: #2cb2d2 !important;
}
05 April 2020 — 19:32 support admin - Dylan

thank you! that fixed it for the most part.

  1. “show results above quiz” – this actually was disabled initially, but i enabled it and this fixed the issue
  2. the x/7 is removed, but the text “results” still shows up. any way to remove that text as well?
  3. the color on the “finish” button was updated correctly but can you give me a code to play with the colors on the button sliders next to “yes” “no” too? you can just use whatever colors and ill update the code

Thanks,
Ryan

05 April 2020 — 20:49 thread author - Ryan

If you are enjoying HD Quiz please leave a review here on the official WordPress.org page. HD Quiz is developed by me, just some dude, and is supported and available for free. It may seem dumb, but truly nothing makes me happier than knowing that people are using and loving HD Quiz and my hard work.

This thread has either been marked as complete or has been automatically closed due to inactivity.