Quote:
Originally Posted by gothicuser
Smirkley, may have a temporary solution to the CMS issue.
Open the jqt_logreg template and near the bottom find:
PHP Code:
<vb:if condition="THIS_SCRIPT == 'index' || THIS_SCRIPT == 'adv_index'"> <vb:if condition="$vboptions['jqt_suite_logreg_huver'] AND $vboptions['hv_type'] AND $vboptions['regimagetype']"> <div id="hummer" style="max-width:65%;"> {vb:raw human_verify} </div> </vb:if></vb:if>
and replace with
PHP Code:
<vb:if condition="$vboptions['jqt_suite_logreg_huver'] AND $vboptions['hv_type'] AND $vboptions['regimagetype']"> <div id="hummer" style="max-width:65%;"> {vb:raw human_verify} </div> </vb:if>
It should work until I fix it permanently.
|
Yes, this seems to do the trick for FireFox, but the human verification still does not show up on any site pages using IE(9).
Interesting though is that the log/reg popup layout is slightly out of kilt now and only on the cms page, but the human verification displays now on cms. (untested atm)