Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I am trying to log in with my Twitter and Google accounts. It is successfully logged in but I have to refresh the page manually. However, I have no idea why Facebook no this issue!
Do you have any caching plugins installed on your website?
yes, the original caching plugin from the theme
I am trying to ignore more JS files but I am getting the same result.
add_filter('hpp_can_merge_file', function($ok, $handle, $ext, $handles){ if( in_array($handle,['wpdiscuz-cookie-js','autogrowtextarea-js', 'wpdiscuz-ajax-js', 'wmu-colorbox-js', 'wpdiscuz-mu-js', 'wpdiscuz-lity-js', 'wpdiscuz-user-content-js', 'wpdiscuz-social-js'])) return 0; return $ok; }, 10, 4); add_filter('hpp_allow_delay_asset', function($ok, $url){ if(strpos($url, 'plugins/wpdiscuz/assets/third-party/wpdccjs/wpdcc.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/third-party/autogrow/jquery.autogrowtextarea.min.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/js/wpdiscuz.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/third-party/colorbox/jquery.colorbox.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/js/wpdiscuz-mu-frontend.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/third-party/lity/lity.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/js/wpdiscuz-user-content.js')!==false) return false; if(strpos($url, 'plugins/wpdiscuz/assets/js/wpdiscuz-social.js')!==false) return false; return $ok; }, 10, 2);
The function "Minify JS from the theme" is disabled but I am getting the same result!
I found the issue that is from Cloudflare APO. Please read the following discussion.
Can you please update the plugin to match the requirement from Cloudflare?