Timetable Responsive Schedule for WordPress

Timetable Responsive Schedule for WordPress is a powerful and easy-to-use schedule plugin for WordPress. It will help you to create a timetable view of your events in minutes. It is perfect for gym classes, school or kindergarten classes, medical departments, nightclubs, lesson plans, meal plans etc. It comes with Events Manager, Event Occurrences Shortcode, Timetable Shortcode Generator and Upcoming Events Widget.

Full List Of Features

  • Build a Timetable In Minutes!
  • 100% Responsive and Mobile Compatible
  • Unlimited Timetables, Events And Occurrences Of Events
  • Grouping Of Events That Occur In The Same Time Intervals
  • Event Tooltips
  • Event Filtering
  • Columns/Weekdays Menu Allows To Translate Column/Weekday Names To Your Language
  • Events
    • Events In a Form Of Custom Post Type With Ability To Define Title, Subtitle And Description Content
    • Ability To Define Custom Event Colors Including Hovers
    • Ability To Define Custom URL For An Event
    • Ability To Disable Event URL (Create Unclickable Events)
    • Unlimited Number Of Event Occurrences (Event Hours)
    • Ability To Define Column/Weekday, Start / End Hour For Each Event Occurrence (Event Hours)
    • Two Additional Description Fields For Each Event Occurrence (Event Hours) With HTML Support
    • Optional Tooltip Description Field For Each Event Occurrence (Event Hours) With HTML Support
    • Optional Category Field For Each Event Occurrence (Event Hours)
    • Ability To Edit / Delete Event Occurrences With Ease
  • Timetable Shortcode Generator
    • Ability To Choose The Events That Are To Be Displayed In Timetable
    • Ability To Choose Hour Categories That Are To Be Displayed In Timetable (e.g. Only Morning Or Night Events)
    • Ability To Choose Columns/Weekdays That Are To Be Displayed In Timetable
    • Choose Between Dropdown Menu and Tabs For Event Filtering Menu
    • Define Custom Text Label For All Events
    • Custom Time Formats To Choose From Including 12/24 Hour Formatting
    • Ability To Hide Column With Hours
    • Ability To Show Only Start Hour Or Both Start And End Hour In Timetable
    • 3 Different Layouts For Event Displaying
    • Ability To Hide Rows Without Events In Timetable
    • Ability To Disable Event URL In Timetable (Nonclickable Events)
    • Custom Text Align For Event Displaying
    • Unlimited Timetables On A Single Page Via Id's
    • Customizable Row Height In Pixels
    • Responsive Mode On / Off Setting
    • Live Shortcode Generator - Just Copy Generated Shortcode And Paste It To Your Post
    • Ability To Edit Existing Shortcode Snippets - Just Copy Shortcode From Your Post And Paste It To Shortcode Generator Under Settings / Timetable
  • Upcoming Events Widget
    • Display Today Upcoming Events Or All Upcoming In A Form Of Scrollable List
    • Ability To Define Number Of Events To Display
    • Ability To Define Custom Time Format
    • Server Time Or Database Time Based
    • Support For Timezone
    • Auto Scroll Feature
    • Build-In Color Picker
  • Build-In Color Picker
    • Ability To Choose A Color For Event Background
    • Ability To Choose A Color For Event Description Text And Hours
    • Ability To Choose A Color For Background And Text Hovers
    • Ability To Choose A Color For Timetable Odd / Even Rows
    • Ability To Choose A Color For Filterable Menu
  • Font Configurator
    • Ability To Enter a Custom Font Name
    • Ability To Choose From a Google Font Library With Hundreds Of Fonts To Choose From
    • Font Size Configurator
  • Valid HTML5 Code
  • Crossbrowser Compatible
  • Documentation Included

Shortcodes

Timetable

You can display timetable with your events by using below shortcode:

[tt_timetable]

This shortcode can be configured under Settings->Timetable in your WordPress admin area.

Examples:

MediCenter Theme style timetable:

