Hi @vincentczb,
It would not be an ideal solution but could you add &nopoweredcache=true parameter to the url eg: ?bricks=run&nopoweredcache=true I will check to the bricks builder and see if we can add built-in compatibility.
Thanks for reporting!
Thanks! not ideal but helpful.
Could you give a try to this? We have similar functionality with other page builder, I couldn’t have test it with bricks but it might do the trick.
add_action( 'plugins_loaded', function () {
if ( isset( $_GET['bricks'] ) ) {
add_filter( 'powered_cache_fo_disable', '__return_true' );
}
} );
added it in functions.php, but not working
I can send you a credential login if needed 🙂
- This reply was modified 59 minutes ago by vincentczb.
added it in functions.php, but not working
Could you add it to the custom mu-plugins? eg /wp-content/mu-plugins/custom.php or try with code snippets plugin?
tried with code snippets plugin, still not working
@vincentczb I answered your email, and I think the problem is solved now. Please check your email and make sure it wasn’t marked as spam.
