Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Steve

    (@stvwhtly)

    Hi Timothy,

    This can currently only be achieved by CSS, so will require adjustments to your CSS file.

    .wp-availability-month.month-1,
    .wp-availability-month.month-2,
    .wp-availability-month.month-3,
    .wp-availability-month.month-4,
    .wp-availability-month.month-11,
    .wp-availability-month.month-12 {
      display: none;
    }

    This will simply hide months 1-4 (Jan-Apr) and 11-12 (Nov-Dec).

    Hope this points you in the right direction.

    – Steve

    Thread Starter Tim

    (@tneville)

    Thanks Steve!

    Really helped!

    – Tim

    Hello.
    I don’t know how do i have to change the css file with the text above.
    Where do i put the text in the file?

    Thanks!

    Hello,

    Same to me here.

    Iff i put it in the availability/style.css, it doesnt show the months i setted up, but the first 4 months of the year.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Showing only certain months’ is closed to new replies.