Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, Dear dominikjenik.

    Thank you for your topic.

    Could you please provide us with the following information so we can assist you further?

    Could you share more details about what exactly isn’t working?
    What are your current PHP and WordPress versions?

    Do you have any caching or optimization plugins activated?

    Please can you make a screenshot where the shortcode is inserted?

    Could you record a short video demonstrating the issue?
    Looking forward to your reply.

    Thank you

    Thread Starter dominikjenik

    (@dominikjenik)

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear dominikjenik.

    Thank you for contacting us and reporting your problem.

    Edit our gallery calendar-event\Includes\Total-Soft-Calendar-Widget.php Change code in line 1121-1123.

    stylePast: false,
    disablePast: false
    }

    • This reply was modified 3 weeks, 4 days ago by totalsoft.
    Plugin Author totalsoft

    (@totalsoft)

    stylePast: false,
    disablePast: false
    };

    Everything needs to be changed. After that save the calendar file.

    We are always happy to hear from you and solve all problems. We will develop the plugin with you. For us, the most important thing is that the plugin should be used by the developers themselves.

    Have a good day!

    Thread Starter dominikjenik

    (@dominikjenik)

    It was already there like that: https://ibb.co/3MQjHZC

    Plugin Author totalsoft

    (@totalsoft)

    dear dominikjenik.

    No. Please change this line too. Please change the code.

    };

    Thread Starter dominikjenik

    (@dominikjenik)

    Do you mean to change these values to true?

    Plugin Author totalsoft

    (@totalsoft)

    Please change the code as we told you. Now you have it like this }. Please put this };.

    Thread Starter dominikjenik

    (@dominikjenik)

    Thanks you for the reply.

    So I have changed the semicolon https://ibb.co/D7XKbLp also edit+update the calendar also purged caches, but without results so far.

    Thread Starter dominikjenik

    (@dominikjenik)

    Sorry this is correct screenshot https://ibb.co/J3QW699

    so the issue is NOT resolved, please help what to do

    Plugin Author totalsoft

    (@totalsoft)

    Edit our calendar-event\Includes\Total-Soft-Calendar-Widget.php Change code in line 1174-1176.
    for (var i = 0; i < dayQty; i++) {
    ????????????????????????????????????????var day = i + 1;
    ????????????????????????????????????????var dayNamenum = new Date(y, mZeroed, day, 0, 0, 0, 0).getDay()

    for (var i = 0; i < dayQty; i++) {
    ????????????????????????????????????????var day = i + 1;
    ????????????????????????????????????????var dayNamenum = new Date(y, mZeroed, day, 0, 0, 0, 0).getDay();

    Everything needs to be changed. After that save the calendar file.

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.