• When a WYSIWYG type field is added to a Custom type, and editing or creating content in that postType selects an image, document or video, the textarea remains blank, it does not create the image or video tag or anything.
    I tried disabling plugins, but the error persists.

    Plugins:
    WP: 6.2.2
    Custom Field Suite 2.6.3
    Editor clásico 1.6.3
    Custom Post Type UI 1.13.6

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter lucholaplata

    (@lucholaplata)

    Encontré el error en:
    wp-content\plugins\custom-field-suite\includes\fields\wysiwyg.php Linea 121

    Reemplazar:
    $(this).find(‘a.add_media’).attr(‘data-editor’, input_id);
    Por
    $(this).find(‘:button.add_media’).attr(‘data-editor’, input_id);

    Se ve que ya no es un Link sino un button y por ende no se setea el contenedor donde tiene que aplicar el código.

    • This reply was modified 1 year, 4 months ago by lucholaplata.
Viewing 1 replies (of 1 total)
  • The topic ‘WP 6.2.2 Error WYSIWYG not show Imagens & documents’ is closed to new replies.