• Resolved adrian.jecan

    (@adrianjecan)


    Hello. I installed the plugin and if I switch to the translated language (on the main language there is no error), when using the media uploader (either to select an existing image or to upload a new image), I get the same js error in the console and the uploader is not working. I made a screenshot of the error: https://clip2net.com/s/4ajzPru.
    Can you help me solve the problem?

Viewing 1 replies (of 1 total)
  • Thread Starter adrian.jecan

    (@adrianjecan)

    I got a reply from the support with the solution so for anyone having the same problem:
    add_action( ‘wp_head’, ‘weglot_support_fix_media_upload’ );
    function weglot_support_fix_media_upload() {
    ?>
    <script type=”text/javascript”> maybereadonly = null; </script>
    <?php
    }

Viewing 1 replies (of 1 total)
  • The topic ‘WP media upload broken’ is closed to new replies.