Hi Paul,
you just have to deactivate the plugin first. Once done, you will be allowed to delete it.
Then when adding a new plugin, you can upload the zip by select the “upload plugin” button. You will not lose any data by doing this.
Also, if you’re willing, please let me know what it is that you don’t like about this version. I’ll see if I can address any issues in a future update.
Hi,
Thanks! I love the plugin and I’m using it frequently. The things I don’t like is some inconsistency in featured image sizes I can’t fix and I don’t like the background box settings for each question. In the version before it was clean white which I really like. Now the quiz more looks like a iframe solution instead of a full integration with the website.
Paul
Thanks for the reply.
1. I think I found the issue with the images for you. I pushed an update and posted the solution in your other thread. 🙂
2. Design is subjective. I personally love the small grey tones, and my testers did too. But what I like is not for everyone! Luckily, changing the colours and design of HD Quiz is easier in this version than ever before (and the next version will hopefully even include a full “quiz designer”).
Adding the following CSS to your theme’s style.css will change the backgrounds to white.
.hdq_quiz .hdq_question,
.hdq_quiz .hdq_results_wrapper{
background: #ffffff;
}
You can replace #ffffff with the hex code of any colour you want
Thank you so much for the provided solutions. It works great now! 🙂