Viewing 3 replies - 1 through 3 (of 3 total)
  • T Klein

    (@tklein87gmailcom)

    sounds like a javascript conflict, check your Console, with firebug or the respective editors for whatever browser you are using.

    Thread Starter johnlawson

    (@johnlawson)

    Looks like you are correct. I got this:

    jQuery is not defined
    [Break On This Error]

    …(function(){w(c,d)},g.interval)}};var s=function(c,d){d.hoverIntent_t=clearTimeo…

    10d108…7ba0.js (line 1)

    Don’t have a clue what to do about it.

    JL

    Plugin Author Dalton Rooney

    (@daltonrooney)

    The problem seems to be caused by minification generated by W3TC. It’s loading the Q&A script before jQuery. (jQuery must load first) Try reordering the scripts if possible, excluding the Q&A scripts from minification, or just disabling script minification altogether – it often causes problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Q and A – FAQ Plugin] FAQ answer expansion’ is closed to new replies.