Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mjg119

    (@mjg119)

    What I did was…in the html section of the theme where the <slickquiz=”1″> shortcode is posted…

    Cut and paste:

    <body> <!–?php wp_footer(); ?–> </body>

    Above the slickquiz shortcode “[slickquiz id=2]”…save and update…that is what worked for me…I didnt modify any css.

    Below is what is posted in the html section on each wordpress page containing the slickquiz shortcode.
    ——————————————————————
    <body> <!–?php wp_footer(); ?–> </body>

    [slickquiz id=2]

    Thread Starter mjg119

    (@mjg119)

    Jewellofthelotus!

    I started digging into the other questions on the support page…and sure enough after some trial and error it was the Footer function.

    It is now fixed…for Cosmox theme…I just cut and pasted the code before the slickquiz shortcode…and boom it worked…

    <body> <!–?php wp_footer(); ?–> </body>
    [slickquiz id=2]

    Thanks again for making this plugin as it is a main feature for my site!

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)