Media Type Field not showing Images after Upgrade from Version 4.7.3 to 4.8.2

Support General Media Type Field not showing Images after Upgrade from Version 4.7.3 to 4.8.2

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2414
    WebbioWebbio
    Participant
        $meta_boxes[] = array(
            'id'    => 'oye_villa_mediainfo',
            'title'   => __('Media', ''),
            'pages'   => array( 'villa' ),
            'priority' => 'low',
            'context' => 'side',
            'fields'  => array(
                array(
                    'name'    => __('', ''),
                    'id'    => "{$oyeprefix}_villa_images",
                    'type'        => 'media',
                    'desc'    => __(''),
                ),
            )
        );
    

    I have above code for my post to show Media Images and it was working properly

    Today i just upgraded the metabox.io from 4.7.3 to 4.8.2 and then it stopped working and showing empty.

    Can you please resolve that issue

    #2417
    Anh TranAnh Tran
    Keymaster

    Oh, the media type is not a real type. It's an abstract type which will be extended by file_advanced or image_advanced. Please use file_advanced or image_advanced instead.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Media Type Field not showing Images after Upgrade from Version 4.7.3 to 4.8.2’ is closed to new replies.