Custom Buttons for Calendarize it!

Custom Buttons for Calendarize it!

Custom Buttons add-on for Calendarize it!

Custom Buttons for Calendarize it! is a free add-on that will allow you to easily insert custom buttons with the configurable label and button action for the Event Details Box and Venue Details Box.

If you use Community Events add-on you can insert a Custom Button in the Event Details Page, which can only be seen by the author of the event. Clicking the button will load the Community Events Edit Event option and allow the user to edit the event in the frontend.

Below you will see the shortcode. Replace the URL with the URL on your website where you have inserted the Community Events Edit Event shortcode. If you add the attribute is_author with the value 1. Only the author of the event can see the button.

[rhc_button label="Edit event" href="https://calendarize.it/wordpress-calendar-plugin/submit-events/?ID={eventid}" is_author="1"]

How to Download Free Premium Add-ons

We regularly update our plugins for continuous improvement and bug fixes, and we sincerely appreciate your support for our plugins. We want to thank our loyal customers who keep supporting us.

We are happy to introduce Free Premium Add-ons to all customers with valid License Certificate and Item Purchase Code.

Downloads

Go to the Downloads menu in Calendarize it! and download our free add-ons.

Client satisfaction is our ultimate goal, and we strive for excellence on each and every project. If you are not happy with your purchase or there is something you can’t figure out, do not hesitate to contact us through our Help Center.

Changelog

Version 1.0.7.80700 – July 6, 2017

  • New Feature: Added attribute is_author=”1″, which allows you to insert a button that is only visible to the author of the event.
  • New Feature: Added tag {eventid} which gets replaced with the Post ID of the template with the Event.

Version 1.0.6.78468 – April 12, 2017

  • Bug Fixed: On large sites, the Visual Composer component of the add-on is slowing down sites a second.

Version 1.0.5.67999 – February 18, 2016

  • New Feature: Added support for Custom Buttons in Visual Composer
  • Update: Modify the shortcode rhc_button so that it takes attributes postmeta_label indicating a meta field from which the href and label parameters are taken from
  • Compatibility Fix: Change classes where the constructor has the same name as the class to __construct (PHP 7 compatibility).