Hi there
This plugin is awesome and does what I need.
Is there anywhere someting comparable?
When can we expect the “Event list” to work again and is also downloadable? It is a very useful plugin…
]]>Is there a way to export all events as a CSV file? Thank you!
]]>Hello
Does anybody know if Event List Version 0.8.6 is compatible with PHP 7.4?
I did the check with the PHP Compatibility Checker an it returned an error:
? FILE: /var/www/html/wordpress/wp-content/plugins/event-list/includes/event.php
? ——————————————————————————————
? FOUND 1 ERROR AFFECTING 1 LINE
? ——————————————————————————————
? 145 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1
Thanks in advance
]]>WordPress version: 5.8.3
Event List version 0.8.6
When you go to WP dashboard and click on ‘Event List’ and get a blank page, I’ve discovered it is because the dashboard link is missing the end part of the address:
This is what I get when I press the link:
https://domain-name.com/wp-admin/edit.php?post_type=el_events
And what it should be, is this:
https://domain-name.com/wp-admin/edit.php?post_type=el_events&date=all
I hope the developer can remedy this, but if you also experience a similar issue, pasting the correct link into your browser will return the All Events list.
]]>Hi.
How do I style this page?
Is there another way than raw CSS?
Example: Remove author name, change title etc.
]]>Hi,
We are using WordPress 5.8.2 and PHP 7.4 and the event list returns 0 results. I looked into the PHP logs and found the error, which says “WordPress database error Subquery returns more than 1 row.” It is in the includes/events.php file on line 100. This line references other subqueries, and I think one of those is causing the issue. If you had any idea on how to fix this that would be greatly appreciated.
Hello,
For several days, I have not been able to access the “all events” page, it shows me a blank page.
Using the logs, I have this displayed:
"
trackEvent(‘WP-Logs’, $data[‘event’], $data[‘user_id’], $data[‘text’]); $post = array( ‘post_type’ => ‘EventLog’, ‘post_content’ => $data[‘text’], ‘post_title’ => $data[‘event’], ‘post_status’ => ‘publish’, ‘post_author’ => ($data[‘user_id’] != ” ? $data[‘user_id’] : 1) //if no user id given, post from admin account ); $post_id = wp_insert_post($post); if ($data[‘notifo’] && function_exists(‘notifo_message’)) { notifo_message($data[‘event’],$data[‘text’],get_permalink($post_id)); } //remove things that wont be in metadata unset($data[‘text’],$data[‘event’],$data[‘user_id’]); //save everything else as metadata foreach ($data as $item => $value) { update_post_meta($post_id,’log_’.$item,$value); } } } } ?> __(‘Logs’), ‘public’ => true, ‘show_ui’ => true, ‘exclude_from_search’ => true, ‘show_in_nav_menus’ => false, ‘supports’ => array( ‘title’, ‘editor’, ‘tags’ ), ‘menu_position’ => 5 ) ); //remove the ‘Add New’ link global $submenu; unset($submenu[‘edit.php?post_type=EventLog’][10]); } function EventLog_edit_columns($columns){ $columns = array( “cb” => ”
“, “title” => “Title”, “timestamp” => “Timestamp”, “user” => “User” ); return $columns; } function EventLog_custom_columns($column){ global $post; $custom = get_post_custom($post->ID); switch ($column) { case “timestamp”: print date(‘m-d-Y h:i:a’,strtotime($post->post_date)); break; case “user”: $user = get_userdata($post->post_author); print $user->ID . ‘ (‘ . $user->user_login . ‘)’; break; } } ?>"
The other pages of the plugin are working fine.
I uninstalled / reinstalled the plugin, but that doesn’t solve the problem.
Thanks in advance.
]]>Hello,
I got with the WP Version 5.8.2 the following error if I go to Admin Panel and want to view all appointment. Do you have any suggestions how I can fix it?
I know it’s not official compatible…
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/***/****/wp-admin/includes/template.php:2532) in /www/htdocs/***/****/wp-includes/pluggable.php on line 1340
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/***/****/wp-admin/includes/template.php:2532) in /www/htdocs/***/***/wp-includes/pluggable.php on line 1343
Thanks!
]]>Nice plugin but one important thing is missing.
This plugin should have option to exclude events from search results.
Or Past events should be automatically change to Draft.
Or at least we could manually change all past events to draft.
]]>Hi, when I try to access Event Overview, I only see a white screen with php errors:
Warning: Cannot modify header information - headers already sent by (output started at /wp-admin/includes/template.php:2532) in /wp-includes/pluggable.php on line 1340
Warning: Cannot modify header information - headers already sent by (output started at /wp-admin/includes/template.php:2532) in /wp-includes/pluggable.php on line 1343
Any suggestions?
I have WordPress 5.8.1 and Event List 0.8.6
]]>Hi there,
thanks alot for this lightweight & great plugin!
When I try to insert the “event list”-widget, it displays alot options without any caption. I only see the values (like “1” … or “false”), but not the name/caption for the settings.
See screenshot:
https://www.screenpresso.com/=OAMkb
I guess, this is caused by the changes wordpress has done to the widget-configuration.
btw, its the same in the old backend-menu “design/widgets” and in the new customizer-section.
Hi,
I updated the plugin Event list (0.8.6 ), and I can’t find anymore where to change the eventlist.css file to customize the color of the date block and text of my list.
Thank’s for your help
Olivier
]]>Hello!
I’m working on our company website, and I’ve encountered some trouble. When creating or editing an event, event data is completely missing. I can add a title, a description, but not a date or location. I was inputing a few events at one time, I had added the first two just fine, but when I got the the last one, I haven’t been able to successfully input it, so it happened very suddenly. I’ve tried a bunch of work arounds, but I can’t get anything to work properly. I feel like I’m probably missing something very obvious, but I am very confused and very frustrated. Any help is greatly appreciated! Thank you!
]]>Is there a way to show multi-date different from single-date? Now my single-dates shows like this:
ONS 10 MAR 2021
and the mulit dates like this:
ONS 10 MAR 2021
TOR 11 MAR 2021
If I want it to be like this:
10 – 11 MAR 2021
What would I need to do?
]]>I’m listing events for a client who performs different shows. The shows are each have their own category. I display the category in the list view. I would like it if that could display as a link to the category page where it explains what the show is about.
It’s beyiond my coding skills, but I wondered if anyone knew how to do it.
So on the page – https://louisejordan.co.uk/performance/ where the shows are in the category ‘Florence’ I would like them to link to the page that explains what the show is about – https://louisejordan.co.uk/florence/
Obviously there are other categories for other shpws, so an across the board solution would be great (if a little optimistic!)
Thanks in advance.
Jude
]]>Hi,
My event-page is now built up with unordered list instead of divs, the strange thing is, I haven’t updated anything on my site. Just updated the plugin from 0.8.4 to the latest one. Can that be the cause of it?
]]>HI, how work the iCal feed? It’s not well covered in docs… I have no idea where to put my full Google iCal feed URL to make it work ??
]]>When using the sidebar widget the link format used to view a specific event is as follows:
https://myurl.com/?event_id1=5360
This URL format is not loading the event details page, it’s instead reloading the page, with only that event showing in the sidebar (no full details)
However in the admin, the event has a custom permalink which DOES work:
https://myurl.com/events/tennis-clinic/
How do we set the sidebar widget, or shortcode to use the proper permalink?
I’m running WP 5.7.2 with Events List 0.8.6 – I tried disabling all plugins, and changing themes but the behavior still remains.
]]>I want to change the fields’ placeholder text like Event name -> Event Topic.
How can I do It?
Hi!
When I try to access “All events” from my dashboard I get a white screen. It’s like the page doesn’t exist. I get this URL: https://dev.migod.se/wp-admin/edit.php?post_type=el_events but nothing appears.
I have tried to deactivate and activate the plugin but nothing happens. I only have this plugin, Elementor and WP Migrate DB installed. So I don’t think it’s a collision of plugins. I can add a new event. Just don’t show the list of all events.
Regards,
Micaela
I would like Sundays to be displayed differently. If the weekday is Sunday, the background color should be different. Is there any way to do that?
Thanks, Stefan
]]>Hello,
I want to show my event list as latest first, please let me know how can i handle this.
]]>Hello, after updating event list plugging, i’m having an issue with my website. There is this message. Is this happening to me only? Could you give me a hint to solve it? THANKS!
Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding()
at this file
plugins/event-list/includes/event.php on line 234
WHAT’S IN LINE 234
mb_internal_encoding( 'UTF-8' );
]]>
How do I change the output format of the various date elements on the front end?
For example, if I wanted to change “Mon”, “Tue”, “Wed”, “Thu” etc. to “Monday”, “Tuesday”, “Wednesday”, “Thursday”?
Or change the current 3 letter month display to the full month (APR > April)
Thanks.
]]>Is it possible to view the post-image beside the date?
I don’t find any option?
www.ads-software.com — WordPress FORUMS
This concerns the plugin “Event List” by mibuthu.
I updated to the new Event List plugin and lost all my old data!! All the old events from my band’s calendar are gone. Yikes!!!
I am in the process of reinstalling my website in order to recover this lost data. Once Hostgator does the restore, I will have my old version of “Event List” by mibithu with all my old data.
But I will still need to update this plugin to the current version!!
So here are my three questions:
1.) How do I backup all my old events before installing the new version of Event List?
2.) And how do I restore these old events (which I frequently re-use) once I have installed the new version?
3.) Or is there a better way to update to the lastest version of the plugin where it doesn’t delete all my old data?
Desired outcome — I need to end up with the LATEST version of the Event List plugin, AND also have ALL of my old event data still intact and available. Can you help me?
]]>Hi and thanks for a great plugin.
I need som help in changing “Read more” and where to find it. I searched in the language file PO but cannot find it. So I wonder how to change it so the swedish “l?s mer” shows.
]]>Hi, thanks for this great plugin, really love it.
However ?? I have an editor (who enters most of the events) asking if the sort order of events could be made “stocky” or maybe an option to show upcoming events by default, with events closer to today at the top of the list, descending to distant events.
Any chance in the next update please?
Best Regards,
Dave
After the last update the events didn’t show up anymore.
Some research brought me to believe that
– events are now stored in table wp_posts as post_type ‘el_events’
– but are NOT migrated within the update from the formerly used table ‘wp_event_list’
Can anyone confirm/falsify this hypothesis?
]]>