• Resolved oga23

    (@oga23)


    Hi,
    would you be so nice and tell me how to exclude eForm form builder from being optimized?
    thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Frank Goossens

    (@futtta)

    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…

    Plugin Author Frank Goossens

    (@futtta)

    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.

    Plugin Author Frank Goossens

    (@futtta)

    thanks @twistermc 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘eForm not working after optimizing js’ is closed to new replies.