• danjvos

    (@danjvos)


    Thank you for creating this plugin!

    Is it possible to have a different start date for the calendar? Ex: November 29 instead of Dec 1?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • rightvision

    (@rightvision)

    I’ve managed to start 25.11. (6 days more) – but you have to change code at multiple places (.js/.php/.css)
    js and php
    “for($i = 0; $i < 4; $i++)” change to “for($i = 0; $i < 5; $i++)”
    “for ( $i = 0; $i <= 24; $i ++ )” change to “for ( $i = 0; $i <= 30; $i ++ )”
    css
    #wp-advent-calendar li chaange height from 25 to 20%

    Thread Starter danjvos

    (@danjvos)

    Thanks! Do you remember exactly what files you had to update?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different start date’ is closed to new replies.