43 comments found.
Hi, I want to change colors of bullets in calendar and compact calendar view. I simply changed color’s codes in .php but it doesn’t work. What more should I do to make this change visible? I did everything with clearing cache etc.
The plugin is putting a backslash before an apostrophe again – needs a fix please.
I have a title “Bird’s Basement” and it appears as “Bird\’s Basement”
Hi.
In file wp-content/plugins/quick-events/quick-events-create.php and wp-content/plugins/quick-events/quick-events-update.php, please replace the sanitize_text_field by stripslashes. For example:
From: $title = sanitize_text_field($_POST[‘title’]);
To: $title = stripslashes($_POST[‘title’]);
After that, go to the admin panel to update the data of events again.
Why not update the plugin? It’s not our error to fix.
Ok, we will update it, but you need to wait some days (after we commit the new version, need wait the approval from market). Or you can contact us to email caketheme.com@gmail.com, we will send you the update version.
Hi. There is already new version, you can download it.
Hi – Merry Christmas…
I want to display more text than is showing in the description. Only about 18-20 words show. Do you have a code snippet for that?
Thanks
var event_description = ((layout == 'compact') || (view == 'grid')) ? shortTitle(quick_list_events[i].description, 10) : shortTitle(quick_list_events[i].description, 25);
Do you have a function/snippet for this? When the plugin is updated, these changes will be lost.
Hi. Unfortunately, we have not now. We will update it (make it be the option of plugin) for next updated version.
That would be awesome! Thanks
[quick-events view="list" upcoming="1"]
Hi, I translated plugin into Polish but met some problems. In Polish we say: “Styczeń” for January but “1 stycznia” for 1st January. How can I set up different names for this? Best regards Marek
Sorry, but we don’t understand your problem. You can translate the text of plugin to another language (like other Wordpress plugins). You can refer this tutorial about the translation Wordpress plugin: https://www.wpbeginner.com/wp-tutorials/how-to-translate-a-wordpress-plugin-in-your-language/
I would like to translate names of months separately for Calendar (displayed next to the year) and Events List (displayed in the event infromation).
Hi. To do it, you need modify the code:
- Define more month text after line 109 of file wp-content/plugins/quick-events/quick-events.php.
- Define more month variant after line 16 of file wpdev/wp-content/plugins/quick-events/assets/js/quick-events.js
- Modify function showEventDetail() on file wpdev/wp-content/plugins/quick-events/assets/js/quick-events.js to get the new month variant.
After last wordpress updates all translations from Loco Translate disappeared. I deleted it and tried to translate again but with no result. What can be the reason?
Hi. Sorry, but we don’t know the reason. Maybe the Loco plugin conflict with the version of your Wordpress website.
After last update of Loco plugin it works well, thanks.
Does Quick Events for Wordpress support JSON and/or RSS import? Our client is using an external events service “Library Events” and all they supply us with is a url for a JSON or RSS feed.
Thanks
Hi. Unfortunately, the plugin not support JSON and RSS feed now. Thank for your attention.
I am having trouble using your plugin.
My URL is https://theturpinview.co.uk
my Facebook URL is https://www.facebook.com/garswoodsimmsroadlabourclub
I am authorised correctly, It just doesn’t display our events.
Can you assist please?
Thanks
Hi. The FB has changed the API, so the plugin has stopped working. We will investigate to find the solution for it.
Apostrophes in event titles are being escaped with a backslash – needs fixing. Would be good to be able to keep an event but hide it/not delete it.
From:
$title = sanitize_text_field($_POST['title']);To:
$title = stripslashes($_POST['title']);
I have emailed you the login to a clone of the site with the new version installed.
Please check your email caketheme.com@gmail.com
Thanks
Ok. We have received your email. We will support you on it.
Hi! Where can I change the language (I need to translate the days of the week)?
And how can I make so that you cannot click on an event. I want to see it as list, but it should not open the pop-up (if I click on image or title it should do nothing) Thanks.
- You can translate the text of plugin to another language like other Wordpress plugins. You can refer this tutorial about the translation Wordpress plugin: https://www.wpbeginner.com/wp-tutorials/how-to-translate-a-wordpress-plugin-in-your-language/
- To disable the popup, you need modify the code: Change line 421 and 423 of file wp-content/plugins/quick-events/assets/js/quick-events.js:
From:
+ '<div class="event-image" href="#' + el.attr('id') + '-popup-' + quick_list_events[i].id + '">' + event_image + '</div>'
+ '<div class="event-title" href="#' + el.attr('id') + '-popup-' + quick_list_events[i].id + '">' + quick_list_events[i].title + '</div>'
To:
+ '<div class="event-image">' + event_image + '</div>' + '<div class="event-title">' + quick_list_events[i].title + '</div>'
Hi and thank you for your answer. Additional question: how do I change the time format from 07:30 PM to 19:30? Can you please also help me by telling me where I can make all these changes in the code, so that they do not get deleted/overwritten when you update the plugin. Same for event images. I have a child theme. Do I have to create the folder structure wp-content/plugins/quick-events/assets/js/quick-events.js and edit the file in the child theme folder? would that work? Thank you!
Hi.
- The time is entered as text on the admin, so you can enter any format as you want (https://gyazo.com/baed9c22dea3ca6c48a4e8e2d0939927 )
- Unfortunately, you can’t overwritten the plugin on the child theme. So you need note your custom works, and update theme for the update versions of plugin.
Images aren’t showing in the backend OR the frontend of the website 
Using v1.4
Could you give us the admin account to email caketheme.com@gmail.com ? We will check it.
I uninstalled v1.4 as client needs his site up. Installed v1.2
So it work now?
No – I had to roll back the version. I will email you the login to a clone of the site with the new version installed.
When I add a new event, the Upload Image button does nothing.
I have tried switching the theme and deactivating all plugins – still doesn’t work.
Ok. We have received your email. We will support you on it.
Why does the plugin store event images in the plugin folder …/wp-content/plugins/quick-events/images/ ? It’s crazy!!! After the automatic Wordpress update of the plugin, all images will be deleted! Why?
And why the image selection not by default using the Wordpress function?
It could have been a great plugin…
Hi. Thank for your suggestion. We will update it for the next version.
I will wait for your update. So far I have sent you my modification of your plugin.
Ok. We will implement it now.
Hi. We have updated the new version (upload images by Media Library and Text editor for description). You can check it now.
Hi caketheme, thanks for update, really good. You can also add recurring events and it will be perfect!
Ok. We will investigate the recurring events .
PHP warning when I add new event:
Warning: Undefined variable $timetable in .../wp-content/plugins/quick-events/quick-events-update.php on line 20
Warning: Attempt to read property "list" on null in .../wp-content/plugins/quick-events/quick-events-update.php on line 20
From:
$list = $timetable->list;To:
$list = $event->list;
I just wanted other buyers to have this information.
We will fix this problem on next version
Could you add recurring events? Also selecting images from existing ones? Also a simple html editor for event description (bold, italic,...)? He is terribly missed. Then it would be perfect! I bought it, but I don’t know if I will use it without this 
Hi. Thank for your suggestion. We will update it for the next version.
I’ll be happy. Now I had to modify the plugin to my liking and add the Wordpress function images and wysiwyg editor (I don’t have time to add repetitive tasks yet, I’m waiting for you
– just take it from Timetable). If I’ve already bought it, why program it?
Ok. We will implement it now.
I didn’t realize there is no sorting by states with location box. My intention is to add unique events nationwide and want users to select state to view all events in that state. is that possible to add it? Search events feature is needed. Also, the events are not listed in sitemap in wordpress. Is there a fix for it?
Also the events is not searchable using wordpress search box.
Hi. Unfortunately, these features are not available on current version of plugin now. We will investigate them and implement on the future if possible (when we have enough resource and time).
Hi, I installed Quick Events ( Version 1.3 | By Cake Theme ) plugin in WordPress website. but there plugin license code option not seen and event list, event grid option and any setting not seen.
I added a event but how to put on the my website page. I share you screenshot please check https://bds.sacaccp.org/eventlist.pngwhat is the shortcode for the event list , calendar, Full Calendar, Compact Calendar, Events List, and Events Grid..
Hi,
To display the calendar, you can use the Shortcode or Widget. You can read the documentation (which is attached on your purchase package) for more detail : https://gyazo.com/9f1054e68791f5e33d36a5e21a4e5099
Hi. Installed this plugin as it suits my customer’s needs very well. I’m having a problem where the month name on the calendar appears to be taking on the color of one of my theme headers, and is not visible to the user ( white text on white background ). Is there any way to fix this? I checked the user manual configuration param options, but did not see any way to specifically edit the month color. Here’s our page https://www.countryclubofbillerica.com/events-calendar/
.quick-events .events-calendar .calendar-header .current-date {
color: #454360;
}
Outstanding, thank you very much! Looks great now.
Can links be added to the description, such as a link to a web page?
<a href="https://google.com">Lorem Ipsum</a>You can see the example on our demo: https://caketheme.com/wpdev/quick-events (Event: International Music Awards Ceremony).
Perfect. Thanks.
Hi there,
love the plug-in. Simple to use, easy to handle, just enough. I can’t get other user roles than admins to use it though, any idea why resp. what to do? I would need at least editors to be able to add events.
Hi. The plugin use role manage_options (You can see it on line 38-68 of file wp-content/plugins/quick-events/quick-events.php) (https://gyazo.com/634d28ac155119003097bea39bd09145 ). If you want other user roles can use it, you can change this role.
Excellent, thank you very much!
You’re welcome
Is there any chance to use PDF files like images?
<a href="https://www.buds.com.ua/images/Lorem_ipsum.pdf">View file</a>
Hi. Sure that works. Thanks. But I was more looking for a way to use the PDF instead of a JPG as the image.
To elaborate on that: Your plug-in is perfect for users with absolutely no experience in Wordpress, they simply fill the fields, upload the image, done. Telling them how to create a JPG from and PDF, uploading that, creating a link in HTML form an copy-pasting that into the description is a bit too complex for most noobs. so I was hoping for some way to let them upload PDFs directly.
Hi. Thank for your suggestion. We will investigate and do it for next versions if possible.
Hello! This is a nice plugin. Is it localized or localizable to another language?
Hi. You can translate the text of plugin to another language (like other Wordpress plugins). You can refer this tutorial about the translation Wordpress plugin: https://www.wpbeginner.com/wp-tutorials/how-to-translate-a-wordpress-plugin-in-your-language/