• Resolved yvergo

    (@yvergo)


    I want to show 2023 when the page opens and generally show years 2019-2023.

    Thank you in advance.

    The page I need help with: [log in to see the link]

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

    (@totalsoft)

    Hello, dear yvergo.

    Thank you for contacting us and reporting your problem.

    Edit our gallery file Includes/Total-Soft-Calendar-Widget.php. Find code in line 11600

    var count = 4

    After this code add this

    var count = 5

    Plugin Author totalsoft

    (@totalsoft)

    Find code in line 11604

    if (i >= 36 && i < 48) {

    After this code add this

    if (i >= 48 && i < 60) {

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show certain years’ is closed to new replies.