[tt_timetable event='cardio-fitness,open-gym,body-building,zumba,boxing,crossfit' show_end_hour='1' event_layout='3' box_bg_color='3156A3' box_hover_bg_color='42B3E5' box_hours_txt_color='A6C3FF' filter_color='3156A3' text_align='left' font_custom='Arial' font_size='11']

GymBase Theme style timetable:

[tt_timetable event='cardio-fitness,open-gym,body-building,zumba,boxing,crossfit' filter_style='tabs' show_end_hour='1' event_layout='3' row1_color='C5C5C5' box_bg_color='409915' box_hover_bg_color='FFFFFF' box_hover_txt_color='000000' box_hours_hover_txt_color='000000' filter_color='409915' font_custom='Arial' font_size='11']


Event hours

You can display event hours boxed list by using below shortcode:

[tt_event_hours]

Available shortcode parameters:

Parameter Default value Description
event_id Specifies the event id. Example:
[tt_event_hours event_id='2']
If it's not defined the id of the current post/event will be used.
title Event Hours Specifies the title of the hours list. Example:
[tt_event_hours title='Fitness Hours']
time_format H.i Specifies the time format (Documentation on date and time formatting) for list hours. Example:
[tt_event_hours time_format='g:i a']
class Specifies custom css class/classes for event hours list. Example:
[tt_event_hours class='customcssclass othercustomcssclass']
hour_category Specifies the hour category/categories to be displayed. Hour categories can be defined for each hour on event edit page in your admin area under 'Event hours' box. Example:
[tt_event_hours hour_category='morning,evening']
text_color Specifies text color. Example:
[tt_event_hours text_color='#000']
border_color Specifies border color for event hours box. Example:
[tt_event_hours border_color='#cc0ecc']
columns Specifies the columns for hours to be displayed. Example:
[tt_event_hours columns='friday']
timetable_page_id Specifies id of the timetable page for booking button redirection. Example:
[tt_event_hours timetable_page_id='23']
show_booking_button no Specifies display of the booking button. Example:
[tt_event_hours show_booking_button='yes']
show_available_slots no Specifies display of the event booking available slots. Example:
[tt_event_hours show_available_slots='yes']
available_slots_singular_label {number_available}/{number_total} slot available Specifies singular label for available slots. Example:
[tt_event_hours available_slots_singular_label='{number_available}/{number_total} available']
available_slots_plural_label {number_available}/{number_total} slots available Specifies plural label for available slots. Example:
[tt_event_hours available_slots_plural_label='{number_available}/{number_total} available']
booking_label Book now Specifies booking button label. Example:
[tt_event_hours booking_label='Order now']
booked_label Booked Specifies booked event label. Example:
[tt_event_hours booked_label='Already booked']
unavailable_label Unavailable Specifies unavailable event label. Example:
[tt_event_hours unavailable_label='Not available']
booking_text_color FFFFFF Specifies booking button text color. Example:
[tt_event_hours booking_text_color='000000']
booking_bg_color 05BB90 Specifies booking button background color. Example:
[tt_event_hours booking_bg_color='FFFFFF']
booking_hover_text_color FFFFFF Specifies booking button hover text color. Example:
[tt_event_hours booking_hover_text_color='000000']
booking_hover_bg_color 07B38A Specifies booking button hover background color. Example:
[tt_event_hours booking_hover_bg_color='FFFFFF']
booked_text_color AAAAAA Specifies booking button text color for booked label. Example:
[tt_event_hours booked_text_color='000000']
booked_bg_color EEEEEE Specifies booking button background color for booked label. Example:
[tt_event_hours booked_bg_color='FFFFFF']
unavailable_text_color AAAAAA Specifies booking button text color for unavailable label. Example:
[tt_event_hours unavailable_text_color='000000']
unavailable_bg_color EEEEEE Specifies booking button background color for unavailable label. Example:
[tt_event_hours unavailable_bg_color='FFFFFF']
available_slots_color 34495E Specifies text color for available slots. Example:
[tt_event_hours available_slots_color='000000']


