• Resolved asif9798

    (@asif9798)


    Hello support team,

    We have installed the plugin “Drag and drop file”.

    However, the plugin does not display the field
    [ redundant link removed ]

    Please let us know

    409 error appearing for all the js. Can you please assist.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @asif9798 ,

    Please try to fix your SSL certificate and see if this will fix the issue.

    409 conflict is related to your hosting provider (more information – https://stackoverflow.com/questions/58433561/failed-to-load-resource-the-server-responded-with-a-status-of-409 )

    Thanks,
    Glen

    Thread Starter asif9798

    (@asif9798)

    I have modified and the conflict is no more coming however, the issue is not resolved yet.

    https://www.radiantautopart.com/rfq/ ( please open it in incognito )

    I tried fixing the issue by what is mentioned in the stack overflow link
    What I have done
    Rename the contact form 7 plugin to cf7
    Rename drag-and-drop-multiple-file-upload-contact-form-7 to drag-and-drop-multiple-file-upload
    Rename contact-form-cfdb7 to cfdb7
    At this point the conflict was reduced to only Css and Js file. So I have added
    define( ‘WPCF7_LOAD_CSS’, false );
    define( ‘WPCF7_LOAD_JS’, false );
    in wp-config.php and uploaded the js and css file in the theme folder and called from the header.php file.
    Now there is no conflict is showing in the console panel. But the issue is not solved.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Below should be set to true

    define( ‘WPCF7_LOAD_CSS’, true );
    define( ‘WPCF7_LOAD_JS’, true );

    This will load the js/css assets of Cf7 and Drag & Drop Plugin.

    Yes I have done the what you have mentioned in the previous post. Now I am getting another error. Please see the error
    here

    Since contact-form-7 plugin is renamed to cf7. Please let me know what can be done to solve this.

    • This reply was modified 3 years, 10 months ago by Ashly.
    Thread Starter asif9798

    (@asif9798)

    Same for me as well.

    Any other solution Glen?

    Thread Starter asif9798

    (@asif9798)

    Hello,

    The renaming of the folders were done due to a solution given in the URL provided above by Glen.

    “For custom websites, avoid naming your assets folder to anything that has contact in it.”

    Now since the folders have been renamed, the submissions are not going through. Need urgent solution.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @asif9798 , please contact me through this email [email protected].

    I will help you, it seems the js fine now the only problem is that the css style of the upload not loading correctly.

    Also please fix the ssl certificate first – see this error (https://snipboard.io/KTuPtm.jpg)

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @ashlybabu , please include the link to your site and screenshots of the issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Upload file is not appearing for non-logged in user’ is closed to new replies.