Code

Discussion on Quick Timetable

Discussion on Quick Timetable

Cart 81 sales

caketheme supports this item

Supported

This author's response time can be up to 1 business day.

32 comments found.

Dear,

Hope you’re doing well. I have purchased the QuickTime Table from you and after reviewing the demo that have been shared with me previously I found that there are a lot of pages missing such as login, dashboard. As well as, the css codes and bootstrap. Kindly share this file with me so I can program it from my end.

Hi. This is the Javascript version, so it has not the login, dashboard. You need the PHP version to have it: https://codecanyon.net/item/quick-timetable-for-php/31914521

Hello, we faced a problem with the weekly view when on the same day we have some hours with multiple events.

Example in the same day: Hour 9-10 we have two events. Hour 10-11 we have two events Hour 11-12 we have two events

The UI behavior seems like steps because the space division is not well calculated.

Instead have every hour splitted in two because we have two events every hour box is calculated considering six events

Hi. Could you give us the URL of your website to check?

Is a functionality in the backoffice so I need to send you credentials to log in. Can you please share an email to write to you?

Hi. Here is our mail: caketheme.com@gmail.com

Hi, I have quick timetable PHP installed but the events are reoccuring every day. is there a way so i can have this so only 1 event shows up on the day it is scheduled rather than same day for entire month?

Hi,

If you don’t want to repeat the events by week, you can run the timetable on date mode (on this mode, the timetable will get events by its date, and this operation is applied for all events).
<div class="quick-timetable" data-view="week" data-mode="date" />

hi, I am using your script and have a bit of an issue, on the monthly view the items repeat. for example, yoga for beginners is every Wednesday even it is input only one time, I use mysql and it is the same as your JSON example, and on the list view it shows only one time as it should be. I would like the monthly view to show the vent on the date chosen, not repeated Please help.

Hi. To do it, you only need run the timetable on date mode:
<div class="quick-timetable" data-view="month" data-mode="date" />

Hi do you have any plans to make it mobile responsive? Also do you have an example JSON file?

Hi.
- It is already responsive (On mobile, the timetable will switch to list view): https://gyazo.com/1da096bef02bad79c1850d2a9e2cd888
- You can see the example of Json file on the code (File: /timetables/timetables.json): https://gyazo.com/a09410fdab9e1024125d6bcd6bed6ec7

Hello… i buy the wrong versión.. i need the PHP Versión… can i cancel… thanks? How ? Best Regards

Hi. We will refund for you after you buy right version and vote for it (to let us know you have bought).

How many catagories can this support? I looking for a planner that can support 20 different catagories. Thanks K

Hi. You can define unlimited categories as you want.

Hi in your description you mentioned “Fixed : Compare month when navigation.” is there any way i can demo this ?

Also currently current month is displaying by default. can i set any month to view as a default ?

thanks in advance

Thanks, Z.

Hi. Thank for your attention.
- This text may make misunderstandings for you. On previous versions, when navigation between months, the script has a bug on comparing month time (to get events to display), so the events list is wrong. We have fixed this bug on current version.
- There is no way to set any month to view as a default now.

Hi Can we change months ?

i can see only one current month if i need to see previous or next month or any year month how can i browse this ?

Hi. Yes, you can do it. The timetable is running on day mode on our demo, so the navigation is hidden. If switch to date mode, it will display. You can see it here: https://caketheme.com/script/quick-timetable-demo/

Hi, please it possible to set refresh table? For example every minute from php script.

thanks

Hi. The table is rendered by Jquery. To refresh table every minute, you need implement the custom work: the timetable is rendered from line 729 – 810 on file assets/js/quick-timetable.js, you can create a loop, then call these lines on loop to render every minute.

Dear Author,

We purchased the code, or code aa776c35-53e9-4f4e-9e31-71194e5a60be . We cannot edit the timetable and create or add our own content.

Could you please share the admin side code?

Regards,

Hi. This is the Javascript version. The timetables are managed on the json file (or get from your own MySQL database). If you want the admin panel to manage the timetables, you need the PHP version: https://codecanyon.net/item/quick-timetable-for-php/31914521

Hello, I am not that familiar with bootstrap, so would it be too much to ask how to make the menu a dropdown instead of across the top? Thank you.

Hi. You mean the main menu on the demo? https://gyazo.com/4b4ba76d178539a4b0cef48b95b4a57e

