• Resolved saliw

    (@saliw)


    The retake quiz button does not work at all for me – it goes to a nonexistent page domain-name/page-name/entries/15/

    Is there anywhere to change this or remove the button entirely?

    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @saliw ,

    I’m sorry about this issue.

    I can replicate this also on my site ?? – I’m reporting this to developers as a bug.

    Until it gets fixed the retake button can be hidden with this CSS:

    button.forminator-result--retake {display: none;}

    It can be added in Appearance -> Customize -> Addtional CSS field.

    kind regards,
    Kasia

    Thread Starter saliw

    (@saliw)

    Thank you Kasia. That’s useful to know.

    Hi, this code did not hide the button for me … any other suggestions?

    Also, the reason I would like to hide the button is because it re-directs to a master blog page for some reason and I cannot figure out why …

    ex:
    – the quiz is plug via shortcode into a wordpress page (aubbe.com/ei-quiz)
    – when the quiz is submitted it ads to the url (aubbe.com/ei-quiz/entries/14)
    – when I click re-take quiz it goes to the SAME url (aubbe.com/ei-quiz/entries/14) but the page loads as my wordpress master blog page, with all posts from all blog categories ever created …

    Thank you!

    Received this code from Forminator and it worked:

    button.forminator-result–retake {
    display: none !important;
    }

    Another option for you would be to use the plugin editor to tweak the code.

    Select the formulator plugin then edit the following php file.

    /library/modules/quizzes/front/front-action.php

    after line 149 $result_url = ! $is_preview ? $result->build_permalink() : ”;
    add the line $result_url = ”;

    This will mean that the url will not be amended and when the retake button is pressed it just refreshes the current page.

    I’m having similar issue and the CSS didn’t work for me. Not sure why. Right now when I click retake it takes me to entries page or blog archive page. Is there a way to remove RETAKE until this is fixed?

    Love the plugin! This is the only issue I’m having.

    Hello @andrewog

    I hope all is well!

    The issue will be fixed in the next plugin version that is now in beta testing phase. As Kasi mentioned above, the retake button can be hidden with this CSS:
    button.forminator-result--retake {display: none;}

    Please add this CSS code to Appearance > Customize > Addtional CSS .

    Kind regards,
    Nastia

    Hi, thank you for your prompt response. Interestingly enough I still get an error when the user clicks on the retake quiz. It still shows up when I add the CSS:

    button.forminator-result–retake {display: none;}

    In my example, it takes me to:
    https://soappower.com/adhd-quiz/entries/37/

    The quiz is on this link and I would assume to button should lead to it:
    https://soappower.com/adhd-quiz/

    Here’s a short video of what’s happening. I’d like to have the button not show if it’s not working. Again I used the CSS above to achieve this.

    https://www.hippovideo.io/video/play/5qiQzUHucKsDBKYab-AUHf8iXgw9GZRgLY8XHDK1Os8?utm_source=hv-campaigns&hreferer=private&_=1585567186638

    Thank you for your help!

    Andrew

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @andrewog

    I can’t see the CSS rule. Maybe some caching that you have to flush?
    https://monosnap.com/file/QS5RojBYE4kcvml5NYuv7EhKWLCe0o

    Thank you,
    Dimitris

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Retake button goes nowhere’ is closed to new replies.