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

    (@harmonic_design)

    Hello amolujagare,
    it looks like the problem is due to invalid code you’ve entered.

    For example, in question #2, you entered <font size="3"> in the heading but never added in a closing tag (looks like you did for all the rest though). This is causing some pretty severe formatting issues from that place down on your entire site and is very likely why the auto jQuery pagination is not working for you.

    Thread Starter amolujagare

    (@amolujagare)

    hi, i have removed the formatting. it worked for me. Thanks. only my concern is that is there any other way to change(reduce) the font size of question. because it looks to big.

    Plugin Author Harmonic Design

    (@harmonic_design)

    Hello amolujagare,
    glad it worked for you.

    HD Quiz automatically types to your theme, so if your theme headings are large and blue, then HD Quiz will make it’s headings large and blue as well.

    Luckily, it’s very easy to override this yourself using CSS.

    Edit your themes CSS and add the following line, replacing font-size: 22px with your desired size.

    #hdQuestionnaireContent h3 {font-size: 22px !important;}

    Thread Starter amolujagare

    (@amolujagare)

    wow this also worked . thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination problem’ is closed to new replies.