Hi there,
I have tried to make W3 Total Cache work with TDO Mini Forms by blocking the form from caching but it doesn't seem to work. At least it isn't stopping the errors from happening. I think it might have something to do with minifying the JavaScript actually but I can't find a way to disable this from happening on the form page. I don't really understand why nothing I try makes the error going away except for unchecking "Deselect this option to disable all caching functionality.". Obviously this completely disables everything and not what I want.
Perhaps it is the upload form page as that is shown in an iframe. It doesn't look right when the error occurs because there is some grey below it that isn't there when the error isn't there.
My form page is at /add-a-template
My form upload page in the iframe is at /wp-content/plugins/tdo-mini-forms/tdomf-upload-inline.php?tdomf_form_id=1&index=
What do I have to do to fix these errors?
Error: missing ] in index expression
Source File: http://example.com/add-a-template/
Line: 1, Column: 24
Source Code:
ss'); ajaxShadow1(); } function ajaxShadow1() { var offset = jQuery('#tdomf_form1').offset(); var w = jQuery('#tdomf_form1').width(); var h = jQuery('#tdomf_form1').height(); jQuery('#shadow1').css({ width: w + 'px', height: h + 'px', position: 'abso
Error: missing } in compound statement
Source File: http://example.com/wp-content/plugins/tdo-mini-forms/tdomf-upload-inline.php?tdomf_form_id=1&index=
Line: 1, Column: 78
Source Code:
extension and cannot be upload!" ); return false; } return true;}/*]]>*/
Thanks =)