Items list

You can use this shortcode to display items/features list on event details page.

[tt_items_list]
	[tt_item]Consectetur adipiscing elit[/tt_item]
	[tt_item]Pulminare dosis gravida[/tt_item]
	[tt_item]Terminal metro[/tt_item]
[/tt_items_list]

Available [tt_items_list] shortcode parameters:

Parameter Possible values Description
class Specifies the custom css class for the list.


Available [tt_item] shortcode parameters:

Parameter Possible values Description
type (default)
info
Specifies the type of the list item. By default list with tick icons will be displayed. With info parameter labeled list without icon will be displayed. Example:
[tt_item type="info" value="185-190 pounds"]Weight[/tt_item]
value Specifies the value for item. Value will be displayed on the right next to item label. Example:
[tt_item type="info" value="185-190 pounds"]Weight[/tt_item]
text_color Specifies text color for the item:
[tt_item text_color='#000' value="185-190 pounds"]Weight[/tt_item]
border_color Specifies border color for the item. Example:
[tt_item border_color='#cc0ecc' value="185-190 pounds"]Weight[/tt_item]


Columns

You can create columns layout with [tt_columns] shortcode. Example:

[tt_columns]
	[tt_column_left]
		Column left content
	[/tt_column_left]
	[tt_column_right]
		Column right content
	[/tt_column_right]
[/tt_columns]

Available [columns] shortcode parameters:

Parameter Possible values Description
class full_width Specifies the custom class for the columns layout. Example:
[tt_columns class="customcssclass"][/tt_columns]

CSS Styles

The plugin uses the following cascade of styles (in order):

  • style.css - default styles for timetable,
  • responsive.css - styles for responsive design,
  • superfish.css - default styles for event filter menu,
  • event_template.css - default event page styles.

Upcoming Events widget

You can use Upcoming Events widget to display upcoming events in sidebar as scrolling list. You can do that in your WordPress admin area under Appearance->Widgets.

Credits

Icons

All icons by QuanticaLabs. Icons are an integral part of this plugin, please do not use it separately for other purposes.

Images

Images that are an integral part of this plugin, please do not use it separately for other purposes:

All images under Creative Commons Attribution 2.0 Generic (CC BY 2.0) for commercial use.
No Derivative Works or Share-Alike conditions waived by permission of copyright holders.

Changelog

30 March 2023, ver. 7.2

  • Fix for SQL query error under WordPress 6.2.
class/db.class.php
class/event-hour.class.php

27 February 2023, ver. 7.1

  • Yoast SEO icons available on events list view in admin area.
  • Fix for conflict with Divi theme.
  • Fix for fonts list loading issue in admin area.
post-type-events.php
shortcode-timetable.php
timetable.php
widget-upcoming-events.php

22 December 2021, ver. 7.0

  • Fix for js conflict in admin area.
admin/js/timetable_admin.js

09 December 2021, ver. 6.9

  • Fix for dummy content import issue on PHP8.
  • Minor code improvements.
timetable.php
admin/js/timetable_admin.js
importer/wordpress-importer.php
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po
languages/timetable-nl_BE.mo
languages/timetable-nl_BE.po
langauges/timetable-nl_NL.mo
langauges/timetable-nl_NL.po
--- new files ---
langauges/timetable-it_IT.mo
langauges/timetable-it_IT.po

03 September 2021, ver. 6.8

  • New 'Send From' option added under email config.
  • Minor code improvements.
admin-page-email-config.php
shortcode-timetable.php
timetable.php
admin/js/timetable_admin.js
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po
languages/timetable-nl_BE.mo
languages/timetable-nl_BE.po
langauges/timetable-nl_NL.mo
langauges/timetable-nl_NL.po

27 May 2021, ver. 6.7

  • Dompdf library update.
  • Security improvements.
