Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Problem@alejandromdez , will take a look and let you know.
Thanks @dolphintecnologias sorry for the late response.
I’m glad they add the compatibility on my plugin.
@foxc sorry for the late reply.
I just check your site and tried also on my local with the same settings but I cannot replicate the issue.
Can you show me a video/demo on how to do it?
Glen
Thanks @goransam will take a look and will try to replicate this in my local.
Hello @goransam ,
Can you please share a screenshot of you current settings?
Upload settings is under WooCommerce -> Settings -> File Uploads
Thanks.
Sure no problem.
If you have time feel free to leave your review here – https://ww.wp.xz.cn/support/plugin/drag-and-drop-multiple-file-upload-for-woocommerce/reviews/#new-post
Thank You.
Try this.
.codedropz-upload-inner .codedropz-label span.cd-separator, .wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn, .codedropz-upload-inner .codedropz-label { font-size:15px; } .codedropz-upload-container{ padding:16px 10px; } .wc-dnd-file-upload{ width:100%; }Thanks @thomaskreher
I check your site and found the issue, it’s because the width of your main container, there’s no specific width in my plugin it is being inherited from main container.
If you want change the width of the uploader, you need to add this css in your theme/style.css.
.wc-dnd-file-upload { width:65%; }Pleaes let me know.
Hi,
Can you please include a link to your site, so that I can check?
Glen
@ivchi2014 , did you manage to solve the problem?
If yes just let me know so wen close this thread.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] sftp upload@novored , did you receive my reply to your last email?
I think there’s an option for that in your theme settings.
But if you want to disable completely the loading screen.
Try this.
#ajax-loading-screen{ z-index:-1; display:none; opacity:0; visibility:hidden; }You may disable the white background by manually adding this css.
.page-id-6738 #ajax-loading-screen{
z-index:-1;
}Also I noticed that the file upload is added after the submit button, is this correct?
Hi @cochones8 ,
I checked your site and found the issue.
It’s related to your loading/popup probably target the href/a tags. (“Dateien durchsuchen” is an href tag when click it will trigger the box that has a white background)
Try to disable the loading/popup of this page.
Please let me know.
Glen