wp-theatre icon indicating copy to clipboard operation
wp-theatre copied to clipboard

A free plugin to publish your events on a WordPress website. Perfect for theaters, music venues, cinemas and festivals.

Results 71 wp-theatre issues
Sort by recently updated
recently updated
newest added

Fix to: remove nonexisting transients from transient list (option THEATER_TRANSIENTS_OPTION). Steps to reproduce: * open Kalendar, some Productions and/or Events in Frontend * check existing transients - wp option get...

* The current HTML output of the production and event lists is heavily outdated. * Doesn't work very well on mobile devices. * Default CSS is still using floats and...

Similar to [#330](#330) I wanted to validate my ideas on data-migration. *Today:* **The new Block bindings API connected to existing post_meta.** This should help migrating the existing shortcodes, which use...

I just opened my first GitHub support ticket, regarding the error 500, I constantly get when requesting https://github.com/slimndap/wp-theatre/issues/320. This is the ticket https://support.github.com/ticket/personal/0/2610929

From all the [Shortcodes](https://github.com/slimndap/wp-theatre/wiki/Shortcodes#production-event-listing), `[wpt_productions]` seemed to be the best candidate to validate the [idea of using block-transforms](https://github.com/slimndap/wp-theatre/issues/320) on the existing shortcodes to migrate into the new era of blocks....

I haven't finished my research (https://github.com/slimndap/wp-theatre/issues/317) on the current implementation yet, but would like to start the discussion on this anyway. I think we should prepare a data model that...

I am listing my events like so: `[wpt_events]{{thumbnail|permalink}} {{datetime|permalink}} {{title|permalink}} {{remark}}[/wpt_events]` However I would like to have an `` around the entire generated `wp_theatre_event` markup. Is that possible?

Hi Jeroen Your theatre plugin works great ! I am using it on the website https://www.thecaretakers.ch/ with the latest WP 6.4.2 and PHP 8.1 - I have seen no compatibility...

I'm using event categories to create several custom event feeds work on different pages, but the assigned categories keep getting wiped out. The event categories are entered manually in the...

> [Run test after each commit. Cover as much of the plugin as possible, including any hooks that extensions rely on.](https://github.com/slimndap/wp-theatre/issues/319) I'm unsure about the existing *Travis* integration, also I...