admin-page.php
admin-page-email-config.php
admin-page-event-post-type.php
admin-page-google-calendar.php
admin-page-import-dummy-data.php
pdf-template.php
post-type-events.php
post-type-weekdays.php
shortcodes.php
shortcodes-timetable.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
admin/js/timetable_vc.js
class/bookings-list.class.php
class/sp-bookings.class.php
importer/parsers.php
importer/wordpress-importer.php
js/timetable.js
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po
languages/timetable-nl_BE.mo
languages/timetable-nl_BE.po
langauges/timetable-nl_NL.mo
langauges/timetable-nl_NL.po
libraries/dompdf/ directory
--- removed directory ---
fonts/

29 March 2021, ver. 6.6

  • Unnecessary Dompdf library cache files removed.
libraries/dompdf/lib/fonts/ directory

16 March 2021, ver. 6.5

  • Dompdf library update.
  • Fix for 'Syntax error, unrecognised expression: #' js error.
timetable.php
js/timetable.js
libraries/dompdf/ directory

16 March 2021, ver. 6.5

  • Dompdf library update.
  • Fix for 'Syntax error, unrecognised expression: #' js error.
timetable.php
js/timetable.js
libraries/dompdf/ directory

20 October 2020, ver. 6.4

  • Minor code improvements.
post-type-event.php
google-calendar.class.php

04 September 2020, ver. 6.3

  • Minor code improvements.
shortcode-timetable.php
admin/js/timetable_admin.js
style/style.css

14 August 2020, ver. 6.2

  • Compatibility with WordPress 5.5 added.
  • Minor code improvements.
timetable.php
js/jquery.ba-bbq.min.js
js/jquery.qtip.min.js
langauges/timetable-nl_NL.mo
langauges/timetable-nl_NL.po
style/jquery.qtip.css
style/style.css

06 August 2020, ver. 6.1

  • Fix for shortcode generator issues.
  • Minor code improvements.
post-type-events.php
admin/js/timetable_admin.js
class/db.class.php
js/jquery.ba-bbq.min.js
style/style.css
--- new files ---
langauges/timetable-nl_NL.mo
langauges/timetable-nl_NL.po

30 January 2020, ver. 6.0

  • Event filter by category in admin area events list added.
  • Issue with hover shortcode colors fixed (Forum topic).
  • Issue with pdf file generation fixed.
  • Issue with color settings when pasting shortcode in the generator fixed.
  • Issue with bookings export fixed.
  • Minor code improvements.
post-type-events.php
shortcodes.php
shortcode-timetable.php
timetable.php
admin/js/timetable_admin.js
class/google-calendar.class.php
class/sp-bookings.class.php
dummy-content-files/dummy-timetable.xml
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po
languages/timetable-nl_BE.mo
languages/timetable-nl_BE.po

01 April 2019, ver. 5.9

  • Fix for guest booking fields configuration options.
  • Minor code improvements.
shortcode-timetable.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
admin/js/timetable_vc.js
class/sp-bookings-class.php
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po
style/event_template.css
style/superfish.css

15 January 2019, ver. 5.8

  • Fix for loading plugin scripts in WordPress dashboard.
timetable.php
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po

09 January 2019, ver. 5.7

  • Admin will now receive email notification, when client cancels booking.
  • Fix for dummy data import issue in WP 5.0.
  • Fix for button 'Generated PDF' custom colors issue.
  • Small bug fixes.
shortcode-timetable.php
timetable.php
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po

06 December 2018, ver. 5.6

  • New feature allows to export event hours to Google Calendar.
  • New feature allows to export bookings to CSV file.
  • New option 'Allow user booking' in timetable shortcode.
  • New option 'Default booking view' in timetable shortcode.
  • New option allows display 'Terms and conditions' checkbox in the guest booking form.
  • Added optional DejaVu Sans font that solves rendering issues with extended characters in PDF file.
  • Fixed issue with including links in event hour description.
  • Minor code fixes.
