Bricks Builder
Categories
Advanced Custom Fields (ACF)
Automatic CSS
BricksExtras
ChatGPT
- Add Array to WS Form Webhook
- Adding a Show All/Hide all Button for the Bricks Nestable Accordion
- Adding a Show All/Hide all Button for the Frames Accordion
- AP Style Date Shortcode
- Category Dropdown Shortcode
- Display Open or Closed
- Featured Image Data
- Human Readable Time
- Open Street Map (OSM) Rendering Issue
- Post Date +
CSS
Custom Fields
Frames
JavaScript
Meta Box
PHP
Plugins
Shortcode
WP Admin
A Basic View Transition
I added a basic view transition and am sharing the code for your use.
Adding a Show All/Hide all Button for the Bricks Nestable Accordion
After publishing the Frames version, I realized not everybody uses Frames, so a Bricks example might be beneficial. This works exactly as the Frames example and can be used on a site that uses both…
Adding a Show All/Hide all Button for the Frames Accordion
I was recently reworking a site where I needed to swap out the Bricks Nested Accordion with the Frames Accordion --- more of a preference than a requirement. The person who did this before used…
Advanced Themer Dynamic Data Panel Styles
Another adjustment of the builder to make it more legible. This time, the Advanced Themer dynamic data panel.
Bricks Checkbox Filters
A few lines of CSS to help style the checkbox filter in Bricks Builder.
BricksExtra Faux Dropdown
Need an accordion that looks like a wpGridBuilder select box? If you are using BricksExtras, this JSON should help.
Date Difference in Bricks Builder
I recently had the need to add a "new" indicator for an item if the date posted and the date today was 14 days or less, but Bricks didn't provide a native solution, so I…
Date Format for Bricks API Query
I encountered an issue with the API returning dates in YYYY-MM-DD format, which I needed to convert to the more traditional Month Day, Year format. This script is what I ended up using. It allows…
Duotone Icon Styles
This is a reminder snippet for me when I use Duotone SVG icons from Font Awesome. It requires a small amount of CSS to change the colors.
Featured Image Data
A PHP snippet for extracting the EXIF data from a featured image and using it in Bricks Builder.
Fix Bricks Edit Screen
As of Bricks Builder 1.12, the UI for the "This page is built with Bricks" block in the core editor has an odd layout. While I am not a fan of it at all, I…
Flatpickr Styling in Bricks
Some CSS to fix a poor calendar interface.