A WordPress plugin for managing and displaying events from a BMLT root server.
The plugin includes documentation for the dynamic CSS classes used in the Event Card component. This helps developers understand and customize the appearance of events on their site.
This plugin does not include a built-in CSS editor. To style the event cards, you need to use another plugin like "Simple Custom CSS" or add CSS to your theme's stylesheet. The documentation is provided to help you understand which CSS classes are available for styling.
The CSS documentation is available in the WordPress admin area under the Mayo menu. It includes:
- Dynamic classes generated based on event properties
- Examples of how to customize the appearance
You can customize the appearance of events by adding CSS rules to your theme or using a custom CSS plugin. The documentation provides examples of common customizations, such as:
- Styling specific categories or tags
- Customizing the appearance of different event types
- Adding styles for specific service bodies
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository
-
Install dependencies:
npm install
-
Build the plugin:
npm run build
-
Start the development server:
npm run dev
-
Make changes to the code
-
Rebuild the plugin as needed
This project is licensed under the GPL v2 or later.