×

Ali Khallad

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 186 total)
  • Author
    Posts
  • in reply to: I can not add decimal number #8823
    Ali Khallad
    Keymaster

    Quick update, looks like I might not need to use decimals anyway as 0-2, 2-3, 3-4 seems to be working ok. please can you just clarify if that is ok?

    thanks

    in reply to: I can not add decimal number #8822
    Ali Khallad
    Keymaster

    Hello,
    I cannot add a decimal number when using Miles. Your documentation suggests using decimals to avoid overlaps eg 0 – 1.9 and the 2 – 2.9 and so on, but when I type a dot it just removes it.
    Please can you advise a fix?
    Thanks

    in reply to: I can’t upload the product image !!! #8817
    Ali Khallad
    Keymaster

    Hello, the only reason for this to happen is a JavaScript error on you website, try deactivating other plugin and test again, probably another plugin is causing this.

    If not because on of the plugins, try switching the theme temporarily.

    in reply to: All fields are required. #8814
    Ali Khallad
    Keymaster

    Could you take a full screenshot for the page please.

    in reply to: Bad setup at product page #8799
    Ali Khallad
    Keymaster

    Nice, happy I could help 🙂

    in reply to: Bad setup at product page #8798
    Ali Khallad
    Keymaster

    Your are the boss, now is working properly.
    Really appreciate that.

    I have give you a good review at codecanyon 🙂
    Regards

    in reply to: Bad setup at product page #8797
    Ali Khallad
    Keymaster

    Just add this to your CSS:

    div#wpali_wc_progress {
        width: 100%;
        clear: both;
    }
    div#wpali-wc-dragdrop-container {
        width: 100%;
        clear: both;
    }
    in reply to: Bad setup at product page #8796
    Ali Khallad
    Keymaster
    in reply to: Bad setup at product page #8795
    Ali Khallad
    Keymaster

    Could you share a link so we could see what’s wrong.
    Thanks

    in reply to: A few issues #8792
    Ali Khallad
    Keymaster

    Hello, no there is no option for that, this would require some custom development to create these custom shipping rules.

    If you are open to that, please use this link to post more details about your requirements and I can create a small extension for a fee.
    https://wpali.com/codeable

    in reply to: A few issues #8789
    Ali Khallad
    Keymaster

    Hello, what version of the plugin are you using?
    Last point about checkout, can you explain more please?

    in reply to: walking mode #8775
    Ali Khallad
    Keymaster

    Please download the latest version 1.0.8 and add this code to your child theme functions.php

    add_filter('wpali_distance_calculating_mode', 'change_wpali_distance_calculating_mode');
    function change_wpali_distance_calculating_mode(){
        return 'walking';
    }
    in reply to: walking mode #8774
    Ali Khallad
    Keymaster

    It would be great
    thank you very much

    in reply to: walking mode #8773
    Ali Khallad
    Keymaster

    Hello, it’s possible but we have not added a filter to allow for this change, I can add a filter and send you a snippet that you can add to your functions.php if that works for you?

    in reply to: Error at file upload #8767
    Ali Khallad
    Keymaster

    Not really sure why a popup plugin would cause errors when uploading a file, if the media library is showing same error, you might need to reach out to them about that since it’s a conflict with core WordPress feature. Otherwise, I’m not really of the point of conflict.

Viewing 15 posts - 31 through 45 (of 186 total)