I used the custom post types plugin to add categories so when I put the shortcode on the pages I need it on, I would like the option to specify a category name or ID. I’m guessing I would need to add code to Frontend.php and/or Event.php but I’m not sure how to alter the code to do this. any help?
]]>Hi
when i create an event and set the start and end date, it displays correctly.
however, when i *change* the event (f.i. text modification) but not the date, the date will display incorrectly afterwards.
Example:
– i create an event with a start (and end) date of 04/09/2024 (my date format is dd/mm/yyyy)
– i save the event
– i display the event overview page
– the date displays as 04/09/2024
– i modify the event : the start (and end) date display as 17/08/8000 (yes, 8000)
The workaround is to also change the date with every other change you make, but it clearly seems like a bug to me. Perhaps related to the date format of dd/mm/yyyy ?
Entering the date manually, or with the date picker has the same result…
Thanks for looking into this, because this is a simple but exactly the plugin i needed ??
grts
p
]]>The date is appearing below the title. I need this reversed to be date first.
]]>Updated a recurring event. Input the correct date of 1/22/2024 which is a Sunday and when it shows on the website it shows as Monday, January 22, 2024.
Not sure what is going on. Could be my mistake, but I cannot find it, or it could be a coding issue that is putting it off by one week day.
Thanks
Bob
]]>Hi,
Does it exit any short code to display coming event on a page? I.e not in existing template widget areas?
/ Hakan
]]>Hallo,
I created a new event for our blog sidebar, but I cannot choose a future date – the plugin always jumps to the actual date and won’t give me any chance to maneuvre to a future month.
When I try to type the date manually it will jump back to the actual date while saving.
It’s very frustrating – can anyone help me? Is this a bug? It worked fine last week.
Thank you very much, Sonja
]]>Hello,
Is there any shortcode available for this widget?
Thanks
]]>Why does the “View All Events” button/page not sort the list in Date order?
It does in the plugin section.
Bob
The “View All Events” button (below my event listings sidebar) links to a separate page where all the events are shown. How can I edit that page? I think it was created automatically by your plugin, but I can’t find it in my pages or posts.
Among the changes that I need to make on that page:reduce the size of the featured images, hide the comments, hide the metrics for comments and likes, and hide the “read more” option.
Hi everyone,
I’m trying to translate a few plugin strings into German, using “Loco Translate” but only a few of them are being found.
Any clues how to proceed?
Not sure if I’m allowed to share image links, so I’ll put it in code brackets.
https://imgur.com/a/qcN5sM4
Looking forward to any tips.
Cheers!
I see this same topic was posted about 6 months ago and is now closed but I could not find a resolution. I have designated my widget to show 10 (the max) number of upcoming events in the list but can only get five. Has anyone solved this?
]]>Can I trigger /set an event automatically, such as when when submitting a Gravity Form or when receiving an email, API, etc?
]]>This site is still under construction.
I would like to get my event list (next to the google calendar) to list more than 5 events. I have poked and prodded everywhere trying to figure out where that was set.
I set my actual WP build to display 10 posts (really want 6-8 but I was going extreme for testing purposes.)
I looked in my theme’s code to see if there was an override. (nope)
I looked in the plugin’s code to see if there was an override (if there is, I can’t find it.)
No matter what number I set, even in the plugin itself I can only display 5 events.
Can someone help? Even if its directing me to the correct files.
Thanks!
How to add the time of the event?
]]>My multi-day upcoming events are listed many times even though I selected “display only on first day of event”. How do I get it to only list each event once with a date range? Thanks.
]]>Hello,
Thank you for this super easy to use plugin. However, I wish to know if i can hide the button ‘View all Events’. Can you may be make this button optional?
Thanks in advance!
Regards,
Nilesh
Hello, I have a problem with this Plugin.
When I create any new Event and set the start and end date, the date will change to the actual date today. Is there any solution for this issue?
Hi, I would like to be able to add my Events, to my actually events page, however this plug in does not let me select a Category to place the events in so I basically have to create 2 of the exact same posts.
Am I missing something? How can I do this? I need to be able to add various posts into my events page and would like to also be able to use this plugin to add upcoming event as well.
]]>Hello,
My first post, also my first website with wordpress.
I like up coming events and I would like for this to interact with Google Calendar.
I tried to use the plugin with iCal link for this event, but I am seems to struggle with it.
I started on wordpress. com https://leedssocietyfordeafandblind.wordpress.com/
You see the upcoming event with calendar on the right side of the page.
I tried to implemt it to wordpress. org here: https://www.leedssocietyfordeafandblind.org.uk/
This plugin seems similar but doesn’t have iCal link as in wordpress. com.
But I keep having issues. also my level of understanding with wordpress and css is very basic.
Thank you I hope this will make our website accessible for deaf and blind.
G
I have the Upcoming Events widget on my home page. Each event only shows Date and time (such as April 29 @ 9:00 am – 12:00 pm). How do I get the title of the event to show?
]]>When using the widget in the footer, it displays only the “view all events” link despite selecting up to 5 events be shown. So none of my events are shown in the footer despite several being active.
]]>I can’t create an event with a proper date (start and end). After saving it the editor alway shows today’s date. In the All Events window I get lot’s of errors like “Warning: date() expects parameter 2 to be long, string given in /var/www/xqueue.com/wordpress/wp-includes/functions.php on line 104”.
Only events where I select today’s date are saved correctly.
The shortcode output in the page still shows nothing that the widget title and a link to the All events landing page.
]]>I am looking for the page that does the writing to the database as well as the php page that does the reading from the database. I would like to do a few customizations. Unfortunately, I can’t seem to find the PHP page that talks to the database. Any suggestions would greatly be appreciated.
Thank you.
]]>Hi all,
I would like to change two things in the display of the widget:
– when an event doesn’t have a “Venue”, the widget shows “My Event Title at” and then, nothing. The at should be written only if the event has a venue.
– when an event has the same Start Date as End Date, the widget displays for example “6th November 2016 – 6th November 2016”. It would be better to display “6th November 2016”, without repetition.
I’ve done 2 changes in widget-upcoming-events.php to display the widget’s text as I want, but is there another way to do this?
Here are the 2 if conditions I have added in the code:
for the venue:
<?php if ( ! empty($event_venue) ) { ?>
<span class="event_venue">at <?php echo $event_venue; ?></span>
<?php } ?>
and for the dates:
<time class="sis_event_date"><?php echo date_i18n( get_option( 'date_format' ), $event_start_date ); ?>
<?php if ( $event_start_date != $event_end_date ) {
echo '– ' . date_i18n( get_option( 'date_format' ), $event_end_date );
} ?>
</time>
]]>
Hi, I’m wondering if there’s away to add (or maybe consider for an update) the support for categories in the events section?
The site I’m currently working in with this plugin I’m using it in conjunction with the Post Expirator plugin. So when the event is finished it’ll automatically delete. However the client just tells me now they’ll like to keep the old events in a separate part. The Post Expirator plugin also has an option to move posts to a different category. But there’s no category support with this event plugin. And the other event plug-in that does have category support doesn’t support Post Expiry. So if this did have support for categories then I can just create an “upcoming” and “past” categories and have the post expiry automatically move it from upcoming to past after the date. Then it’ll be a perfect plugin.
So how can I (or would you consider) adding categories? Thanks
]]>Hi,
is there any chance you ll provide shortcode support..
]]>Hi there,
can we have the function to have the events listed in chronological order when viewed on the /event page?
At the moment the events are listed in the same order as blog posts with the latest published at the top.
Thanks
]]>Hi!
When creating a new event and writing into the editor, in front end no line break appears when showing the event with the widget. Unsuccessfully tried the html br-tag as well.
Anyone else having trouble with this?
Would be really happy about any help with this as I tested many similar plugins so far and found this to be the best so far.
Thanks!
Hi! I run a theatre company and want to show upcoming events both on a calendar page and as a widget on the homepage sidebar. On the calendar page I’d like to include the description of the event for visitors, but some of them get rather long. Is there a way to make it so that the widget only shows the event name, date, time, and location, but not the description?
Here’s the website:
]]>Looks promising. Is there a way for someone (who visits the site, not an admin) to add an event to their Google Calendar or Apple Calendar?
]]>