• Resolved jamiee89

    (@jamiee89)


    Using the minify setting with Js it breaks alot of functionality, even when I try to exclude the plug-ins files. do you have any idea or assistance you can give?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Have you tried checking the ”?Contain each included file in its own block?(enable if trying to isolate a JavaScript error introduced by minifying or merging)?“?

    Thread Starter jamiee89

    (@jamiee89)

    yes, but the issus is still there, how would I check this?

    I had the same issue with this plugin and WP rocket, I switched to w3 total cache and switched on minify for CSS and js and everything worked might be worth trying at every plugin seems to do it differently

    Thread Starter jamiee89

    (@jamiee89)

    I had defer JS on. I have switched to Asynchronously load selected JavaScript files?(i dont really know how this works) and this seems to have resolved it. I have read it is good to defer the files, could there be a way for me to do this. the error i was getting ( i think) was somthing to do with jquery not recognising somthing in the WAPF js file?

    Plugin Support vupdraft

    (@vupdraft)

    Under minify >> Java Script, there is an option to “Defer all the JavaScript files”

    Thread Starter jamiee89

    (@jamiee89)

    it was the deferring causing the issue.

    Plugin Support vupdraft

    (@vupdraft)

    Async allows your script to run as soon as it’s loaded, without blocking other elements on the page.?Defer means your script will only execute after the page has finished loading

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP-O minify and advanced product fields extended’ is closed to new replies.