well, assuming the eform-builder-js is wp-content/plugins/eform-builder/js/eform.js, you can add one of the following to AO’s JS optimization exclusions;
eform-builder/js/eform.js -> would exclude the eform.js for the eform-builder plugin (although theorectically this could also exclude the file if it were part of a theme)
eform.js -> would exclude eform.js for every plugin that has such a filename
wp-content/plugins/eform-builder/js/ -> would exclude all JS from that plugin
more variations are possible, but I guess you catch my drift? 😉
have a nice weekend,
frank
Thread Starter
oga23
(@oga23)
thanks, frank,
so your saying it is going to work if i put in the whole folder name(or path)? i tried and it is not working…
so your saying it is going to work if i put in the whole folder name(or path)?
no, you asked how to exclude and I explained 🙂
i tried and it is not working…
ok, have you checked if there are JS errors on the browser console? if so, what are those?
eForm is a new name for this plugin and the path outlined above is not valid.
You have to exclude wp-fsqm-pro/lib/js/jquery.validationEngine-all.min.js from Autoptimize and then I’ll work.