• Resolved jmichaelp

    (@jmichaelp)


    First off thank you so much for offering such a useful tool and for free no less, it’s been a huge asset.
    I’m using the plugin in a very simple and straight forward manner, a text area where the user inputs their answer and it is an either pass or fail only, only one question per quiz.
    My questions are these of you can help:
    1. My website is using a dark theme and the text area is dark as is the typed text That the user inputs for the text area. Is there a way to change the color of the typed text as it appears in the text field?
    2. Is it possible to completely remove the ‘#’ sign and the question number? As said, each quiz is only one question so I don’t need the questions numbered.
    3. In addition to removing the question number, is there a way to also remove the question right/wrong count? What I mean by this is the ‘0/0’ that appears once the question is answered that states the right or wrong answer in relation to the number of questions?
    I hope those questions made sense and would appreciate any help you can provide.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi jmichaelp,
    short answer – yes to all of these.

    Please send me a link to a quiz with the text box so I can send you some custom CSS to make it look better for your theme. I’ll send answers to the rest as well

    Thread Starter jmichaelp

    (@jmichaelp)

    Thanks for the quick reply.
    Below is a link to a sample quiz.
    Thank you for all your assistance.

    Link:
    https://thehunt.me/sample-quiz/

    Plugin Author Harmonic Design

    (@harmonic_design)

    Adding the following CSS to your theme’s style.css file will make it look a lot better on your theme. I also include a rule to hide the results of 1 / 1 or 0 / 1

    .hdq_input.hdq_option {
        background: #eee !important;
        border: none !important;
        border-bottom: 1px dashed #aaa !important;
    }
    
    .hdq_result {
        display: none !important;
    }

    Lastly, there is no built-in way to remove the # symbol, but I give up – I’ll add in a dedicated way to do this in the next version ??

    I don’t know what’s going on, but all of the sudden in the last ~2 weeks like 10 people have requested this when no one else has before haha.

    For now, you’ll need to edit the plugin directly to remove the # symbol.

    Edit ./includes/functions.php of HD Quiz and on line 631 just delete the # symbol and you’ll be good to go!

    Thread Starter jmichaelp

    (@jmichaelp)

    Perfect, thanks for the help.
    I look forward to the next update. Are you considering giving users the option to style their quizes? Would definitely be nice to have it all blend seamlessly into the themes.
    Thanks again for all your assistance and the great plugin.

    Plugin Author Harmonic Design

    (@harmonic_design)

    I am!

    I am creating a new addon that will be a full quiz styler allowing customization of all colours and more! It’ll show up on the addons page once ready, but so far no estimated completion time.

    Thread Starter jmichaelp

    (@jmichaelp)

    Sounds great, thanks again for everything!!

    Plugin Author Harmonic Design

    (@harmonic_design)

    No problem glad to help. And please consider leaving a review if you are enjoying HD Quiz. All the best

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘General Questions and issue with my theme’ is closed to new replies.