• Resolved BukvaKing

    (@bukvaking)


    Hi there,

    1. i have a problem with your plugin, i created quiz and results are not showin’

    I got only: Warning: Undefined array key ?time_taken“ in /data/3/7/37a2cf81-73d4-4012-a485-e2102d8dc999/pitchoviny.sk/web/wp-content/plugins/quiz-master-next/php/template-variables.php on line 640

    What can i do about it? I have no settings about timer and i am not showing time in results page.

    Not workin on Twenty Twenty-four with only your plugin activated

    2. And another problem. My hints are not showing if i click on “Hint” there is no response from page (console showing nothing)

    Working on Twenty. Twenty-four but the console on my theme is showing no problem

    3. Aaaaand the thir one, how can i change the hover background color of button? !important not working, of course i can do it with important for every button specifically, but isn’t there a simple solution to all buttons?

    PHP: 8.3
    WordPress: 6.6.2
    Quiz and Survey master: 9.1.3

    Plugins:
    Breadcrumb NavXT
    Complianz Privacy Suite (GDPR/CCPA) premium
    Elementor
    Instant Indexing
    Jetpack
    Katen theme Elementor addons
    Katen Social Share
    Katen Widgets
    Kirki Customizer Framework
    Loco Translate
    Quiz And Survey Master
    Safe SVG
    Yoast SEO

    Theme:
    Katen

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sadiyakhanam

    (@sadiyakhanam)

    Hi @bukvaking,

    Thank you for bringing these issues to our attention. I’ve gone ahead and made some small adjustments to the code to address the problems you’re experiencing. Let me guide you through the steps to resolve them:

    1. Quiz Results Not Displaying Properly
    It looks like the missing quiz results can be fixed with a minimal change in the template-variable.php file. To make this adjustment:

    • Head to your WordPress admin dashboard.
    • Click on Plugins > Plugin Editor.
    • From the dropdown, select our plugin.
    • Locate the template-variable.php file and make the necessary adjustment.

    If you need any assistance with this, feel free to reach out, and I’ll guide you through the process.

    2. Hint Button Issue
    For the Hint button, the issue stems from the fact that it’s currently only displaying the hint text on hover, not on click. To resolve this, please ensure that the input field for the hint is filled out. This should allow the hint to display correctly when clicked.

    3. Changing Button Hover Color
    Regarding the hover background color for the buttons, here’s the CSS you can apply to achieve the desired hover effect

    This should apply the hover effect across all relevant buttons without needing to add !important to each one individually.

    div .qmn_quiz_container .qmn_btn:hover, 
    div .qmn_quiz_container .btn:hover {
    background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%) !important;
    background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%) !important;
    }

    I hope this helps resolve everything! If there’s anything else or if you run into any trouble, feel free to let me know—I’m here to assist.

    Best regards,
    Sadiya

    Plugin Support Dhanush

    (@dhanush22)

    Hi @bukvaking ,

    I hope you’re doing well.

    As we haven’t received any response from your end, we will proceed with marking this ticket as resolved. However, please don’t hesitate to reach out if you have any further questions or need additional assistance.

    Thank you for your time.

    Best regards,

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