cosm44
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Query Monitor] Disable in Bricks Builder@bernardberry646 You can add this to your
wp-config.phpfile (above the line/* That's all, stop editing! Happy publishing. */to disable QM in Bricks:if ( isset( $_GET['bricks'] ) && $_GET['bricks'] === 'run' ) {
define( 'QM_DISABLED', true );
}Okay, thanks. Just wanted to check. 🙂
Any plans to support PHP conditions in the future?
Or perhaps you could help me figure out another way to do what I need…
I have a group block with a heading and query loop block inside. On certain pages, the query loop block returns 0 posts — I’d like to hide the entire group if that’s the case.
If that’s beyond the scope of the plugin, no big deal – thanks for the quick reply!
Forum: Plugins
In reply to: [Smart Slider 3] Conflict with WP Grid BuilderThanks, Robert. I finally found your messages in my junk/spam folder in Gmail. I’ll pick up the conversation there.
Viewing 5 replies - 1 through 5 (of 5 total)