Skip to content Skip to main navigation Skip to footer

Disable Previous button

Welcome to QSM Support Forum. Forums QSM Pro Support Disable Previous button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #544
    Cheryl ImbrianiCheryl Imbriani
    Participant

    The previous button at the bottom of the quiz takes the user to another quiz in my account. I need to disable that or have it redirected back to the quiz they are on. How do I do this?

    #558
    KharisKharis
    Keymaster

    Hello there,

    Previous button should go to to previous page. Please share me a link to your quiz, so I can check and investigate what might be causing you this issue.

    Regards,
    Kharis

    #564
    Cheryl ImbrianiCheryl Imbriani
    Participant

    2018-20 20 Hours CE

    It takes you to: https://earthyp.com/quiz/2018-20-ce-12-hours-ece/

    and the link at the bottom of that page takes you to: https://earthyp.com/quiz/2018-20-ce-8-hours-dce/

    #572
    KharisKharis
    Keymaster

    I got it. Thanks.

    The next and previous buttons are actually from theme’s code. They are commonly found on regular single post page. They links to previous and next posts. To hide it on quiz page, you’d add this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .single-quiz #nav-below {
      display: none;
    }
    

    Regards,
    Kharis

    #574
    Cheryl ImbrianiCheryl Imbriani
    Participant

    Great. I got it. When I put the shortcode onto a page, rather than use the link as a post, there is no previous or back button. I understand now. Thank you.

    #580
    KharisKharis
    Keymaster

    You’re welcome Cheryl!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

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