• Hello and many thanks for the plugin! It’s great!

    For last 8 years as I use your great plugin I have to remove output of thumbnail from the quiz in every update. ( remove call get_the_post_thumbnail from function display_quiz in class-qmn-quiz-manager.php). It looks quite strange show huge picture above every question that covers the good part of screen.

    Could you remove output of thumbnail, please!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Dhanush

    (@dhanush22)

    Hi @forcesail ,

    I hope this message finds you well. Congratulations on reaching an incredible milestone of 8 years—we are truly honored to have been a part of your projects throughout this journey!

    Regarding your request to remove thumbnails from the quiz output, I’m pleased to inform you that this can be achieved using custom CSS code. We can provide the necessary CSS that can be implemented in the Quiz Style section to meet your expectations.

    To proceed, kindly share the quiz URL so that we can tailor the solution specifically to your needs. Please note that while this feature is currently required by some users of the QSM plugin, we will do our best to customize it to align with your requirements.

    Thank you for your time and cooperation. Please feel free to reach out if you have any further questions or concerns.

    Best regards,
    Dhanush

    Thread Starter Alexander Guskov

    (@forcesail)

    Dear Dhanush,

    thank you very much for your quick answer.
    As I keep correcting the php-code of the plugin you won’t find the trouble on quiz post, but you can check it, for example, here: https://forcesail.ru/tests/basic-movements/
    Actually there are more than 20 quizes on the site.

    The post/page design is traditionally business of post/page template and always managed by there so, it would be logical don’t break this rule.

    Plugin Support Dhanush

    (@dhanush22)

    Dear @forcesail ,

    I hope you’re doing well, and thank you once again for sharing the quiz URL. I truly appreciate your support.

    I have a small request, could you kindly share a screenshot of the exact section or image that needs to be removed? This will help us accurately identify the area in question and ensure we focus on making the necessary changes across all 20 queries.

    Once we have the clarification, we’ll review the logical sections and provide you with the appropriate CSS code to address the issue. Your input will help us resolve this promptly and efficiently.

    Thank you for your time and cooperation. I look forward to your response.

    Best regards,
    Dhanush

    Thread Starter Alexander Guskov

    (@forcesail)

    Dear Dhanush,
    many thanks for your wish to help.

    For 8 years I’m doing this (in file class-qmn-quiz-manager.php):

    public function display_quiz( $options, $quiz_data, $question_amount, $shortcode_args = array() ) {
    …..
    // The Loop
    if ( $the_query->have_posts() ) {

    while ( $the_query->have_posts() ) {

    $the_query->the_post();

    //echo get_the_post_thumbnail( get_the_ID(), 'full' );

    }/* Restore original Post Data */

    wp_reset_postdata();

    }

    but I believe that you can remove it more efficiently.

    I thought about CSS to fix it, but any CSS remove thumbnails from all posts and thumbnailed-links (see https://forcesail.ru/tests/basic-movements/ under the quiz as an example of thumbnailed-links) and doesn’t acceptable.

    Plugin Support Dhanush

    (@dhanush22)

    Dear @forcesail ,

    I hope this email finds you well. Please accept my apologies for the delay in getting back to you.

    I truly appreciate the effort, time, and dedication you’ve invested in this section over the years. Your hard work has not gone unnoticed, and we are grateful for your collaboration and continued support.

    The information you provided has been forwarded to our development team for review. They are currently assessing the issue you raised, and we will implement a suitable solution to address your concerns with the quizzes.

    I will keep you updated as soon as we receive feedback or additional details from the team.

    Thank you once again for your cooperation and patience.

    Best regards,
    Dhanush

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.