• Resolved edit4ever

    (@edit4ever)


    Is it possible to have the results message appear before the intervals text? I’ve looked through the options and code and it doesn’t seem like there is a way to do this.

    If not – could you add either that option or another results text field that can appear before the interval text (the way the tie message does). In fact – it would be great to have both an main interval message and the tie message – these would interchange based on a tie or not.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @edit4ever,

    Thank you for the topic.

    At the moment, the plugin is designed in a way that, the Interval Message is displayed first, then, the Result Message.
    Currently, there is no option to change the position.?

    We can show you the direction of the code so that you can manually make the changes. 

    Surely make a?DB backup?before making any changes for your safety (you can use?UpdraftPlus).

    Please note, that you can’t update the plugin?after these?changes.?
    In the case of the?new update?of the plugin, you will need to?manually make the changes each time.?

    Please find the following file:
    \wp-content\plugins\quiz-maker\public\js\quiz-maker-public-ajax.js

    Then, the following line:
    // Before
    form.find('div.ays_message').html(response.intervalMessage + response.finishText);

    Change this line to this:
    // After
    form.find('div.ays_message').html(response.finishText + response.intervalMessage);

    After making the changes, clear the caches and check the case again.?

    As you are using the Pro version of the plugin, please contact us via this form for premium support. Our customer care specialists will always be happy to help you.

    Commercial products are not supported in these forums.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Results message before interval keyword’ is closed to new replies.