admin-page-email-config.php
admin-page-event-post-type.php
admin-page.php
pdf-template.php
post-type-events.php
post-type-weekdays.php
shortcode-timetable.php
shortcodes.php
timetable.php
admin\js\timetable_admin.js
admin\js\timetable_vc.js
admin\style\style.css
js\timetable.js
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
languages/timetable-fr_FR.mo
languages/timetable-fr_FR.po
style\style.css
--- new files ---
admin-page-google-calendar.php
class\bookings-list.class.php
class\db.class.php
class\event-hour.class.php
class\event.class.php
class\google-calendar.class.php
class\post.class.php
class\sp-bookings.class.php
class\weekday.class.php
libraries\dompdf\lib\fonts\DejaVuSans-Bold.ttf
libraries\dompdf\lib\fonts\DejaVuSans-Bold.ufm
libraries\dompdf\lib\fonts\DejaVuSans-Bold.ufm.php
libraries\dompdf\lib\fonts\DejaVuSans.ttf
libraries\dompdf\lib\fonts\DejaVuSans.ufm
libraries\dompdf\lib\fonts\DejaVuSans.ufm.php
--- removed files ---
booking.class.php
bookings-list.class.php
sp-bookings.class.php
tt-db.class.php

05 July 2018, ver. 5.5

  • New 'Timetable Bookings' panel that displays a list of all bookings.
  • New option that allows guests to make a booking.
  • New option 'Slots per user' allows to specify how many slots user can book.
  • Available slots label now can show the number of taken slots.
  • Event hours shortcode allows to display booking button and available slots label.
  • Dummy data update.
  • Bug fixes and code improvements.
admin-page-email-config.php
admin-page.php
post-type-events.php
shortcode-timetable.php
shortcodes.php
timetable.php
admin\js\timetable_admin.js
admin\js\timetable_vc.js
dummy-content-files\dummy-timetable.xml
js\timetable.js
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
style\responsive.css
style\style.css
--- new files ---
booking.class.php
bookings-list.class.php
sp-bookings.class.php
tt-db.class.php
js\jquery.qtip.min.js
style\jquery.qtip.css

30 March 2018, ver. 5.4

  • Update of plugin dummy data content.
  • Minor code fixes.
admin-page-import-dummy-data.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
dummy-content-files/dummy-timetable.xml
dummy-content-files/event_hours.sql
style/event_template.css

09 February 2018, ver. 5.3

  • New option allows to display timetable list view in desktop mode.
  • New options allows to configure labels for 'Available slots' information.
  • New options allows to configure colors for 'Generate PDF' button.
  • Update of 'Copy to clipboard' feature in 'Shortcode Generator' panel.
  • Fix for Event Categories error occuring after setting slug with spaces or capital letters.
  • Corrected issues occuring in RTL mode.
  • Fixed issues occuring when multiple tables were displayed on a page.
  • Fixed bug that prevented user from clicking event link, when booking hover button was enabled.
  • New version of dompdf library included.
  • Small code fixes.
admin-page-email-config.php
admin-page.php
shortcode-timetable.php
timetable.php
admin/js/timetable_admin.js
admin/js/timetable_vc.js
admin/style/style.css
js/timetable.js
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
style/event_template.css
style/responsive.css
style/style.css
--- new files ---
admin/js/clipboard.min.js
--- removed files ---
admin/js/ZeroClipboard.min.js
admin/js/ZeroClipboard.swf
--- replaced directories ---
libraries/dompdf/

23 December 2017, ver. 5.2

  • Fix for booking popup bug occuring on Android devices.
  • Minor code and style fixes.
js/timetable.js
style/responsive.css
style/style.css

21 December 2017, ver. 5.1

  • Fix for incorrect PDF rendering.
  • Minor code fixes.
shortcode-timetable.php
timetable.php
js/timetable.js
style/responsive.css
style/style.css
--- removed files ---
libraries/dompdf/lib/fonts/ all files with .ttf, .ufm and ufm.php extensions
libraries/dompdf/lib/fonts/dompdf_font_family_cache.php

