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

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/

April 5, 2020 at 6:04pmryan 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:32support 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

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.