Plugin Author
Barry
(@barryhughes-1)
Do you mean the calendar widget shortcode?
[event_rocket_calendar]
You can certainly customize it if so, but since the shortcode is merely a wrapper around the widget you’d be best off by treating this as a widget customization.
Check out the Themer’s Guide for more on this topic:
theeventscalendar.com/knowledgebase/themers-guide
Yes that’s right I am using [event_rocket_calendar] which gives me this http://americantaxlienservices.com/auctionlist/ what I also wanting is the post content – like so , so here on hover the content of the event is displayed.
I already have a custom month/content.php – so do you mean I will need to adjust widgets/list-widget.php?
Plugin Author
Barry
(@barryhughes-1)
Probably one or both of:
- pro/widgets/mini-calendar-widget.php
- pro/widgets/modules/single-event.php
Depending on what you want to change exactly and if you still need the original behaviour in other contexts 🙂
Thanks Barry, single-event.php will do it – adding the_content() outputs what I need.