Template not found: #tmpl-rwmb-media-button

Support General Template not found: #tmpl-rwmb-media-button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46178
    Roderick GeisRoderick Geis
    Participant

    Hello,

    I have attached my form on a product page for my website, but it appears I cannot use any file or image upload type. I keep getting this error:

    Uncaught Error: Template not found: #tmpl-rwmb-upload-area

    I found online that it was fixed, and although I am using the up-to-date plugin, I still get the issue.

    Does anyone know how to debug this problem?

    
               [
                    'name'             => __( 'File Upload', 'photo' ),
                    'id'               => $prefix . 'file_upload',
                    'type'             => 'file_advanced',
                    'mime_type'        => 'jpeg, ai, pdf, psd, png, jpg',
                    'max_file_uploads' => 5,
                    'force_delete'     => true,
                    'required'         => true,
                    'clone'            => false,
                    'hide_from_rest'   => false,
                    'hide_from_front'  => false,
                ],
    

    Thank you!

    #46185
    PeterPeter
    Moderator

    Hello Roderick,

    It could be a compatibility with another plugin or theme on your site. You can try to deactivate all plugins except Meta Box, MB extension plugins, switch to a WordPress theme and recheck this issue.

    Let me know how it goes.

    #46190
    Roderick GeisRoderick Geis
    Participant

    Hmm, it seems that using SquirrelySEO caused it to break.

    It seems there used to be this issue before:
    https://support.metabox.io/topic/image-fields-not-showing/

    However, looks like the issue is back for me.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.