88 comments found.
Unable to access the script menu. I entered the correct username and password
SQLSTATE28000 Access denied for user ‘admin’@’localhost’ (using password: yes
how to solve this problem?
Hi. You need create the database, then import the file config/database.sql, then enter the account info to connect to this DB on file config/database.php. You can read the documentation (on your purchase package) to get more info.
¡¡¡No puedo trabajar con el alfabeto cirílico!!!!!
Hi. Sorry, we don’t understand your problem. Could you speak English?
Hi can I see admin demo please ?
http://caketheme.com/script/php-quick-events-demo/admin User: admin Pass: admin
Hello how can I make the calendar visible only for registered users Thank you
Hi. Unfortunately, this feature is not available on current version of script now.
Hi, can the calendar be fixed in a specific month?, I mean to embed all months of the year i.e.
Hi. Unfortunately, this feature is not available now. It operates like on the demo.
Hi, could you add in the next update?. Whit this feature will be the perfect event calendar. Ability to add/embed past month events would be awesome.
Hi. Thank for your suggestion. We will investigate it and update if possible.
hello i have 2 question 1- May i see admin demo? 2- Would you share also admin and front html theme, because after buy i will add some more pages and values, i wan to use same themes, or you can share names of themes
1. Here is the demo of admin:
http://caketheme.com/script/php-quick-events-demo/admin User: admin Pass: admin
2. We don’t use any theme for admin and frontend. To use the layout of script, you only need include some css files (for example: bootstrap and script’s custom css).
Hi I bought your Quick events and am having the same problem as interact-media talked about. I also have the program in a sub-directory and it works fine. I also want to place either the compact calendar or the list on my main (index.php) page but it does not work. He apparently solved it but doesn’t really explain where to make the changes. Please any help would be great.
Hi. Could you give us the FTP to email caketheme.com@gmail.com ? We will check and fix it.
Hi, I have redundant events every week, for example every Tuesday sales meeting, is it possible to have the possibility to do it like for your other Timetable script? Or in admin, have the possibility to copy an event then edit it to modify the date? Its important to me Many thanks
Hi. Unfortunately, this feature is not available now. We will update it for the next version.
I dear, I sent email past tow days before, no replay until now. please replay to me.
Hi. What is your email? We have not received any email about the https://nolwa.com/ca. Could you resend it to caketheme.com@gmail.com ?
Hi. The problem may because of the html on your event’s content. If you enter the wrong syntax (for example: lack of close tag), it will break the layout of grid. If you can’t find this wrong, you can give us the admin (to email caketheme.com@gmail.com), we will help you to find it.
Hi Dear, I need small help here, 1 I need change color My Color code # 0e416b #0d94e1. Where I can change color of colander. 2 I need to make my off day Friday and Saturday Could you please help me to do this change file root and details, Regards Noufal
1. To change the color of calendar, you need modify css on the assets/css/quick-events.css. You can use tool like Chrome Inspector (F12), see the css and modify it. https://gyazo.com/6532721eadd267cf9a0e5cf40b0bb8f1
2. To do it, you need modify line 247 – 255 of file From:
if (date_start == 'sunday') {
if ((x == 1) || (x == 7)) {
weekend_class = ' weekend';
}
} else {
if ((x == 6) || (x == 7)) {
weekend_class = ' weekend';
}
}
To:
if (date_start == 'sunday') {
if ((x == 6) || (x == 7)) {
weekend_class = ' weekend';
}
} else {
if ((x == 5) || (x == 6)) {
weekend_class = ' weekend';
}
}
Hi dear, Hope your doing well, I Would like to buy this Quick Event Application, Before buying I just need to conform, is it possible to enter my event details with my team, Example I have 5 person then need enter each one each event, Thank you
http://caketheme.com/script/php-quick-events-demo/admin User: admin Pass: admin
hi. can i create unlimited calendars in admin area? Not unlimited dates. I want a calandar with private dates per client. One calendar per client. thanks.
Hi. Unfortunately, you can’t do it with current version of script. Thank for your attention.
Hello. Love your script and thinking about integrate it in some projects I’m getting into. Some questions.
1 – Can I integrate it in another website done with Duda for example? How does the integration works? Can it be done in javascript? 2 – Is is translatable in another language? 3 – Is it multiuser? Like 1 installation works for different users and different sites. If not, it’s possible to you to make such a modification of the script? Or maybe can you assist another dev to do that?
Thank you very much, looking for your answers 
Hi. Thank for your attention.
1. To integrate in another website, you should use the Javascript version: https://codecanyon.net/item/quick-events/29800682 . With this version, the events are managed on the json file or got from your exist MySQL database. You only need includes some javascript and js files, then adapt the data from your database on the events.php file (or you can manage events on events.json file).
2. Yes, it is. There is language file to let you translate text.
3. Unfortunately, it’s not. To use for many sites, you need install the script on each site. We have not solution for multisite now.
One last question if you mind. In every view the events are hidden if they’re in the past? I mean, if I have a list of event and tomorrow there’s an event scheduled that’s shown, the day after tomorrow this event could be automatically hidden since it’s in the past or, if it’s not hidden, can he be marked as PAST or something like that?
Hi. In the calendar view, it will display all events. In the list view, you can hide the past events (only show the upcoming events) (you only need change 1 code, we will guide you to do it).
IS this true also for the JS version? We’re searching for a way to use your beautiful event display system to integrate in sites done with Duda but the problem, as pointed out in your last message, is that we don’t want to install a new copy of the script for every site. Searching a way to do that, if you can help…
Obviously we can buy as many licenses as needed but simply cnnot install the script for each site…
Yes, it also true for JS version. We have understood your problem. But we can’t find a solution for it now. Wish you sympathize.
Hi guys, need some advice please. I installed the software in a sub-directory called ‘calendar’ without any problems, and it’s working great (thanks).
I created a new index.html page under my public_html folder, and then I placed all the required css and js linking to the sub-directory (using the full path to the sub-directory) within the index.html file, but sadly it’s not working!
I checked my error logs and it says the problem is the timetables.php row 5! I checked the file making sure the full path is placed correctly and it is. include_once(config/database.php’);
It seems it doesn’t want to connect to the database.php file!
Anyway I can integrate the calendar in to my main index.html file please? Thanks in advance.
Ignore, but to help others I had to place the full path of the server location NOT the url and then use the include <?php include tag where I wanted the calendar to be placed.
Then save the .html and rename to php and it worked. Now to figure out why the images are not showing lol
Hi. Thank you so much for this advice.
You’re welcome, still having issues trying to show the images though, any thoughts?
Ignore again, found the link under quick-timeable.js edited that and all working along with editing the link to the fonts (simple-line-icons.css).
Looking and working all good.
Thank you so much
Hi. When I add text in the Name or Description fields which contain commas, the form does not display. How can I fix this?
Hi. We have tested on our site, but not seen the problem as you described. Could you give us the URL and FTP to email caketheme.com@gmail.com ? We will check it.
Hi. I see it was an utf8_encode issue. I have managed to fix it, thanks.
Ok. Thank you.
I want to view in the GRID all the events with state 0. I think i make an extra index, with a second event.php file and filter there to state=0? But it don’t work. Which file do i need to update / copy too?
Hi. To do it, you only need filter on the events.php file: if ($db_event[‘state’] == 0) { ...
Hi,
Would it be possible to have (instead of text) 3 compact calendars: the previous month, the current month and the following month on the same alignment?
Best Regards
Franck PORCEL francksxm@yahoo.fr 214ea138-101b-49ac-aa83-67564a1d7f74 – 8 Feb 2023Hi. Unfortunately, there is no way to do that. The calendar display with current month on the beginning, and go to previous or next month by clicking navigation button.
Love the potential of the app, is there any way for users to register for an event? (no payment just register with name/email for an event.-
This would be very cool Thanks!.
Hi. Thank for your suggestion. We will investigate it for the next update versions.
Hi, is it PHP8.x compatible?
Hi. Yes, it is.