20 December 2017, ver. 5.0

  • New feature allows to book events.
  • New feature allows to export timetable as PDF file.
  • New option allows to use colors in responsive mode.
  • Event template can now be overridden from a child theme.
post-type-events.php
timetable.php
admin/js/timetable_admin.js
admin/js/timetable_vc.js
admin/style/style.css
dummy-content-files/event_hours.sql
js/timetable.js
languages/timetable-cs_CZ.mo
languages/timetable-de_DE.mo
languages/timetable-default.mo
languages/timetable-cs_CZ.po
languages/timetable-de_DE.po
languages/timetable-default.po
style/responsive.css
style/style.css
--- new files ---
admin-page-email-config.php
admin-page-event-post-type.php
admin-page-import-dummy-data.php
admin-page.php
pdf-template.php
shortcode-timetable.php
--- new folders ---
fonts/
libraries/

09 August 2017, ver. 4.0

  • Single pages for "Timetable column" are disabled.
  • Fix for conflict with Visual Composer plugin.
  • Fix for XSS vulnerability.
post-type-weekdays.php
timetable.php
js/timetable.js

06 February 2017, ver. 3.9

  • Fix for 'Cannot redeclare class upcoming_events_widget' error.
widget-upcoming-events.php

02 September 2016, ver. 3.8

  • New 'shortcode_id' parameter supported by [tt_timetable] shortcode.
  • Several bug fixes.
event-template.php
post-type-events.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_vc.js
admin/style/style.css
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
--- new files ---
languages/timetable-cs_CZ.mo
languages/timetable-cs_CZ.po

20 January 2016, ver. 3.7

  • New feature allows to save shortcodes for later use.
  • Events post type can now be configured (e.g. different slug).
  • Mobile mode allows to display Description 1 and 2 fields.
  • Mobile mode allows to expand/collapse event hours.
  • Fix for filter bug occuring when special characters were used.
  • Fix for empty timetable bug occurring when event name was using special character.
post-type-events.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
admin/style/style.css
js/timetable.js
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
style/responsive.css
style/style.css
--- new files ---
admin/js/timetable_vc.js

29 October 2015, ver. 3.6

  • Bug fix: wrong events displayed in 'Upcoming Events' widget when 'Display settings' option is set to 'all upcoming'.
widget-upcoming-events.php

28 October 2015, ver. 3.5

  • Visual Composer v4.8 compatibility added.
  • Minor code fixes.
timetable.php
widget-upcoming-events.php
event_template.css

16 July 2015, ver. 3.4

  • Filter kind option now allows to filter both by event and event category
  • New option 'Event featured image' in 'Upcoming Events' widget
  • Fix for Google Fonts issue in Timetable shortcode generator panel
  • Small code improvements
shortcodes.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
admin/style/style.css
js/timetable.js
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
style/event_template.css
style/responsive.css
style/style.css

28 April 2015, ver. 3.3

  • New 'Hour categories' parameter for 'Upcoming Events' widget
  • Support for Visual Composer editor
  • Small code improvements
post-type-weekdays.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
admin/style/style.css
languages/timetable-de_DE.mo
languages/timetable-de_DE.po
languages/timetable-default.mo
languages/timetable-default.po
--- new files ---
admin/images/timetable.png

01 April 2015, ver. 3.2

  • Fix for 'Call to undefined function get_current_screen()' error
  • Fix for wrong event hours order in some cases
post-type-weekdays.php
timetable.php

06 February 2015, ver. 3.1

  • New option: Hide 'All Events' view
  • Auto-generated order value for new columns
post-type-weekdays.php
timetable.php
admin/js/timetable_admin.js
languages/timetable-default.po
languages/timetable-default.mo
style/style.css

29 December 2014, ver. 3.0

  • Support for RTL mode added.
