Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar Search not displaying all eventsHowdy Vkprog,
I definitely understand where you’re coming from. Everyone wants more accurate search results. But getting there is anything but basic. There is a reason why Google is the second richest company on the planet, they are successfully tackling one of the most difficult problems software has ever faced. And to get there they have hired some of the most talented people on the planet and invested billions. In short, search is difficult.
But your request would make an excellent feature suggestion! 🙂 We will definitely monitor it to see how many folks want something similar.
We were looking where to modify the queries, but didn’t find where it is. Could you guide us?
You can modify this query the same way you will modify any query: via pre_get_posts.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Maximum events per day in month view?You’re welcome! Happy to help.
Forum: Plugins
In reply to: [The Events Calendar] tribe_create_venue() country code not convertingHowdy dabernathy89,
It would seem our docs are a bit out of date there. You actually want to past the full text now. If the country is the UK then “United Kingdom” should work.
Thanks for bringing this to our attention. Does that answer your question? Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Programatically change month view to list viewHowdy Heroimba,
To do that you can just link direct to the event list page. If for instance your calendar is example.com/events/, then the events list page can be found here: example.com/events/list/.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Outlook integrationHowdy Mona,
Our iCal file is targetted towards native apps include Outlook. Simple importing that file into Outlook should work as expected.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calander is not showing current eventsHowdy Decopolis,
I can think of a couple possible reasons for that:
1) Logged out users frequently see caches pages, and it can take a while for the cache to update and show new stuff like events. Have you tried clearing your servers caches?
2) The events are set to “private visibility” or perhaps still pending approval. More details on that here: https://codex.wordpress.org/Content_Visibility and here: https://codex.wordpress.org/Post_Status
Does one of those sound like a possible cause?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] open Google Calendar link in new windowHowdy pyramusnl,
I think that would be a great idea. I can think of two ways to fast track that change:
1) Did you ever suggest this as a feature request? If so can you share a link here, I’m having trouble finding it.
2) Or if are familiar with git submit a pull request implementing this filter. We’ll take it from there.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Wrong Date FormatHello Axel,
I am guessing the UTC setting is coming from WP’ General settings. If you go tgo WP-Admin > Settings > General you will notice you can the time format for your entire WP site, including our calendar. Does it currently include the UTC code in the time format?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar layout doesn't work on mobileFor sure, I believe this will be fixed within 2 weeks. We have already patched it and are just having folks run it and our other patches through a battery of tests.
Thanks for the feedback. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event list view is a bit strange. How can I fix this?Howdy paolo,
Thanks for making clear the distinction. Either way the linked thread is the best starting place i can think of. While it will hide all started events, with a little tweaking you could make it so that it only hides started events if they were starts over x days ago.
Thanks for getting back!
– Brook
Oh that would make sense. We seldom update that template but I guess we did today. Thanks for sharing the details!
By the way, it would be awesome if including the venue/city/state was a standard option on the widget 🙂
I definitely could see that. The pro version has a much more sophisticated and frankly nicer looking widget that replaces the one you’re using. We sometimes forget about this little guy because all of us are used to having the Pro version activated. I will have to keep that in mind. Thank you so much for the feedback.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calender URL redirects to another webpageThanks for getting back Bydlo. Good to know the cause!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Change Tickets Input to Drop Down listHowdy Clarke,
To do that you will likely need to create a theme override. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look, wording, and order of things. I can’t be more specific though because I am not sure specifically which tickets input field you’re referring to, especially one within the core The Events Calendar plugin. If you need a little more direction mind detailing what you want to change, maybe a screenshot or link as well?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Unable to view events on day view.Howdy S,
That is bizarre! I had to test this on a couple of my sites to see if I could reproduce it. But I am not seeing that same problem. You can give it a go on our official demo: http://wpshindig.com/events/2016-03-05/
In light of that I think this might be an oddity of your setup, possibly a plugin conflict. If you’re worried about fixing this you might test if a “conflict” is happening, and if so narrow it down so a fix can be found for it. This guide walks you through how to test for a conflict, and then identify what is conflicting.
That all make sense?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Creating multiple events from the same postHowdy M,
That is definitely possible. We call them “recurring events” and they are a feature of Events Calendar PRO. Does that answer your question?
Cheers!
– Brook