vizzual
Forum Replies Created
-
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Fatal errorThank you for your prompt reply. Seems like the updated fixed the issue 🙂
We changed a few lines of code and now it works. Maybe something to fix in the next plugin update?
download-monitor/includes/class-dlm-download-handler.php
#572/* if ( $version->filesize ) { $headers['Content-Length'] = $version->filesize; $headers['Accept-Ranges'] = 'bytes'; }*/ $filesize = filesize($file_path); if ($filesize) { $headers['Content-Length'] = $filesize; $headers['Accept-Ranges'] = 'bytes'; }Same here! Tested downloading this file in IE11 and IE edge:
http://www.academiebw.nl/download-centrum/download-info/aanvraagformulier-omzetting-svh-2/It downloads a empty file with a 0kb size. Works fine on other browsers..
Forum: Plugins
In reply to: [Download Monitor] 404 error after download linkUpdate:
I’ve found that for the files that were imported via ftp, the server path was included. There are to many files to change this manually, so I have made a DB export and replaced all those paths with the absolute paths. Imported again, now all paths are correct.
Forum: Plugins
In reply to: [Download Monitor] 404 error after download linkHey, thanks for your fast reply.
The paths of the files (about 1000) are correct. The server path (/home/httpd/vhosts/academiebw.nl/httpdocs/) is added somewhere else, but I don’t know how and where.Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Watermark?Great 🙂
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Watermark?Thanks a lot! Maybe an idea to add this to the plugin settings?
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Watermark?Hi opajaap,
How can I change the watermark transparency from 20% to 100%?
Thank you in advance
JuulForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Can’t upload pic into a contestI’m getting the same error but my wp-photocontest folder is set to 777 though.
What am I doing wrong?