Categoría: BRICKS META BOX PLUGINS PRO
-
Meta Box Group Subfield Text’s Slug as Query Loop Item ID in Bricks
In the BricksLabs Facebook group a user asks: I have a metaBox custom field called ‘section_title’ inside a clonable metabox group called ‘about_section’ How can I used the dynamic tag to return the value of section_title with all the spaces replaced with dashes. e.g. if the section title was ‘section one’, I want to return…
-

Meta Box Group’s Number Sub Field Values Sum
In the Bricks Facebook group a user asked: I have a metabox clonable group. I have a field in there named “Price” and I’d like to add a “Total” field like in the image. I’ve tried this with custom code, but I can’t seem to manage it since its in a query. Does bricks have…
-
Meta Box Color Picker to CSS Custom Property Workflow in Bricks
This Pro tutorial provides the steps to declare a custom property (CSS variable) whose value is equal to the post-specific color set via a custom field created using Meta Box in Bricks builder 1.5 Beta and above. We shall create a field group for page post type i.e., static Pages having a page_color Color Picker…
-
Meta Box Taxonomy Field’s Image Value in Posts
In a project I am currently working on, the requirement is to show the image of an “Image Advanced” type attached to a taxonomy in CPT posts in a Bricks site. Taxonomy: Review Source (for Review CPT)Custom field: Review Logo (Image Advanced with max. no. of files = 1) CPT: ReviewCustom field: Review Source (Taxonomy)…
-
Meta Box Settings Fields in Bricks
This Pro tutorial is the equivalent of our earlier ACF Options Fields in Bricks article but when using Meta Box. While retrieving the values of fields at the top level in Meta Box settings page is straightforward, we will need to write a custom function to get the values of fields inside a group. Step…