1244 comments found.
What happens when 2 entries have same day and time? Can I see a layout example somewhere?
Will be grouped together. Please take a look at CrossFit and Zumba events at the bottom of timetable in live preview.
Very nice tool!
I wonder if this could be made a calendar. On first view I searched for a button to show “Next week” before I realized, that this is just a tool for showing a table of recurring events with fixed time slot.
Any plans to add such functionality? Would surely be one of the best calendars out there.
Thank you! Right now I’m not planning to extend it of calendar view. But in the future – maybe
Thank you for your thoughts!
Your response to vellatechie above is very interesting. Maybe this tool is quite versatile and a calendar view could be “faked”.
Will purchase and start to experiment.
Ok, let me know your thoughts then.
Basically our events are not recurring every week. We need a table, that shows a week or a month but let’s a visitor navigate to the next week/month. In addition viewing a single course together with it’s planned times during the coming months would be good. Right now this nice timetable is based on events, that are in fixed timeslots.
You should be able to archive this with creating many timetables and links between them. You can use categories, choose events to display, choose weekdays, you can also categorize hours and then set appropriate filters in shortcode.
You might be right. What about using a tabs plugin and insert a timetable in every tab content. Can you probably confirm, that the shortcode could be inserted in Visual Composer?
Installed but there is no “Event” menu item in the admin of WP, only Weekdays. Any idea?
This may be ‘menu_position’ value conflict. Please open post-type-events.php file and replace line 26:
"menu_position" => 20,with:
"menu_position" => 30,
That did the trick.
Never had something like this. Shouldn’t such problem be handled by WP itself?
Unfortunately WP doesn’t handle that. This conflict is rare, I’ll consider to code some workaround for this in the future.
Thanks, it should at least make sure, that two related menu items are placed next to each other. The fix above resulted in having both separated. 
Anyway, great tool as far as I can see already.
You can try 21, instead of 30. Thank you!
I tested it with the Total theme of WPExplorer. When weekdays is set to position 20, events only show up from 27 onwards. Now I use 27/28 for the two post types.
Ok, thank you for sharing this information. Btw. If you would like to give a feedback on plugin, please take a moment and rate it in your Downloads section.
When clicking a tab the screen jumps to bring the table in view. Could this be deactivated? It moves the category line to the top of the window but on my site the categories get hidden behind a fixed top menu.
Yes, please open timetable.js file and remove or comment line 3:
$("html, body").animate({scrollTop: $("#"+$(ui.newTab).children("a").attr("id")).offset().top}, 400);
Thanks! May I propose an improvement: It would really help a lot, if a created table could be saved and modified later. As far as I can see now modifying an exsting table is only possible by changing parts of the complex shortcode or creating the whole thing new. Why not save a created table with an ID? This would also make the actual shortcode less complex and no editor could destroy parts of it. 
You can paste your current shortcode into ‘Shortcode’ textfield and form will be filled with shortcode params, then you can edit.
Ah, didn’t see this. Thanks!
My concern though is what to do, if an editor deletes or destroys the shortcode. There is no easy way to restore it.
If you have some complex shortcode you can save it in some txt file for future use. I’m not planning to add storing shortcode params in database. You may also use page/post WP revision history to restore some destroyed content.
Thanks for letting me know. Will try to integrate it into our workflow. 5 stars from here! 
Thanks! 
Hello… Right now in the demo there are multiple events on a single day ie WEEK VIEW.. is it possible to have it Month view first?.. For Example the first timetable will ahve a MONTH with 30/31 blocks for each day and when you click on the day you get all the events.. I will basically have one odd event every 7-10 days so current demo is bit too detailed for me. Can you show me how itl look with more events spread across few months.. Regards
Hello,
You can replace weekdays with month days and add links to week view/views then (you can have as many timetables as you need). Month view will look similar, table will have more columns then. Basically you don’t need to use weekday names as column headers, you can use any label there and you can have as many columns as you need.
Can you show me a demo or admin panel to play with? Ill buy it right away.. Really impressed that youre supporting some of your plugins released 4 yrs back.. Regards
Please check screenshots here: http://codecanyon.net/theme_previews/7010836-timetable-responsive-schedule-for-wordpress?url_name=timetable-responsive-schedule-for-wordpress you can find there also screens from admin area. Basically in Weekdays section: http://codecanyon.net/theme_previews/7010836-timetable-responsive-schedule-for-wordpress?index=6&url_name=timetable-responsive-schedule-for-wordpress by default there are 7 weekdays which corresponding to the columns in timetable but you can add here more items and you can change names as well. Then in timetable shortcode configuration you can choose which weekdays (columns) should be displayed in the configured table.
QuanticaLabs releases another “table plugin”? this is sure to be quality 
Nice work!
Thank you a lot! 