×

Ali Khallad

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 186 total)
  • Author
    Posts
  • in reply to: Illegal string offset wpaliattachment #630
    Ali Khallad
    Keymaster

    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.

    in reply to: PSD Uploads #629
    Ali Khallad
    Keymaster

    Hi, update need to be done manually, you’ll receive a notification when it’s available.

    in reply to: PSD Uploads #627
    Ali Khallad
    Keymaster

    Any word on the update?

    in reply to: PSD Uploads #626
    Ali Khallad
    Keymaster

    Ok great, does the plugin auto-detect updates or do newer versions need to be manually downloaded again and re-uploaded?

    in reply to: PSD Uploads #625
    Ali Khallad
    Keymaster

    Hi, 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.

    in reply to: Internet Explorer Issue #618
    Ali Khallad
    Keymaster

    Hi 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=1

    The issue you’re having is because of javascript not working which lead to a conclusion that it’s disabled from the browser.

    in reply to: Fatal Error #616
    Ali Khallad
    Keymaster

    This is a compatibility issue with PHP 7.2, we will fix in the next release.

    in reply to: Mobile #591
    Ali Khallad
    Keymaster

    Add this to your css:

    #wpali-wc-dragdrop-container #dock p {
        overflow: unset;
    }
    in reply to: Error on First Install #589
    Ali Khallad
    Keymaster

    Turned 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.

    in reply to: Error on First Install #586
    Ali Khallad
    Keymaster

    Hi,

    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

    in reply to: Uploader Showing twice on product pages #584
    Ali Khallad
    Keymaster

    Sure, email now sent 🙂

    in reply to: Uploader Showing twice on product pages #583
    Ali Khallad
    Keymaster

    Can you please send the login details to your site here support@wpali.com

    in reply to: Language changing #570
    Ali Khallad
    Keymaster

    Of course, you can use one of the translation plugins available online or use WrdPress filter “gettext

    in reply to: some files are not allowed? #566
    Ali Khallad
    Keymaster

    Ok, please send me the login details: ali@wpali.com and I’ll take a look at it.

    in reply to: some files are not allowed? #563
    Ali Khallad
    Keymaster

    The files can be found on the order page. When a customer places an order, the files will attached to it.

Viewing 15 posts - 151 through 165 (of 186 total)