Forum Replies Created
-
AuthorPosts
-
July 8, 2024 at 9:46 PM in reply to: Bug Report: Taxonomy Select Fields Data Interference in Multiple Meta Boxes #45854
AXEL PARATRE
ParticipantHello MetaBox Support Team,
Thank you for your response.
Regarding the issue with taxonomy select fields not saving data correctly when multiple fields are associated with the same taxonomy within the same meta box, we understand this is noted in the documentation.
Could you please let us know if there is any workaround for this issue? Perhaps a custom hook that handles this during the save_post action?
Thank you for your assistance.
Best regards,
Nathaniel
AXEL PARATRE
ParticipantHi,
I still have the issue despite the upgrades of AIO.
Do you know approximatively when the fix will be posted.Regards
AdrienAXEL PARATRE
ParticipantHi,
Thanks for your answer.
Do you know when the fix will be released ?Regards
AdrienAXEL PARATRE
ParticipantThanks for you answer.
This option (media button) works, but textarea_rows doen't.
Actually, in your exemple, you can notice that the 1st WYSIWYG (1st tab) has the default height and those in the 2nd tab have a really small height (exactly 100px set on the iframe with css style inlane --> screenshot bellow). However all WYSIWYG have no height option set.

To resume the textarea_rows isn't applied on the the other tabs. Only the 1st works.
AXEL PARATRE
ParticipantHi Longh,
We did it with the custom field editor (metabox AIO)
I think i'm in wrong forum - my issue should be in the Metabox Builder forum sorry.
<?php add_filter( 'rwmb_meta_boxes', 'your_prefix_function_name' ); function your_prefix_function_name( $meta_boxes ) { $prefix = ''; $meta_boxes[] = [ 'title' => __( 'Test', 'your-text-domain' ), 'id' => 'test', 'tabs' => [ 'tab_lyqm3d49c4i' => [ 'label' => 'Tab', 'icon' => '', ], 'tab_er9wju7n55b' => [ 'label' => 'Tab (Copy)', 'icon' => '', ], ], 'fields' => [ [ 'name' => __( 'Wysiwyg', 'your-text-domain' ), 'id' => $prefix . 'wysiwyg_dbx2z2vqr55', 'type' => 'wysiwyg', 'tab' => 'tab_lyqm3d49c4i', ], [ 'name' => __( 'Wysiwyg (Copy)', 'your-text-domain' ), 'id' => $prefix . 'wysiwyg_n7brzfaq6fr', 'type' => 'wysiwyg', 'columns' => 6, 'tab' => 'tab_er9wju7n55b', ], [ 'name' => __( 'Wysiwyg (Copy) (Copy)', 'your-text-domain' ), 'id' => $prefix . 'wysiwyg_zpyvkx3ygag', 'type' => 'wysiwyg', 'columns' => 6, 'tab' => 'tab_er9wju7n55b', ], ], ]; return $meta_boxes; }AXEL PARATRE
ParticipantHi,
The callback is included in the block builder (cf screenshot).
If add a other product (in the good term) i dont see it in the selectorfunction nxt_get_accessories_list() { $posts = get_posts([ "post_type" => "product", "tax_query" => [ [ "taxonomy" => "product_cat", "field" => "slug", "terms" => "accessoires" ] ] ]); $posts = array_map( function($post) { return [ $post->ID, $post->post_title ]; }, $posts ); return array_column( $posts, 1, 0 ); }April 21, 2020 at 3:56 PM in reply to: ✅Uncaught Error: Call to undefined function rwmb_csv_to_array #19188AXEL PARATRE
Participanthi,
It happends on fresh install.
PHP Fatal error: Uncaught Error: Call to undefined function rwmb_csv_to_array() in /app/cover-recrutement/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-template/inc/class-mb-template-register.php:54
Stack trace:
#0 /app/cover-recrutement/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-template/inc/class-mb-template-register.php(30): MB_Template_Register->parse_files()
#1 /app/cover-recrutement/wp-includes/class-wp-hook.php(287): MB_Template_Register->register_meta_boxes(Array)
#2 /app/cover-recrutement/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array)
#3 /app/cover-recrutement/wp-content/plugins/meta-box/inc/core.php(50): apply_filters('rwmb_meta_boxes', Array)
#4 /app/cover-recrutement/wp-includes/class-wp-hook.php(287): RWMB_Core->register_meta_boxes('')
#5 /app/cover-recrutement/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#6 /app/cover-recrutement/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#7 /app/cover-recrutement/wp-settings.php(540): do_action(' in /app/cover-recrutement/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-template/inc/class-mb-template-register.php on line 54
Fatal error: Uncaught Error: Call to undefined function rwmb_csv_to_array() in /app/cover-recrutement/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-template/inc/class-mb-template-register.php:54I can't find in Metabox or Metabox AIO the function rwmb_csv_to_array.
AXEL PARATRE
ParticipantThanks Ahn
Adrien
AXEL PARATRE
ParticipantI add more explanation here,
The Single image give a warning error when it is clonable.
AXEL PARATRE
ParticipantHi Anh,
Do you know if that's possible.
Thanks,
AdrienAXEL PARATRE
ParticipantThanks Anh,
Maybe it could be a good evolution 🙂
Regards
AdrienAXEL PARATRE
ParticipantHi Anh,
Thanks for your answer.
I knew that I could get it by code. My question was about to get it directly via the MB Builder ?Thanks
AdrienAXEL PARATRE
ParticipantHi Anh,
Thanks, it works perfectly.
Regards
AdrienJune 27, 2019 at 4:51 PM in reply to: ✅Apostrophe and quotation mark in post type Plural ans singular name #15140AXEL PARATRE
ParticipantNoted,
Thanks for the information,
Adrien
June 27, 2019 at 4:45 PM in reply to: ✅Apostrophe and quotation mark in post type Plural ans singular name #15138AXEL PARATRE
ParticipantHi,
Thanks for your reactivity.
I saw MetaBox AIO updated in your website but not in my WordPress Administration (I have Metabox Updater installed). Is it normal ?
Thanks
Adrien -
AuthorPosts
