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

    (@harmonic_design)

    Hi charlotteR,
    If there is one thing I’ve learned from developing for WordPress is that you never know just how bad some people’s sites are coded and how awful their hosts are.

    Because of this, I limit the results to only display 1000 results. If I make this number higher, the processing required to grab the data, parse/sanitize the data, and display the data might break lesser sites. The pro version uses a custom post type and pagination to get around this issue.

    Here is the thing though: The results are still being saved – we just aren’t showing them all on the page at once.

    If you want to increase this number, the good news is that it is very easy to do – just be warned to not make it too large or you could cause issues like I warned about above.

    Edit ./includes/results.php of the addon and on lines 96 and 97 you will see where I limit the display to 1000. Increase this number to what you are comfortable with.

    Once you have increased the limit, I recommend going to the settings tab for the results and A) Exporting the results as a CSV so you can have a saved local version, and B) deleting all the results to keep things running fast and smooth.

    Thread Starter charlotteR

    (@charlotter)

    Aha, ok thanks for your quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HD Quiz Results – Light’ is closed to new replies.