
Originally Posted by
simon1066
Whenever I've had an issue with an action taking two clicks for it to work, that has usually pointed to a javascript problem. Sometimes it is the order in which the various script files are loaded, I troubleshoot this by selectively disabling scripts one-by-one.
In your case I think it might be due to your having two versions of jquery loaded -
/includes/templates/responsive_classic/jscript/jscript_a_jquery.js
/includes/templates/responsive_classic/jscript/jscript_jquery-1.12.4.min.js
I stand to be corrected but I don't think you should be loading both of these.
Bookmarks