Calendas

描述

  • Beautiful design
  • Light-weight
  • Fully customizable out of the box with easy configuration
  • Calendar block with several views
  • Upcoming Events: Block and Dashboard widget
  • Core technology: WP-API, Query Loop block integration
  • Responsive layout
  • Multilingual: Polylang and WPML
  • Venues
  • Organizers
  • Geocoding of address fields – powered by openstreetmap.org
  • Embedded Google Maps
  • Fast load time by making use of an intelligent caching method

Contribution?

  • The Plugin development can be followed via GitHub <3
  • We are happy to receive feature suggestions and pull requests: https://github.com/them-es/calendas

    External services

  • This plugin can embed a Google Maps iframe when lat/lng geocoordinates are specified by an editor.
  • Google Maps is a web mapping platform developed by Google. For more information on the data processing please visit: https://www.google.com/help/terms_maps/

屏幕截图

区块

该插件提供了 4 个区块.

  • Upcoming Events
  • New Event Modal
  • Plugin Settings Panel: Calendas Setup
  • Events

安装

  1. Upload the Plugin to the /wp-content/plugins/ directory.
  2. Activate it through the ‘Plugins’ menu in WordPress.
  3. (Optional) Activate the PRO add-on.
  4. Add a new page and include the Events block. Configure the calendar settings.
  5. Publish your first events.

常见问题

Where can I find the developer documentation?

Where can I get help?

Which calendar views are available?

  • You can choose between Month, Week, Day and List view (or even enable all of them).
  • The views can be configured in the block settings.
  • If you don’t want to use the provided Calendar block at all, just add a Query Loop block and select the post type “Events”. This basic core-only feature that may be sufficient for one or the other.

There are already several Events Calendar plugins on the market. Why did you develop a new plugin?

  • We believe that the majority of WordPress users are looking for a calendar solution that is simple, light-weight and future-proof. So we decided to start building a new plugin from scratch.
  • Our solution is easy to customize and uses a well-crafted code base with the latest WordPress technology that is fully compatible with the latest PHP version.
  • What’s more, it only makes use of really necessary dependencies, selected with care. Compare the file sizes of the plugins and you will notice a difference.

The calendar frontend looks really great. What’s the technology in use?

  • Most of the calendar frontend, including the Javascript logic is based on the “schedule-x” JS library (MIT).

Is the Plugin multilingual-ready?

  • Yes, the Plugin has been tested with Polylang and WPML.

How do I change the color scheme?

  • You can define a primary color in the Events Calendar block via a color picker.
  • If you require additional customization, you need to modify your stylesheet.

Can I create organizers and venues?

  • Yes, these have been integrated as custom posts, ensuring you full flexibility.
  • Once setup the posts can be assigned to your events.

Can I create recurring events?

  • Making an event recurring is possible in the PRO add-on.

How do I migrate my existing events from third-party plugins?

  • Currently only “The Events Calendar” auto-migrations with relevant data are supported.
  • But you can always use the easy spreadsheet-importer to bulk-import events, venues and organizers.
  • Please understand that this feature can only be carried out with the PRO add-on.

Is it possible to add a contact form to my events?

  • You have full control over the content in the Block editor and of course you can also add a contact form there.
  • Additionaly you can use PHP filters to add custom content or similar.

Do you accept code contributions?

  • Yes. This is an Open Source project, so bug fixes, useful code additions or integrating automated tests, that could improve quality and make development easier, are more than welcome. You can find all information on https://them.es/plugins/calendas and in our Github profile https://github.com/them-es.
  • The plugin has been uploaded to the WordPress plugin directory, so please make sure you follow the WordPress Coding Standards and document your code accordingly.
  • Please understand that we are strong advocates of the KISS principle, meaning that our main goal is to keep everything as simple as possible. This means that not all sophisticated pull requests can be considered for inclusion. Sometimes it’s better to just create an add-on plugin or similar.

What features are available in the PRO version? Where can I purchase it?

  • Migration of Events, Organizers and Venues from “The Events Calendar”.
  • Recurring Events.
  • Duplicating Events.
  • Customizable Block Templates with Full Site Editing.
  • Please go to https://them.es/plugins/calendas to purchase a lifetime license.
  • Priority support via https://them.es/support

评价

此插件暂无评价。

贡献者及开发者

「Calendas」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Calendas」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Calendas」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.9.5

  • Bugfix: Wrong selector in handleEndChange() value update
  • Include provided email address in organizer post
  • Add antispambot() function to email output
  • Improve styling in the “New Event” modal
  • Rename “New Event” block to “New Entry Modal”
  • Replace all block CSS files with SCSS

0.9.4

  • Add a “New Event” modal to walk through initial events creation (this has been extracted from the PRO version and is now also available in the FREE version)

0.9.3

  • Don’t allow end date < start date
  • Google Maps output requires the addition of an iframe HTML tag to wp_kses_post
  • Remove id attributes from panel controls and let Gutenberg take care of applying labels internally
  • Update internal automated tests

0.9.2

  • Refactoring and style updates
  • Query Loop block: Improve HTML output of event datetime and ensure block style customizations are retained
  • Replaced some wrong gettext handles
  • Updated GitHub documentation
  • Updated all dependencies

0.9.1

  • Fix PHP fatal error in venue address output
  • The Upcoming Events widget now only displays upcoming events

0.9.0

  • Initial Release – see announcement post on https://them.es/support for more information
  • Created a GitHub repository with all development sources