Yes, the main menu. Thanks.

Hi. To make the menu a dropdown, you only need use the code:
<div class="collapse navbar-collapse" id="navbarNavDropdown">
    <div class="dropdown">
        <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Home</button>
        <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
            <a class="dropdown-item" href="#">Home 1</a>
            <a class="dropdown-item" href="#">Home 2</a>
            <a class="dropdown-item" href="#">Home 3</a>
        </div>
    </div>
</div>
https://gyazo.com/6a92544a160afce6c4006bc8986cada0

Thanks for all the help! Worked perfectly!

Thank you. If you have any problem, please let us know.

How can I disable “all categories” ?? I need another category to be displayed as default

Hi. To do it, you need implement the custom work: search all-category on file assets/js/quick-timetable.js, then modify the code (it is quite difficult, if you can’t implement it, you can give us the FTP to email caketheme.com@gmail.com, we will help you to do it).

I was able to add the timeTo12HrFormat function per your suggestion which resolved my issue. However, it displays in a 24-hour format when I click on the event. Is there any way to convert that to 12-hour format when it displays?

Hi. To do it, you only need search function timetableDetail on file assets/js/quick-timetable.js, then adapt the function timeTo12HrFormat for timetable.start_time and timetable.end_time.

Hi, this plugin looks very promising.

Quick question though…is it possible to have multidays events? Could you implement one into the demo to see how it would look?

Thank you

Hi. This is the timetable, so there is only one-day events. If you want the multi days events, you can investigate our Quick Events script: https://codecanyon.net/item/quick-events/29800682

If it is configured to use json, it does not recognize any changes I make to the json file. If I configure it to use PHP, it works without any issues and reads any changes made within the MySQL database. Can you assist in determining what the issue is? Thanks.

Please disregard my previous comment. I was able to fix the issue by clearning my browser history. However is there any way to change it from using 24-hour time format to 12-hour time format? That is the only real issue I am having. Everything else is working great!

Hi. To use the 12-hour format, you need implement the custom work: modify file assets/js/quick-timetable.js file:
- Firstly, declare function:
function timeTo12HrFormat(time) {
    var time_part_array = time.split(":");
    var ampm = 'AM';

    if (time_part_array[0] >= 12) {
        ampm = 'PM';
    }

    if (time_part_array[0] > 12) {
        time_part_array[0] = time_part_array[0] - 12;
    }

    var formatted_time = time_part_array[0] + ':' + time_part_array[1] + ' ' + ampm;

    return formatted_time;
}
- Then modify line 315 of this file:
From:
timetable_string += '<div class="axis-item">' + hour + ':00</div>';
To:
timetable_string += '<div class="axis-item">' + timeTo12HrFormat(hour + ':00') + '</div>';
- Modify line 371:
From:
+ '<div class="timetable-time">' + timetables[t].start_time + ' - ' + timetables[t].end_time + '</div>'
To:
+ '<div class="timetable-time">' + timeTo12HrFormat(timetables[t].start_time) + ' - ' + timeTo12HrFormat(timetables[t].end_time) + '</div>'

- Similar with line 543, 683

Hi,

Can I allocate Classroom in this timetable?

Hi. Thank for your atttention. Unfortunately, you can’t do it.

hi.

your tool looks very promising! thanks in advance!

as i plan to use it for filtered items from a database, i need to genereate the calender items on the fly. therefore i need to hand over a variable containing the items instead of getting them from a file.

how is that possible to do?

best regards!

thanks for your quick reply!

but in doing so it would need a second request or am i wrong?

what i wanted to do was generating the entries from my CMS / database while generating my page.

so i would have something like

<script> const myItems = [ { “title”: “entry 1”, “category”: “Vinyasa Yoga”, }, { “title”: “entry 2”, “category”: “Vinyasa Yoga”, } ] </script>

and then could connect my variable to the call of the script here:

is there a way to do that?

oops, the code was filtered out:

································································

and then could connect my variable to the call of the script here:

[div class=”section-body”] div class=”quick-timetable” data-source=”json” data-view=”week” data-mode=”day” [/div]

is there a way to do that?

Hi. Sorry, but this is your custom work, so we can’t give you the detail advice for the code. Looking forward to your sympathy.

Hello, how can I switch from military time to normal time?

Hi. You mean you want to change the 24h format to 12h format for exis time on left side?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey