disable plugin makes error / not able to control cache size
-
Hi, thanks for the great plugin.
As the cache file becomes very big, so i tried the suggestion to put
add_filter('autoptimize_js_include_inline','support_ao_js_include_inline',10,1); function support_ao_js_include_inline() { return false; }
in my function.php file. However, after i put this into my function.php, my slider” WPB woocommerce products slider” ( based on owl carousel) won’t work (just disappeared).
So i tried to disable the plugin…but there is another error after i disable the plugin “Uncaught TypeError: jQuery(…).dialog is not a function”
this error points to the line of code “jQuery( “#wcpgsk-dialog-validation-errors” ).dialog({“
seems to be the plugin that i use for date time picker (the plugin name is woo commerce poor guys swiss knife).I have to enable the autoptimize plugin again ( have to tick Optimize JavaScript Code) to make the date time picker work. This is very weird >_<
Can you help with this:
1. the filter to control cache conflict with the slider?
2. after i disable the plugin, the date and time picker stop working
3. does the cache file size affect the site speed?Thanks a lot.
- The topic ‘disable plugin makes error / not able to control cache size’ is closed to new replies.