Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi David,
In that case you might want to look at one of these plugin for helping you duplicate events: http://wordpress.org/extend/plugins/duplicate-tec-event/ or http://wordpress.org/extend/plugins/duplicate-post/
Jonah
ParticipantHi levivene,
You can accomplish this by doing the following:
1. Make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your active theme.
2. Find line 37 and replace with:
http://snippi.com/s/oz62giqThat should do it but let me know if you need anything else!
– Jonah
Jonah
ParticipantHi David,
Unfortunately the code will not have any affect on widgets and you’ll need to work the code in yourself to get it working. There are no events in your upcoming events list because the code I wrote is going to hide all events that have a start date before today. So if any multiday event has a start date before today, its going to be hidden even though it still has upcoming dates. I noted this might not be the most ideal solution and it sounds like it’s not doing exactly what you need. Unfortunately I cannot spend more time developing a solution for you and you’ll either need to play with the code or hire someone to help you. Sorry I can’t offer up any more here.
Regards,
JonahMay 14, 2013 at 2:06 pm in reply to: Changing the Upcoming Events List such that a recurring event would list once #48499Jonah
ParticipantThis reply is private.
May 14, 2013 at 2:05 pm in reply to: Changing the Upcoming Events List such that a recurring event would list once #48498Jonah
ParticipantHi Robb,
We don’t have an official ETA on 3.0 other than it’s coming soon. I’ll post the beta details shortly.
Thanks,
JonahJonah
ParticipantHi Nate,
I think the only thing wrong here is on lines 17, 18 the code should be:
/* Widget control settings. */
$control_ops = array( 'id_base' => 'custom-events-list-widget' );
Let me know whether or not that works.– Jonah
Jonah
ParticipantHi andresthegiant,
Yes, some of these features will be coming in 3.0. I would suggest taking a look at our 3.0 preview page (https://theeventscalendar.com/events-3-0-preview/) or any of the other 3.0 preview videos we did (https://theeventscalendar.com/events-calendar-pro-3-0-preview-video-roundup/) for more info.
We have no official ETA at this time but if you’d like to help test out the beta, please send an email to pro [at] tri [dot] be with a request to get involved.
Let me know if you need anything else.
– Jonah
May 14, 2013 at 1:42 pm in reply to: Event on last day of month shows up on every day in following month. #48493Jonah
ParticipantHi rbelbin,
This is a known bug and besides the workaround you found, there’s also another solution where if you change your timezone in Settings > General to a UTC time, it should resolve the issue.
Let me know whether or not that helps!
– Jonah
May 13, 2013 at 9:44 pm in reply to: Changing the Upcoming Events List such that a recurring event would list once #48419Jonah
ParticipantHi earthrangers,
There’s one other shared solution that I know of: https://theeventscalendar.com/support/forums/topic/reoccuring-event-shows-multiple-times-in-loop/
You can try that but you’re on your own for implementing it. We do have this coming as a feature in our upcoming 3.0 release. We don’t have an ETA as of yet, but I’d be glad to share the beta with you if you’re interested in checking it out and helping us test. Let me know.
Thanks,
JonahJonah
ParticipantHi Cynthia,
The easiest way to do this is with a PHP include that you can include in your theme’s page.php template like so:
if(is_page('home') || is_front_page()) {
include('wp-content/plugins/the-events-calendar/views/gridview.php');
}
I hope that helps but let me know if you have any questions.– Jonah
Jonah
ParticipantSounds good Simone. We’ll still be looking into the issues with importing on Windows 2008, but I’m glad switching servers resolved things for you.
Let us know if you need help with anything else.
Jonah
ParticipantThis reply is private.
Jonah
ParticipantSorry, no we don’t have a public release or estimated release date yet.
Beta links to follow…
Jonah
ParticipantHi Erik,
Sorry to hear about the issues. Is the server environment different? Do you know what kind of server the actual site is running on? Can you provide me the page and/or some events you are trying to import so I can test them myself?
Thanks,
JonahJonah
ParticipantHi lindsayspeer,
Sorry to hear about the issues. The timezone issues should be resolved. Are you using version 1.0.5 of the Facebook import plugin? Also, make sure you have the proper timezone set in Settings > General. If that doesn’t work, please provide me some examples of events that are off so I can test them on my end.
Thanks,
Jonah -
AuthorPosts
