Ali Khallad
Forum Replies Created
-
AuthorPosts
-
Ali KhalladKeymaster
Hi Steve, this is just a warning, will not cause any issues. It’s appearing because you have debugging mode enabled, you can change that from wp-config by setting WP_DEBUG to false.
We’ll handle this warning in next release.
Thanks for reporting.
Ali KhalladKeymasterHi, update need to be done manually, you’ll receive a notification when it’s available.
Ali KhalladKeymasterAny word on the update?
Ali KhalladKeymasterOk great, does the plugin auto-detect updates or do newer versions need to be manually downloaded again and re-uploaded?
Ali KhalladKeymasterHi, there is a maximum set by out plugin 5MB, we just uploaded an update to be able to fix that.
The update should be available in 24 hours, after that you can use this code to change the maximum:function set_wddu_max_upload() { return 30; } add_filter( 'wddu_max_upload_size', 'set_wddu_max_upload', 10 );
Change the value 30 to what you want, if this didn’t solve your issue, then there must be another limitation from another party.
Ali KhalladKeymasterHi Jolene, no one have reported such issue before, I suspect that the javascript is disabled on your IE browser, please check here:
https://answers.microsoft.com/en-us/ie/forum/ie11-windows_7/ie-11-not-running-some-javascript-on-some-websites/3c4f5e13-5c9b-4953-920d-02da32d8b9c3?auth=1The issue you’re having is because of javascript not working which lead to a conclusion that it’s disabled from the browser.
Ali KhalladKeymasterThis is a compatibility issue with PHP 7.2, we will fix in the next release.
Ali KhalladKeymasterAdd this to your css:
#wpali-wc-dragdrop-container #dock p { overflow: unset; }
Ali KhalladKeymasterTurned out to be an issue with the FTP client, fixed using the following settings:
In FileZilla 2.2.32, go Edit > Settings > File transfer settings > ASCII/Binary. Set it to always binary: that should do the trick.
In FileZilla 3.5.0 the setting is in Edit > Settings > Transfers > File Types > Default transfer type > Binary.
Ali KhalladKeymasterHi,
I assume you used FTP to upload the files, and you FTP client stripped line breaks, you can try using the WordPress plugin installer. If that’s not the case, could you reach to me here with login details support@wpali.com and attach a copy of the plugin you uploaded.
Thanks
Ali KhalladKeymasterSure, email now sent 🙂
Ali KhalladKeymasterCan you please send the login details to your site here support@wpali.com
Ali KhalladKeymasterOf course, you can use one of the translation plugins available online or use WrdPress filter “gettext“
Ali KhalladKeymasterOk, please send me the login details: ali@wpali.com and I’ll take a look at it.
Ali KhalladKeymasterThe files can be found on the order page. When a customer places an order, the files will attached to it.
-
AuthorPosts