Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @cbuddau – I can see the questions on the page just fine upon clicking “Get Started”. What browser are you using?

    Thread Starter cbuddau

    (@cbuddau)

    Safari on a mac. Also checked safari mobile, chrome and firefox.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Ahhh I see what’s happening. It looks like a script from your theme – Cufon YUI – is setting styles for header h3 elements, among a few other elements, to have CSS opacity of 0 – which is transparent. So the questions are there, they’re just invisible.

    I’m not sure why the Cufon plugin would be doing that, but I’d look into either getting rid of that script from your theme, or adding some styles to your theme’s style.css sheet to override Cufon. Something like:

    .slickQuizWrapper h3 {opacity: 1;}

    might work. Let me know if that helps get you any further!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quiz questions not appearing’ is closed to new replies.