event-template.php
shortcodes.php
timetable.php
widget-upcoming-events.php
admin/js/timetable_admin.js
admin/style/style.css
languages/timetable-default.po
languages/timetable-default.mo
style/event_template.css
style/responsive.css
style/style.css

17 October 2014, ver. 2.8

  • Themes compatibility improvements
  • Code improvements
post-type-events.php
timetable.php
js/timetable.js

03 October 2014, ver. 2.7

  • Bug fix (some hours has not been visible in the timetable)
  • Small code and css improvements
post-type-events.php
timetable.php
style/event_template.css
style/style.css

19 August 2014, ver. 2.6

  • 'Current events' option added to upcoming events widget
  • Small code and css improvements
timetable.php
widget-upcoming-events.php
style/style.css

30 July 2014, ver. 2.5

  • Small code and css improvements
post-type-events.php
timetable.php
style/style.css
style/superfish.css

03 July 2014, ver. 2.4

  • New event block layout added (without hours)
  • Bug fixes and small code improvments
post-type-events.php
timetable.php
style/style.css

10 June 2014, ver. 2.3

  • Few small code improvements
post-type-events.php
timetable.php
widget-upcoming-events.php
js/timetable.js
style/event_template.css
style/style.css

10 April 2014, ver. 2.2

  • Compatibility with MediCenter and GymBase themes, now plugin can be installed without conflicts ([timetable] shortcode changed to [tt_timetable])
  • Weekdays changed to Timetable columns in admin area (weekday parameter changed to columns parameter)
  • New sample tables can be imported
  • 'Custom css' parameter added
  • Small css improvments
post-type-weekdays.php
shortcodes.php
timetable.php
admin/js/timetable_admin.js
style/event_template.css
style/responsive.css
style/style.css

08 April 2014, ver. 2.1

  • New event block layout (which is displaying only start hour in timetable)
  • Logic change for weekdays order parameter (from now Monday: order 1, Tuesday: order 2, Sunday: order 7) (was: Monday: order 2, Tuesday: order 3, Sunday: order 1)
  • Bug fix: missing events when using event categories filter kind
post-type-events.php
shortcodes.php
timetable.php
widget-upcoming-events.php
style/style.css

02 April 2014, ver. 2.0

  • Measure parameter added. You can choose between: Hour (1h), half hour (30min) and quarter hour (15min) measure
  • Event categories parameter added
  • Filter kind parameter added. You can filter timetable by event or event category now
timetable.php
admin/js/timetable_admin.js
languages/timetable-default.po
style/style.css

25 March 2014, ver. 1.5

  • Fix for event link settings in responsive timetable mode
  • Style improvements for Upcoming Events widget
  • New carousel plugin version for Upcoming Events widget
timetable.php
js/timetable.js
style/event_template.css
style/responsive.css
--- new files ---
jquery.carouFredSel-6.2.1-packed
--- removed files ---
jquery.carouFredSel-5.6.4-packed

17 March 2014, ver. 1.4

  • Localization issue fix
timetable.php

14 March 2014, ver. 1.3

  • Localization issue fix
timetable.php

12 March 2014, ver. 1.2

  • Small fix for hours box background color
  • 'Custom event url' from event settings is now respected in Upcoming Events widget
timetable.php
widget-upcoming-events.php
style/event_template.css

06 March 2014, ver. 1.1

  • Fix for bootstrap conflict on tooltip
  • 'Custom event url' and 'Disable event url' options added to Upcoming Events widget
timetable.php
widget-upcoming-events.php
js/timetable.js
style/responsive.css
style/style.css

03 March 2014, ver. 1.0

  • First release

Support

Support for all our items is conducted through our Support Forum.
Please register an account and search the forum or create a new topic, we'll answer as soon as possible.

We're in GMT +1 and we aim to answer all questions within 24 hours (Monday – Friday). In some cases the waiting time can be extended to 48 hours.
Support requests sent during weekends or public holidays will be processed on next Monday or the next business day.