Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi David,
Sorry to hear about the troubles. Let me try and answer your questions:
1. Unfortunately this is the current functionality and there is no way around it. For sites with lots of events this is going to be a problem.
2. You could suggest to use the filters in the events list: http://cl.ly/image/361A0t0A1m01 – that would let you narrow down your search to particular start dates. This could apply to #1 as well.
3. You should be able to do this by setting the recurrence pattern to Custom and then Weekly like you see here: http://cl.ly/image/420I162t460b
I hope that answers your questions but let me know if you have any others.
Regards,
– JonahJonah
ParticipantHey Matt, did that resolve things for you?
– Jonah
March 6, 2013 at 6:55 am in reply to: Next Event Widget is displaying Events that have already passed. #41746Jonah
ParticipantHi Scott,
I’m seeing the same behavior on my dev site too. I’m discussing it with the rest of the team to make sure I’m not missing something obvious. Stay tuned.
Thanks,
JonahJonah
ParticipantHi Matt, sorry to hear about all the troubles. You need to update the version of jQuery your theme is running to 1.8.3 (or the version WordPress loads) instead of 1.6.2 like you have now. This is an outdated version. Also, 2.0.11 is the latest version for the Pro version of our plugin, so that’s why you are still seeing that message. Please update (manually if need be) to 2.0.11
I hope that helps but let me know if you have any questions.
Regards,
– JonahJonah
ParticipantHi Tim,
I’m not quite sure what you mean, can you elaborate?
– Jonah
Jonah
ParticipantHi stjoesreading,
Do you have a link to share I can take a look at?
Thanks,
– JonahJonah
ParticipantHi beonair,
The cleanest way would be to modify the single event view. Make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your theme. Then remove lines 35 – 49. That should do it.
Does that help?
– Jonah
Jonah
ParticipantHey slwinter,
Thanks for the vote! The only thing you can do now is hide the end date field, but if some of your events have an end date that won’t help. This won’t make it into our upcoming 3.0 release but it could after that in the future.
– Jonah
Jonah
ParticipantHi vrgcape,
The plugin will not auto import past events. They need to be manually imported one by one. Does that help?
– Jonah
Jonah
ParticipantHi ravichandraraja,
You can target the time via:
.eventsAdvancedListWidget .when {
color: red;
}
Jonah
ParticipantHi Dusan,
Hi vrgcape,
Unfortunately no, we don’t have this built into the plugin so you will need to create a custom feed to do this.
– Jonah
Jonah
ParticipantGreat. We will post back here when we have more of a solution for you.
Thanks for your patience!
– Jonah
Jonah
ParticipantYou’re welcome aj, are you all set here then? Let us know if there’s anything else you need.
– Jonah
Jonah
ParticipantHi ravichandraraja,
You would want to put the CSS in your theme’s style.css file. You could add something like this for example to affect the color of the links:
.eventsAdvancedListWidget .event a {
color: red;
}
The styling possibilities are limitless. If you’re not familiar with CSS, I suggest taking a look at some tutorials online to learn more. Good luck!– Jonah
Jonah
ParticipantHi Joan,
I have an update for you but I need to test some things out, particularly against your query code. Can you please post the code you are working with for your venue query to: http://snippi.com/
Thanks,
Jonah -
AuthorPosts
