Code

Discussion on Quick Events

Discussion on Quick Events

Cart 95 sales

caketheme supports this item

Supported

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

24 comments found.

I am using your script to display a calendar with events on my website. However, since I have placed the calendar at the bottom of the page, when a user opens the popup with the event details, the page is “reloaded,” and the focus is brought back to the top of the page. This moves the user’s view away from the calendar area. Is it possible to manage an HTML anchor tag to keep the user’s focus in the same position as the events calendar? Thank you.

Hi. We have checked your website but not seen the problem. When click on event, the detail popup is opened normally: https://gyazo.com/91b6b0160247727efdc9279c49619d3f

It works correctly only in Safari, but not in Chrome and Firefox, where scroll to the top of the page. Can you help me?

Hi. Could you give us the FTP to email caketheme.com@gmail.com ? We will investigate it.

Hello – I can’t find my question and your response about making the event description longer. I remember you told me where and how to edit it (received your email and I can’t find that either! gremlins) but that’s editing files where these changes will be lost when the plugin is updated.

Do you have a function/snippet I can use? Ideally would be better to have a longer description as not everyone realises you can click to view the full description – it’s not obvious.

Thanks

Hi, When I open index.html to view the demo, I just get blank sections. https://ibb.co/d41PFMK

Please advise

Hi. You need run the script on the host. On your computer, you can install the localhost (For example: xampp), then run it on localhost.

Hi – How is the data entered? I want to put six months to a years data at a time. Can it be loaded from a file? Thank You… Ronnie

Hi. The data is entered on the json file (events.json) (https://gyazo.com/9ff66b761451a251df5f5a15c829f6e6 ), or got from your own MySQL database. You can put every data on the file (only need to keep the format of data).

Would it be possible to have this calendar pull data from a Google Calendar?

Hi. Unfortunately, this feature is not available now. Thank for your attention.

Hello

I am muratdogan30 user. I bought the Quick Events For PHP system from you today, but I bought the wrong system. now I want you to return the Quick Events For PHP I asked you to replace it with the Quick Events system or to take it. I would be very happy if you could help me with this issue.

Hi,

We will refund for you after you do these steps:
- Purchase the correct version (https://codecanyon.net/item/quick-events/29800682).
- Rating 5 star for this JS version (to let us know you have bought).
- Create refund request for PHP version.

What happens if you do not use an image for an event? Curious, as I plan on using this in an area that we would probably not use an image. You mentioned you can call the events from a database. I am assuming there is documentation for that call?

Thanks, the calendar script looks very nice!

Hi,
- If you don’t want to use the image for event, only need left blank for image field (https://gyazo.com/8786506cf20a69c49180594c64991832 ). The events are displayed normally on calendar, when you click on event to view detail, there is not a image: https://gyazo.com/ccfbe55c74fbabe19f9c0f552849c183
- To get events from your MySQL database, firstly use the data-source=”php” on html shortcode:
<div class="quick-events" data-source="php" data-view="calendar" data-layout="full" />
Then, modify file events/events.php to connect to your database, then adapt the data (all example are already on this file, you only need change the info.

Hi! I’m sorry but I made a mistake: I wanted to get the Worpdress version and I have clicked on the wrong plugin. Can you please help me with that? Thanks! Marco

Hi. We will refund for you after you do these steps:
- Purchase the Wordpress version (https://codecanyon.net/item/quick-events-for-wordpress/29835963 ).
- Rating 5 star for Wordpress version (to let us know you have bought).
- Create refund request for the Javascript version.

hi,

is it possible to hand over the events as a variable on the same page? or is it only possible to get these values from a json or php file?

best regards

Hi. Unfortunately, it is impossible to do it. The calendar get events from json or php file.

Thank you guys. It worked just fine. I had noticed where and how to change the date. I just needed to put it to (#1) in order for it to show in one box only. Thanks again.

Hi. Sorry, but we still not understand. If possible, could you give us the screenshot (image) for demo?

Hello, I was wondering how would I get the “EVENTS LIST” to show more than 4 Titles. And why are the “DATES” rolling into next day. How to fix this.

Look here: https://householddealz.com/events/community/

Hi,
- To show more than 4 events on list, you only need remove the param data-items=”4” on shortcode. The code will be:
<div class="quick-events" data-view="list" data-items="4" />
- Sorry, but we don’t understand this idea: Why are the “DATES” rolling into next day. Could you give us the screenshot for demo?

hey any chance to know if it’s possible to charge participants ? Is it possible that any one create their event ? thank you

Hi. Unfortunately, it is impossible to do that.

Hi, i had bought your plugin and the way to install by wordpress panel control doesnt work. I tryed many time to add file and upload and it said “Plug in not found”. I tryed with “downloaded zip” and inside quick-events zip ” but doesnt work. Can you help me ?

Hi. This is the Javascript version. If you want to use for Wordpress, you need purchase the Wordpress version: https://codecanyon.net/item/quick-events-for-wordpress/29835963

I purchased your snippet and it is working nicely. However, on a small devices, when the calendar is full of items (working with the full-calendar) it looks awful!

as a solution, I am displaying the compact-calendar and the events-list together. But they do not work side by side. Meaning, I would like it to change the event-list items based on the current month selected in the calendar compact-calendar.

Can you help me?

Hi.
- If you use the simulator of browser, you need refresh the browser after resize. If you don’t want to refresh, you can write the javascript for resize event to switch layout ( $(window).on(‘resize’, function () { }); ).
- Unfortunately, we have not solution for your custom work.

It is a bug and it is something that you should be fixing not me. For the record I am not using a simulator. I am simply resizing the screen and the snippet does not change. However, it is not the issue. The issue is that you are showing dots… and I think that it is the most ridiculous thing to show users dots. I am trying to show users a list of events using the list-event section but I want it to be based on the current month selected in the compact calendar.

You can update this file: https://www.dropbox.com/s/llt4gwiqype6cac/quick-events.js?dl=0. It will auto switch to compact layout when resize the window.

Hi, I am interested in purchasing this. Can you tell me what is displayed when there are many events for a particular date. E.g. scrolling or ‘3 more events’ etc.

Hi. Thank for your attention. The calendar will display all events on the same date.

Do you plan to update to Bootstrap 5 soon?

Also in mobile view if I resize the page we don’t see some days (saterday and sunday) the compact view it resize to another view based on what?

Hi. Thank for your attention.
- The script not depend on bootstrap, so you can use it with any bootstrap version (We only use boostrap 4 for the demo site, not related to the quick events script).
- The view will switch to compact on mobile automatically (<768px). If you use the browser to test responsive, please refresh for each window size before test.

Hi, does it show only upcoming event?

Hi. It show all the events. If you want to show only upcoming events, only need modify a bit code.

Congratulations! Nice Work, GLWS :)

Thank you :)

Hello, is the full calendar responsive? I need something for mobile use. Thank you

Hi. On the mobile, the full calendar will be switched to compact layout. You can test it on our demo: http://caketheme.com/script/quick-events/

Hello, The Joomla version of QuickEvents you made for me is working great, however, the client has asked if updates to the calendar can be viewed immediately. I have disabled Joomla cache, but it seems the QuickEvents is caching the events, or not ajax loading them directly. Can you direct me to how I can force changes to be immediately displayed upon saving? Thanks, Ed

Hi. Sorry, we don’t understand your question. The events are managed on the admin. The calendar is displayed on frontend. Why your client asked if updates to the calendar can be viewed immediately?

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