Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Get values from URL – Dynamic Data #37527
    azoreslab
    Participant

    Already fixed, I had to change the date format.
    Thanks anyway

    in reply to: Bug on calendar when blocking dates #36919
    azoreslab
    Participant

    Hi Ally

    This code was useful for us to adapt our own code, and it worked.
    Thanks a lot.

    Best regards

    in reply to: Bug on calendar when blocking dates #36808
    azoreslab
    Participant

    Also you can check the Enent Calendar in our website, working perfectly.

    https://chezsoniaprivatechef.com/events

    in reply to: Bug on calendar when blocking dates #36807
    azoreslab
    Participant

    Hi

    I already deleted the login. Thanks.

    I’m sending another video for you to see, that even using your code, the problem still happens.

    https://drive.google.com/file/d/1MxcvCpGmVn8qE66_KG1bGJcvI3A-k9gf/view?usp=sharing

    I checked the database, I even used vpn to change location and timezone to check if this was the problem.
    What could you have made different to not get this bug?

    Best regards

    in reply to: Bug on calendar when blocking dates #36803
    azoreslab
    Participant

    Hi Ally

    Of course. Here you have the login.

    *snip*

    Let me know if you need some help.

    Best regards

    • This reply was modified 11 months, 1 week ago by Ally. Reason: Removed private info
    in reply to: Bug on calendar when blocking dates #36798
    azoreslab
    Participant

    Hi Ally

    I made a video explaining in the best way i can.

    VIDEO EXPLAINING:
    https://drive.google.com/file/d/1JJA_kdbu1-OsU-mc7nW5sSkYhi_6hgUq/view?usp=sharing

    Best regards
    Rúben Medeiros

    in reply to: Checkin date inferior to Checkout date #35463
    azoreslab
    Participant

    Hi

    Thank you a lot.
    I’ve changed the code, so it would not show the days before today.

    const date = new Date();

    let day = date.getDate();
    let month = date.getMonth() + 1;
    let year = date.getFullYear();
    let currentDate = ${year}, ${month}, ${day};

    jQuery(function ($) {
    var start = $(‘.quform-field-1_43’).data(‘kendoDatePicker’),
    end = $(‘.quform-field-1_47’).data(‘kendoDatePicker’),
    daysBetween = 1;

    if (start && end) {
    start.setOptions({
    change: function () {
    var startDate = start.value(),
    endDate = end.value(),
    newStartMax, newEndMin;

    if (startDate) {
    newEndMin = new Date(startDate);
    newEndMin.setDate(newEndMin.getDate() + daysBetween);
    end.min(newEndMin);
    } else if (endDate) {
    newStartMax = new Date(endDate);
    newStartMax.setDate(newStartMax.getDate() – daysBetween);
    start.max(newStartMax);
    end.min(new Date(console.log(currentDate)));
    } else {
    start.max(new Date(2099, 11, 31));
    end.min(new Date(console.log(currentDate)));
    }
    }
    });

    end.setOptions({
    change: function () {
    var endDate = end.value(),
    startDate = start.value(),
    newStartMax, newEndMin;

    if (endDate) {
    newStartMax = new Date(endDate);
    newStartMax.setDate(newStartMax.getDate() – daysBetween);
    start.max(newStartMax);
    } else if (startDate) {
    newEndMin = new Date(startDate);
    newEndMin.setDate(newEndMin.getDate() + daysBetween);
    end.min(newEndMin);
    start.max(new Date(2099, 11, 31));
    } else {
    start.max(new Date(2099, 11, 31));
    end.min(new Date(console.log(currentDate)));
    }
    }
    });
    }
    });

    in reply to: Checkbox – Limit number of selected checkboxes #35429
    azoreslab
    Participant

    Hi Ally

    That worked perfectly!
    Thank you very much.

    Best regards

    in reply to: Checkbox – This value is not valid #34249
    azoreslab
    Participant

    Hi Ally

    Thank you very much, it worked!
    But I’m having a different problem now, in logic.

    I’m using, “if field” “contains” “value in different languages”, but smetimes it works, sometmes doesn’t.
    I’m sending a print attached.

    https://www.azoresgolfislands.com/subscription/

    Do you any other suggestion?

    best regards

    Attachments:
    You must be logged in to view attached files.
    azoreslab
    Participant

    It worked for me.
    I purged cache and cookies in chrome and cache in wordpress, and nothing.
    I rebooted the pc and it was working fine. Not sure if it was the reboot after I’ve purged cache and cookies, but it’s working.

Viewing 10 posts - 1 through 10 (of 10 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy