Plugin Contributor
iSaumya
(@isaumya)
Hi @gate77,
I don’t know how that plugin works but reading the description it seems that it uses PHP to search and replace string content. Now that should still be catchable as the first request is served by origin server and PHP gets executed and at that time this plugin will do it’s magic. After the page is cached the request doesn’t do to your origin server and previously generated HTML is served to the user from Cloudflare cache.
Now if you need the PHP to be executed for each request then unfortunately the page caching will not work for you. As I explained above how page caching works.
Thread Starter
gate77
(@gate77)
save button not work after i enable WP Cloudflare Super Page Cache
Plugin Contributor
iSaumya
(@isaumya)
Check the browser console and see if there is any error. Maybe that plugin has incompatibility with this plugin or payment that plugin is using a very old version of sweetalert library. We also use the sweet alert library in our plugin but we use the latest version.
Thread Starter
gate77
(@gate77)
rtafar.app.admin.min.js?ver=1.3.5:26 Uncaught TypeError: Class constructor rn cannot be invoked without 'new'
at HTMLFormElement.<anonymous> (rtafar.app.admin.min.js?ver=1.3.5:26:85779)
at HTMLFormElement.dispatch (rtafar.app.admin.min.js?ver=1.3.5:26:39042)
at HTMLFormElement.v.handle (rtafar.app.admin.min.js?ver=1.3.5:26:37037)
(anonymous) @ rtafar.app.admin.min.js?ver=1.3.5:26
dispatch @ rtafar.app.admin.min.js?ver=1.3.5:26
v.handle @ rtafar.app.admin.min.js?ver=1.3.5:26
Plugin Contributor
iSaumya
(@isaumya)
Well, the rtafar.app.admin.min.js file is not from this plugin. So, you need to contact the other plugin developer in case they have some conflicting code in the plugin and to look inside their file. But from my experience I think this is coming from they using an older version of sweetAlert library but it might be something else as well.