• Resolved tim.hollingworth

    (@timhollingworth)


    Hi

    I would like some help please to remove the link wording “Previous Quiz” and “Next Quiz” from the bottom of the questionnaire using CSS in the theme customise box.

    I don’t want people to be able to find any other “quiz” other than the one on the link.

    The only other way is to create a page and put the short code in it.

    Thank you for your time.

    Tim

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tim,

    I visited the link you provided but couldn’t find the section ” Next quiz” and “Previous quiz”.

    Please provide me the appropriate url where this section is visible.

    Regards,
    Kriti

    Thread Starter tim.hollingworth

    (@timhollingworth)

    Hi Kriti

    Thank’s for getting back to me, but I think I’ve fixed it using this code in the themes customising additional css…

    .single .nav-links .nav-previous, .single .nav-links .nav-next, .single .ast-author-details .author-title, .ast-comment-meta {
    	display:none !important;
    }

    I had created a new slug called forms, because I don’t use the word quiz, but I have several Questionnaires (and questionnaires is a bit long and hard to spell.)

    At the bottom of the Forms Archive were two navigational arrows and they had the words quiz in them… ← Previous Quiz – Next Quiz → The coding above seems to work fine to turn them off. Have I done this correctly please?

    Thank you for your time.

    Tim
    PS I had to rollback to Version 6.4.9 as Version 6.4.10 made the “quizzes” disappear leaving just the buttons and progress bar! There is also now an issue where the scroll to top of next page doesn’t work either. Other than that, this is a great plugin.

    Hi Tim,

    You have used the right CSS code depending on your website’s CSS selectors.

    And we have recently released the update of this plugin. Please update your plugin to the latest release.

    Regards,
    Kriti

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Previous Quiz / Next Quiz link removal’ is closed to new replies.