• Resolved patp30

    (@patp30)


    Hi,

    I’m trying to figure out how to use the “from” and “to” portion when trying to specify the date range in the month to show. What values are they expecting?
    [my_calendar id=”november-test” category=”NOVEMBER” month=”11″ year=”2015″ above=”none” below=”none” from=”01″ to=”15″]

    Is there an option to not show the previous and next month, for a month? I’m showing November 2015 and it has the end of October and the beginning of December. If I use the from and to in the shortcode will it take care of this issue?

    Lastly, is it possible to show the end times of the events on the calendar grid view? If so, how would that work?

    Thank you!!

    https://www.ads-software.com/plugins/my-calendar/

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

    (@joedolson)

    From and to expect dates; e.g. 11-01-2015 and 11-30-2015. However, they aren’t available options for the main [my_calendar] shortcode; for that shortcode you need to use the month/year/day parameters, instead.

    There’s no option to hide the previous & next month info, but you can customize the CSS to hide the content of those cells. All cells not in the currently displayed month have the class ‘nextmonth’, and you can hide the content using that hook.

    Lastly, yes, you can customize the title template for the grid view however you wish. Go to Settings > Text and look at the event grid title template. You can use most template tags in that field to access more detailed event information directly on the grid,

    Thread Starter patp30

    (@patp30)

    Joe,

    Thank you so much for your response. I appreciate the quick help!

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