I am building a calendar here: finnskogtinget.no/?page_id=7 … mode=month
Since the wordpress page is fairly narrow - I am wondering if the events could “line break” so the entire name of the event would be visible.
My other question is: I have made some custom fields. And I would like them to appear in the tooltip. Is that possible?
My custom fields are like this:
if the events could “line break”
Not really, but you can define custom height for event bars, so they will always have enough space for 2 line of text. ( there is no auto-height, but fixed count of line can be shown )
And I would like them to appear in the tooltip. Is that possible?
You can define custom text template similar to the next
return "<span title='"+event.some_custom+"'>"+event.text+"</span>";
Also, you can set agenda view as default one - it works the best for a narrow view