
80 comments found.
Can i set offset of view? When i have 1 event (start 10:00 end 11:00) and other 14:00+ (2pm+). A lot of users don’t scrol to right side.
For example: http://www.mkkladno.cz/rozvrh_hodin
-> TELOCVICNA 5.ZŠ
Hello, how to put a different color part of the timetable?
thank you very much
Hi,
What do you mean exactly? The timetable does not have custom styles / colors for events if that’s what you mean.
Best regards, Rik
As here http://www.mkkladno.cz/rozvrh_hodin there one event in pink, one blue etc.
Hi,
It appears that that customer has modified the timetable, because it’s not possible to style events independently with the original version.
Best regards, Rik
Hello, I would like to change the format of European hours, is it possible?
Thanks
it’s ok it was just put 24 as format
hi RikdeVos,
Can i use URL with SOAP for XML file ? cause i need connect with my DB to view schedule.
Thanks. BR
Hi,
I’m not sure what you mean with SOAP. As long as you can provide the script with an XML file (or a dynamic XML file that is generated from a DB for example), it should work.
Best regards, Rik
I purchased the WP version and love it. Love. It. I am not sure what the difference is between the non-WP and WP so I am reluctant to buy this as it isn’t ‘2.0’ like the WP version. The project I need this for isn’t done in WP. Are you planning to update this plugin to the same revision as the WP??
hi RikdeVos, I set start time 08:30 and end time 20:30 and interval:4 but it doesn’t show 08:30 on timeline it starts at 09:00 ?! what should i do? thanks
Hi,
That is very strange. Could you send me a link to the demo and a link to your XML file?
Best regards, Rik
?
?
Hi,
Please try setting the start of the timetable to 8:00 instead.
Best regards, Rik
Hi could you please help me with my ticket #181, thanks
My problem seems to be the same as another users but I don;t really understand your answer—doesn’t seem like your around anymore but hopefully another user can help
I always have a this error msg ”Error: there is an error in your XML file: timetable/xml/timetable2.php”
When i start <?php … RikdeVos RikdeVos Author 8 months ago Flag
Hi,
Yes, you can simply echo out the xml data within a php file. I think the problem you’re having is that you’re not opening the php file through the server. The URL to the php file echo’ing the xml should start with http://
Best regards, Rik
Hi,
I have answered your ticket on my support site.
Best regards, Rik
That did the trick, thanks s much
This is perfect for my project, it’s for online radio and I have created a way for my clients to set the timezone, and it works well, it sets <timetable start= to the current hour, so if it’s say 7:18 AM it will be set to <timetable start=7:00—always the top of the hour
The problem I have run into is it will not show the current show, if the show start time is before the timetable start time it will not show—
please see my demo http://32oneweb.com/website/?id=demo&style=black http://32oneweb.com/website/xml/GET.php?id=demoIt depends on the time of day you view, there is a active show right now but since it started at 6:00 and it’s now past 7:00 it will not display http://prntscr.com/2sd2iu
By the way, this is a amazing script A++ job
just purchased, is there a way to change the last hour from 24:00 to 0:00?
great product btw!
Hi,
Thanks! There is a loop somewhere in the code in timetable.class.php which outputs the hours.
Best regards, Rik
could you quote the exact line im looking for? im struggling to see it
also, id like to make my timetable wider and shorten my location width
So there are actually two bars with the time. One is in timetable.class.php at line 165, the other at line 193/195. It’s actually not possible to change the location width, but you can contact me at rik@rikdevos.com for a quote on how much this’ll cost.
Best regards, Rik
Hi,
Thanks for the great piece of code. I’ve never worked with XML, so I’m not sure how to set this up: I’m getting my variables in .php. I was wondering how I’ll transfer these php variables into xml? Right now I’ve tried to make a php file (instead of the XML file, it works great with a demo xml btw) and used SimpleXMLElement code for producing the XML file.
However it won’t get the right variables. I’m getting the following error: Call to a member function attributes() on a non-object in ../../timetable.class.php on line 525.
How would get my php variables into the XML the right way?
Hi,
First you’ll need to create a php file that’ll output the XML code. Now. you cannot simple use a PHP file as source as the PHP code inside will not be executed. Instead, use the http address as source when entering the XML file source (something like http://yoursite.com/xml_data.php ). Then, open timetable.class.php and remove the security I built in to prevent you from using http in the source.
Another way would be creating a simplexml object and adding the tags and data manually using function, have a google search on that if you want.
Best regards, Rik
Hello! Thanks for this great product! I have a quesion, is it possible to make location exchange positions with time (location on the horizontal line, and time on the vertical line) ? I have read the documentation, but I don’t find option about this.
Thanks : D
Hi,
Please purchase this product and then I can assist you with any issues you may have. If you have purchased it, please ask this question with the account you used to complete the purchase.
Best regards, Rik
I have some problems when I’m using popup element inside “tl_description_bottom”, if the size of popup is bigger than description box – it’s cut. Popup element generated by x-editable.
Thanks for help!
Hi,
Yes that’s a problem. Unfortunately I don’t really have a solution for you other than using a different popup plugin. Content usually doesn’t exceed the borders.
Best regards, Rik
Hello, Will the script work read here: http://www.pragueeventscalendar.com/exports/events/index/code/fc8bd48d-44cd-4245-8324-afcf75f38877
Many thanks
Hi,
The script uses a custom XML format, so it won’t work out of the box with that feed.
Best regards, Rik
Hello, is there a way to make the timeline responsive ( it will resize to iphone screen width, ipad screen width, etc)?
Thank you for this great script
?
Hey there! Awesome script!
I’m interested in using your timetable to create a booking system for gym classes.
If I creat each location as a Weekday, and each event as a class, I can do it, right? But I want to add a booking system “inside” each event. So, instead of opening the event details, can I add my own php code to create a reservation system? Or can you give me a quote on how much would it be to add this?
Like this one? Only better looking like yours…
http://www.reebokcrossfitbcn.com/horarios.phpThanks.
Any plans on upgrading this to work in a responsive theme? As it stands now, you can’t really use it and show it to clients if you have a responsive website because it does not look right.
Hi,
When the page loads, Timetable will scale automatically to the width of its parent element. When, however, the parent element’s width changes (due to the browser window being scaled for example), Timetable’s width will not scale live. It’s only until you refresh the page that Timetable will re-calculate its width and scale accordingly. Timetable is built this way to make it faster and more lightweight, while still retaining its functionality to work in any width.
Best regards, Rik
Hi Rik
The responsive function is very important I think, but not working at all at the moment. This due the fact the width is scaling to the width of the page. But in many responsive themes after the page is loading, the page will adjust. This means the width is changing two times, so the script will never fitt.
I hope there will be solution for this, as this script must be visible on smartphones of course. During a festival that is your equipment .
Hope to hear from you.
Carst Komdeur
Is it possible to show the slide buttons always on mobile, as hover doesn’t function?
Hello,is it possible to make it focous on the current time?
Hi,
Sorry not possible.
Best regards, Rik
Hi,
Is it possible to make the same type of table for a month view?
The hour by hour view is not something I’m too keen on exploring in my project (having that option would be nice but not a necessety) but a day-by day view with week numbers would be great!
Thanks for reading,
Tim
Hi,
No this’ll require a lot of modifications as everything is built upon the hourly view.
Best regards, Rik
I want to use this timetable for a TV guide, is possible? I mean the format is compatible? I ask this because the EPG xml files have a very strict format and also is auto generated, you can see the format here: http://wiki.xmltv.org/index.php/XMLTVFormat
Hi,
The XML you enter is in a custom format (view the screenshots), it cannot read that EPG format.
Best regards, Rik