HTMLBurger-NG
HTMLBurger-NG
Hi @clubdeuce, @ChipRyan and @ProjetKotov We've fixed the conditional logic inside of a block with a complex field in our latest release **v3.5.2**.
Hi @AlexanderBorysenko and @unrealthemes, We've significantly improved the block previews. By default, the blocks would show the fields added. You could easily override it by adding a newly created field...
Hi @JRDN40 , You could try doing something like this: ``` $dynamic_fields = []; $setup = carbon_get_theme_option( 'setup' ); foreach ( $setup as $setup_field ) { $dynamic_fields[] = Field::make( 'text',...
This issue was fixed in the current release (v3.5.0). Please update the WordPress core and Carbon Fields to the newest version and let us know if the issues still exist.
Hi @labmorales , Thank you for your PR, we've implemented our solution for this issue in the new release.
Hi @lautiamkok , In order to create custom fields for the attachment post type you only have to specify the "post_type" where clause in the post_meta container. Here is an...
Thank you for submitting your pull request. After reviewing it, we found that it unfortunately causes disruptions in other aspects of the package's functionality. Regarding the issue you mentioned about...
Hi @filoor , Please provide us with more information about this issue because we couldn't reproduce it. Also, please check the functions `carbon_get_post_meta`, and `carbon_get_theme_option`.