wordpress-fieldmanager icon indicating copy to clipboard operation
wordpress-fieldmanager copied to clipboard

Custom field types for WordPress

Results 111 wordpress-fieldmanager issues
Sort by recently updated
recently updated
newest added

Current implementation a little clumsier on current browsers and devices (small flaw in otherwise excellent toolkit).

enhancement

Trying to get the add another/more button to not show up once the limit has been reached and don't seem to see a clean way to do it. Am I...

Currently, the `save_empty` property only works when `$limit != 1` (this is correctly documented). We should make this work when `$limit == 1` as well.

enhancement

One of the jQuery Timepicker UIs would provide an interface more consistent with the existing Datepicker UI.

enhancement

Hi guys if you looks at this french text when need to add a hard space using an   Le logo « [f]­» est l'un de nos éléments". so you have...

As a developer, I want to change the label used on the submit button for my form. However, I don't have access to setting `$submit_button_label` through `fm_register_submenu_page()`

enhancement
scope:context

On an options field using a `Datasource_Term` with `$only_save_to_taxonomy = true`, cron tasks (e.g. publishing a scheduled post) will overwrite the term relationships with empty values. If the field is...

bug

When creating a Fieldmanager_Select instance using the grouped syntax, the array key is used for the option text and the array value is used for the option value. This is...

Using the example code below: ``` php

bug
scope:field
help wanted

Using the following code, ```php add_action( 'init', function() { register_post_type( 'demo-parent-bug', [ 'label' => 'Demo Parent Bug', 'public' => true, 'hierarchical' => true, ] ); } ); add_action( 'fm_post_demo-parent-bug', function()...

bug
scope:datasource