• Resolved f.schu-wp

    (@fschu-wp)


    When using a Mac or iPhone, the browse button does nothing. removing filetypes allows the “Send” button to work, but the multilinefile button does nothing.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Zluck

    (@zluck)

    Hello @fschu-wp

    Sorry for the inconvenience.

    to fix this, please open multiline-files-upload-for-contact-form-7.php file
    find below line
    wp_enqueue_script( 'mfcf7_zl_multiline_files_script', plugin_dir_url( __FILE__ ) . 'js/zl-multine-files.js' );
    and replace it with
    wp_enqueue_script( 'mfcf7_zl_multiline_files_script', plugin_dir_url( __FILE__ ) . 'js/zl-multine-files.js', array('jquery') );

    Please try this and let me know if it fixes for you.
    thanks

    Plugin Author Zluck

    (@zluck)

    @fschu-wp as I didn’t hear back, assuming this would have fixed it for you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File Browse button not working Safari’ is closed to new replies.