Hi,
I am very interested in getting the pro plugin, but have a couple of questions.
I have added the basic plugin on the above website, but the calendar widget doesn’t have a colour fill for each of the dates that an event is on (just colours the date number) – really want it to have a background fill with white numbers… is this because it is the basic plugin and not the pro or do I have to set something up or is it due to my template (I am using a woo themes one)….
Also for ticketing, can you use something other than stripe – as it is not available in Australia as yet?
Also when someone books a ticket, can you send them a ticket via email with their purchase number?
Thanks in Advance – really love the look of this plugin, and I am keen to get it
Cheers
Phil
Phil
Also for the Events Agenda Widget is their any way to not display certain categories or events with certain tags….
We will have the situation where we hire out the hall for a private function – we would people to see on the calendar that the hall is booked (events would be Private Function), but we don’t want to display in the Events Agenda Widget on the Home Page… We would like just to display relevant community events….
Hope that makes sense!
Cheers
Phil
Phil
Hi Phil,
Glad you like the plug-in :). The default payment gateways for Pro are PayPal and Offline. Stripe is available as an additional extension – or, if you purchase a developer license, you get Stripe included for free. PayPal Pro (in case you want to use something other than Stripe to accept credit card payments on-site) is currently in the (internal) testing stage.
Regarding the widget calendar, by default it inherits the style of the ‘normal’ posts calendar. If you want to target the cell with a current event:
.widget_calendar table td.event{
background: #08C;
}
To target the date link:
.widget_calendar table td.event a{
colour: white;
}
The specifics will depend on your theme, but playing with those two should get what you want. They should go in your theme’s style.css
.
Unfortunately the agenda widget doesn’t support restrictions by category/venue. This may be revisited as it is long overdue for some improvements.
I hope that helps!
Stephen Harris