Forum Replies Created
-
AuthorPosts
-
dijitalgezgin
ParticipantThe update released an hour ago fixed the issue. Thank you very much.
dijitalgezgin
ParticipantThe update released an hour ago fixed the issue. Thank you very much.
dijitalgezgin
ParticipantPlease, it's important for our customer. @rilwis
dijitalgezgin
ParticipantHi,
I'm getting same error. The free version on WordPress.org is installed, and you also have the MB Term Meta extension. That's why it gives this error.
Fatal error: Uncaught Error: Call to undefined function MBTM\get_current_screen() in /home/gloriath/public_html/demo/platea/demo/wp-content/plugins/platea-core/meta-box-extensions/mb-term-meta/src/MetaBox.php:74 Stack trace: #0 /home/gloriath/public_html/demo/platea/demo/wp-content/plugins/platea-core/meta-box-extensions/mb-term-meta/src/MetaBox.php(48): MBTM\MetaBox->is_edit_screen() #1 /home/gloriath/public_html/demo/platea/demo/wp-includes/class-wp-hook.php(324): MBTM\MetaBox->enqueue() #2 /home/gloriath/public_html/demo/platea/demo/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #3 /home/gloriath/public_html/demo/platea/demo/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /home/gloriath/public_html/demo/platea/demo/wp-includes/script-loader.php(2483): do_action() #5 /home/gloriath/public_html/demo/platea/demo/wp-includes/class-wp-hook.php(324): wp_common_block_scripts_and_styles() #6 /home/gloriath/public_html/demo/platea/demo/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #7 /home/gloriath/public_html/demo/platea/demo/wp-includes/plugin.php(517): WP_Hook->do_action() #8 /home/gloriath/public_html/demo/platea/demo/wp-includes/script-loader.php(2299): do_action() #9 /home/gloriath/public_html/demo/platea/demo/wp-includes/class-wp-hook.php(324): wp_enqueue_scripts() #10 /home/gloriath/public_html/demo/platea/demo/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #11 /home/gloriath/public_html/demo/platea/demo/wp-includes/plugin.php(517): WP_Hook->do_action() #12 /home/gloriath/public_html/demo/platea/demo/wp-includes/general-template.php(3192): do_action() #13 /home/gloriath/public_html/demo/platea/demo/wp-content/themes/platea/header.php(10): wp_head() #14 /home/gloriath/public_html/demo/platea/demo/wp-includes/template.php(810): require_once('/home/gloriath/...') #15 /home/gloriath/public_html/demo/platea/demo/wp-includes/template.php(745): load_template() #16 /home/gloriath/public_html/demo/platea/demo/wp-includes/general-template.php(48): locate_template() #17 /home/gloriath/public_html/demo/platea/demo/wp-content/themes/platea/page.php(5): get_header() #18 /home/gloriath/public_html/demo/platea/demo/wp-includes/template-loader.php(106): include('/home/gloriath/...') #19 /home/gloriath/public_html/demo/platea/demo/wp-blog-header.php(19): require_once('/home/gloriath/...') #20 /home/gloriath/public_html/demo/platea/demo/index.php(17): require('/home/gloriath/...') #21 {main} thrown in /home/gloriath/public_html/demo/platea/demo/wp-content/plugins/platea-core/meta-box-extensions/mb-term-meta/src/MetaBox.php on line 74How can I solve this on our themes? @Anh Tran @peter
dijitalgezgin
ParticipantI have this problem.
array( 'type' => 'select', 'id' => 'type', 'name' => esc_html__( 'Type', 'wikilogy' ), 'inline' => true, 'multiple' => false, 'options' => array( 'simple-text' => esc_html__( 'Simple Text', 'wikilogy' ), 'image' => esc_html__( 'Image', 'wikilogy' ), 'image-gallery' => esc_html__( 'Image Gallery', 'wikilogy' ), 'image-slider' => esc_html__( 'Image Slider', 'wikilogy' ), 'video' => esc_html__( 'Video', 'wikilogy' ), 'audio' => esc_html__( 'Audio', 'wikilogy' ), 'link' => esc_html__( 'Link', 'wikilogy' ), 'code' => esc_html__( 'Code', 'wikilogy' ), ), ), array( 'type' => 'button_group', 'id' => 'inline', 'name' => esc_html__( 'Inline', 'wikilogy' ), 'inline' => true, 'std' => 'default', 'options' => array( 'default' => esc_html__( 'Default', 'wikilogy' ), '1' => esc_html__( 'True', 'wikilogy' ), '0' => esc_html__( 'False', 'wikilogy' ), ), ), array( 'type' => 'image_advanced', 'id' => 'image', 'name' => esc_html__( 'Image', 'wikilogy' ), 'inline' => true, 'force_delete' => false, 'max_file_uploads' => 1, 'max_status' => 'false', 'image_size' => 'thumbnail', /*'visible' => array( 'type', '=', 'image' ),*/ ),not working..
dijitalgezgin
ParticipantAny help?
dijitalgezgin
Participant@longnguyen Can I use the meta fields on the front end submission?
Kind regards.
dijitalgezgin
ParticipantHow can I add and save custom taxonomies and meta fields? Can you send me PHP codes for thats?
dijitalgezgin
ParticipantAre you have any example codes custom post types and custom meta fields for the frontend form?
Kind regards.
dijitalgezgin
ParticipantI found the problem. It's my mistake. Thank you!
dijitalgezgin
ParticipantAny news? 🙁
dijitalgezgin
ParticipantThanks!
dijitalgezgin
ParticipantThanks but I am already using version 4.16.3, and the problem still continues.
dijitalgezgin
Participanthttps://ghostbin.com/paste/r4gr4
Thanks!
dijitalgezgin
ParticipantHi Anh,
Thanks, code;
array( 'type' => 'textarea', 'id' => 'arven-featured-header-code', 'name' => esc_html__( 'Featured Header Code', 'arven' ), 'desc' => esc_html__( 'You can enter your custom codes (For audio or codes styles) for the featured header.', 'arven' ), 'tab' => 'featured-header', ), -
AuthorPosts