• Resolved mtbridge17

    (@mtbridge17)


    First of all, thanks for an awesome application. After playing around a little I’ve decided not to use photo’s in my quiz. But I can’t seem to figure out how to remove them. Is there a way to remove them?

Viewing 1 replies (of 1 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi mtbridge17,
    there are two types of images. Answer images, and question images.

    To stop using answer images, edit the question and deselect the “Image Based Answers” option. This can be found just underneath the question title.

    To stop using question images, you have multiple options. The next version will allow you to more easily remove the “featured image” on a per question basis, but until then you can do one of the following.

    1) add the following CSS to your site’s style.css file.
    .hdq_question_featured_image {display: none !important;}
    This will not stop HD Quiz from loading the images, but it will make it so that the images no longer show, and is the “quick and dirty” method.

    2) replace the question featured image with a 1px X 1px transparent png file

    3) not recommended as this may cause issues where you will need to resave the question the normal way (I haven’t tested), but you can always use the old post type version. From the main HD Quiz page, select “Delete Questions”. This will show a list of all the questions. From here you edit the question you want to remove the featured image.

Viewing 1 replies (of 1 total)
  • The topic ‘Deleting Photo’s from a Quiz?’ is closed to new replies.