• Hi

    I have created ~20 surveys, but in the list of surveys, I can only click the “View Quiz/Survey” or “Edit post settings” on the top 10 surveys. The rest of the surveys don’t show this option when mouse-hovering over the area where it should be.

    I CAN preview the survey by editing it and clicking the “Preview” tab, but it is not the same preview, and I cannot edit the post settings here.

    What to do?

    Johnny

Viewing 1 replies (of 1 total)
  • This was a plugin developer error also suffered enough to find the solution, but I could.

    First, edit the quiz-page.php file that is located in wp-content/plugins/quiz-master-next/php/quizzes-page.php

    In the file, look for the following part:
    $my_query = new WP_Query( array(‘post_type’ => ‘quiz’) );

    and change to

    $my_query = new WP_Query( array(‘post_type’ => ‘quiz’, ‘posts_per_page’ => -1) );

    Please give me feedback if it worked for you.

    Sorry for my English, I’m Brazilian: D

    • This reply was modified 8 years, 1 month ago by Jairo Coelho.
Viewing 1 replies (of 1 total)
  • The topic ‘No preview on all surveys’ is closed to new replies.