Profiles

  • Member Since: January 6th, 2016
  • Find me on:
  • Posted a reply to High marks for not reinventing the wheel, on the site WordPress.org Forums:
    Glad that MightyBlocks is working well for you! We're still early in the development, hopefully…

  • Created a topic, Important note from the authors: do NOT install the plugin from here, on the site WordPress.org Forums:
    The plugin in the WordPress plugin repo is outdated, a…

  • Posted a reply to How can I do map in carbon fields?, on the site WordPress.org Forums:
    Hi @vitaminnnka, The data in the screenshot looks OK as well. Can you try adding…

  • Posted a reply to How can I do map in carbon fields?, on the site WordPress.org Forums:
    Instead of add_action( 'carbon_map_api_key', 'crb_get_gmaps_api_key' ); you should be using add_filter( 'carbon_map_api_key', 'crb_get_gmaps_api_key' );. In…

  • Posted a reply to How can I do map in carbon fields?, on the site WordPress.org Forums:
    Hi @vitaminnnka, Can you send me the code which you are using to register the…

  • Posted a reply to How can I do map in carbon fields?, on the site WordPress.org Forums:
    Hi @vitaminnnka, The $map_data variable contains the latitude and longitude that you've set in the…

  • Posted a reply to Feature not working with Gutenberg, on the site WordPress.org Forums:
    @satyajett we're working on Gutenberg support, you can see the announcement here: https://carbonfields.net/2018/04/27/plans-for-carbon-fields-and-gutenberg-integration/

  • Posted a reply to How can i do a few columns options?, on the site WordPress.org Forums:
    Hello @makszhukov97, Sorry for the late reply! You can use the ->set_width() method to set…

  • Committed [1703160] to Plugins SVN:
    Update image content type

  • Committed [1703158] to Plugins SVN:
    Update banner with 2.0 call to action

  • Posted a reply to Carbon Fields V 2.0, on the site WordPress.org Forums:
    Hello @bagerathan At this point we're not quite sure whether(and how) to distribute Carbon Fields…

  • Committed [1662982] to Plugins SVN:
    tagging version 1.6

  • Committed [1662971] to Plugins SVN:
    v1.6

  • Posted a reply to Migrating from Magic Fields to Carbon Fields, on the site WordPress.org Forums:
    Hi Nikhil, I glanced at Magic Fields's source code and it seems to me that…

  • Posted a reply to Use get_posts and order by carbon fields, on the site WordPress.org Forums:
    Closing this in favor of your GitHub issue here: https://github.com/htmlburger/carbon-fields/issues/219

  • Posted a reply to Carbon Fields Version 2.0, on the site WordPress.org Forums:
    Hi @arkimedia We're aimed at public release for May 15th. We're currently testing the new…

  • Posted a reply to Carbon Fields and Yoast SEO Support, on the site WordPress.org Forums:
    You can post a feature request over at GitHub (https://github.com/htmlburger/carbon-fields/issues) and we will discuss internally…

  • Posted a reply to Gallery field type, on the site WordPress.org Forums:
    Thanks for the kind words @matt-k-1, glad you like the plugin! We definitely plan to…

  • Posted a reply to Post Meta on Options Pages?, on the site WordPress.org Forums:
    > Is there a way to create meta boxes on the side of theme_options pages?…

  • Posted a reply to vertical tabs, on the site WordPress.org Forums:
    @jonwaldstein Adding tabs to complex entries in the way you need is currently not supported.…

  • Posted a reply to problem with my radio fields, on the site WordPress.org Forums:
    Instead of using array_push() you can use the following PHP syntax: ` $user_options[$wyde_sy] = $wyde_sy;…

  • Posted a reply to Problem with rich_text Field, on the site WordPress.org Forums:
    Paragraphs and line breaks are saved in the exact same way as the normal WordPress…

  • Posted a reply to Carbon Field Template (working example?), on the site WordPress.org Forums:
    Hi @hendridm, No need for a custom namespace, just use the Carbon_Fields one. Here is…

  • Posted a reply to Interested in Contributing? #fork, on the site WordPress.org Forums:
    Hi @hendridm, Development on the plugin is definitely not dead -- we're currently working on…

  • Posted a reply to Urgent help, all back office disappeared with the last update, on the site WordPress.org Forums:
    Hi @alexadark, sorry for the trouble. It's possible that the problem is related to the…

  • Committed [1554532] to Plugins SVN:
    Tagging version 1.5

  • Committed [1554531] to Plugins SVN:
    Version 1.5

  • Posted a reply to vertical tabs, on the site WordPress.org Forums:
    @alexadark, can you please provide your CF container code? Not sure why this is not…

  • Posted a reply to Using framework in plugin in my plugin, on the site WordPress.org Forums:
    Hey@meshsmith, Unfortunately I can't reproduce this issue. What I did: 1. installed your plugin 2.…

  • Posted a reply to front-end form, on the site WordPress.org Forums:
    Hey, thanks for the great suggestion. Unfortunately we don't plan to include this feature in…

  • Posted a reply to Field validation, on the site WordPress.org Forums:
    You can do that with Carbon Fields: Field::make('text', '_crb_phone_number')->set_required(true) You can also that with CMB2…

  • Posted a reply to Show_on_pages(all exept one), on the site WordPress.org Forums:
    We opened a Github ticket for this feature, you can track the progress here: https://github.com/htmlburger/carbon-fields/issues/122

  • Posted a reply to Show_on_pages(all exept one), on the site WordPress.org Forums:
    On the side note, you can try using the hide_on_template('template-contact.php') and make your contact page…

  • Posted a reply to Show_on_pages(all exept one), on the site WordPress.org Forums:
    Hi @bankimoon, glad you like the plugin! Hide on page is not supported at the…

  • Posted a reply to Add Class To Div, on the site WordPress.org Forums:
    Hi @mvshandor, You can use the add_class field method to add additional classes. Example: Field::make("text",…

  • Posted a reply to Register my fields with the carbon_register_fields hook, on the site WordPress.org Forums:
    We updated the code so carbon_register_fields will now work with widgets, just keep in mind…

  • Posted a reply to Register my fields with the carbon_register_fields hook, on the site WordPress.org Forums:
    Hey @vauvarin Sorry for the late answer, but this somehow fell off the radar. Widgets…

  • Posted a reply to Updating fields with PHP functions?, on the site WordPress.org Forums:
    Hey Mario, Thanks for the kind words, we are glad that you like the plugin!…

  • Posted a reply to vertical tabs, on the site WordPress.org Forums:
    Hi @alexadark You can use the vertical tabs by simply calling: ->set_layout('tabbed-vertical') In the new…

  • Committed [1518509] to Plugins SVN:
    Tagging version 1.4

  • Committed [1518506] to Plugins SVN:
    Add 1.4 changelog

  • Committed [1518502] to Plugins SVN:
    Version 1.4

  • Posted a reply to Custom fields on certain pages only, on the site WordPress.org Forums:
    Hi @alexadark, For your problem one approach is to make multiple containers, just keep in…

  • Posted a reply to Association relationship working both ways, on the site WordPress.org Forums:
    Hey @sirojuntle, thanks for the suggestion. This is a common feature request and a bit…

  • Posted a reply to Screen Options are checked incorrectly, on the site WordPress.org Forums:
    Hi @luhrayuh, Can you please provide the code for the Carbon Container that is causing…

  • Posted a reply to Using framework in plugin in my plugin, on the site WordPress.org Forums:
    Hi @meshsmith! Can you please provide a little bit more information about the error you…

  • Posted a reply to term_meta custom fields, on the site WordPress.org Forums:
    Hi @alexadark, Here is a simpler solution to fetch the meta value for the currently…

  • Committed [1460630] to Plugins SVN:
    Tag version 1.3

  • Committed [1460628] to Plugins SVN:
    Version 1.3

  • Committed [1340627] to Plugins SVN:
    Tagging version 1.0