Brook
Forum Replies Created
-
Thanks for letting us know.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Enter start and end times for all event daysI appreciate it. Thanks for the feedback. PRO will soon be getting a feature which allows you to do arbitrary recurrences, you can specify which date and times each subsequent day an even will continue through. Currently they must stick to a pattern, where they all begin/end on the same time but can occur on fairly arbitrary days. But, the feature we are building will allow you to handle truly arbitrary situations.
I am personally not aware of any plugins which would allow you to do what you’re after. I do know however that if you’re comfortable making DB edits you can manually adjust times. Or if you have some coding experience you could write a simple enough GUI to let you do that.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Love this plug, but can I change the events-page-title?I am sorry if I was not clear. But the commented code is what I was referring to when I said it works great. When I copied your file to my site, and uncommented that code, it performed swimmingly.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Change "Events for [month] [year]" to Another NameHowdy alvisyhrn,
In this case an even easier solution, checkout this guide.
Did that work?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Add HTML before event content Full WidthThanks for sharing your solution!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Settings are not savedInteresting. That’s good to know what your solution was. Thanks navic!
– Brook
Howdy sugardaddy,
That is not impossible at all. Our plugin actually already does that. If an event is ongoing, like it started yesterday but hasn’t ended yet, then it will show up in both the list widget and the List view of The Events Calendar. If you are not seeing that, then you are actually experiencing a glitch!
If it is not behaving as I described, you should test for a conflict. It sounds like you are experiencing a conflict. This guide walks you through how to test for a conflict, and then identify what is conflicting.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Use an existing custom post instead of EventsHowdy kristachrome,
That is not going to work very well. It would be possible, but will require a high degree of effort and research to do.
Are you just looking to have a field for each event which shows who the speaker is? If so Events Calendar PRO‘s Additional Fields might work. If instead you are just looking to add perhaps a custom taxonomy where you can add speakers/taxes and from an event people could click on that speaker and see all events with them, then that is doable. It’s really just the usual process for adding another taxonomy to a WordPress CPT. Or if you don’t even want to go that far, perhaps you could just use the built in categories tax and rename it to speakers?
I hope that helps. I wish there was an easier way to use your own post type, but I can’t think of one.
Cheers!
– BrookHowdy Justine,
You might try this instead. Geoff’s snippet will only work on Events Calendar PRO and you must not be running that plugin.
.tribe-events-list-widget-events h4 { font-size: 15px; }Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Google Map not showingHowdy David,
Thanks for opening your own topic! I appreciate all of the detail. What is the name of your theme? That is very interesting that disabling wp_head fixes it. That likely indicates that another piece of JS if conflicting with our Google Maps. Unfortunately this happens sometimes, and since Google Maps is not one of WordPress’ built-in libraries, there is no great way for themes and plugins to always work well together when they both want to use Google Maps.
If I know the theme name, we might be able to find a specific solution. You might also try disabling any Google Maps settings in your theme if it has some. Cheers!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Language problemThanks for sharing the solution onolux. That is exactly what I would have recommended.
To reiterate, the issue is that the translation in y’alls language is not complete. We need a volunteer translator to translate any remaining strings, then it will all be well. If you’re interested, join translations.theeventscalendar.com like onolux said.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar not activeHowdy ibaard,
That is strange. Have you tried flushing your permalinks? If so, do you have any redirect plugins or anything? The calendar page is just redirecting to the home one. If you can’t think of anything custom on your site that would cause this, then you might need to give a conflict test a whirl. This guide walks you through how to test for a conflict, and then identify what is conflicting.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Language Problems since UpdateThanks for sharing the solution! 🙂
– Brook
Forum: Plugins
In reply to: [The Events Calendar] events calendar and polylangHowdy ndelavergne,
Currently The Events Calendar does not officially support any multilanguage plugin. 🙁 We are however going to add support for WPML soon. If you would like us to add support for a different one, please mark a feature suggest: The Events Calendar: Suggest a feature
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Still having problem with ajaxI do wish there was an easier way to test. Many developers have a local server environment setup so they can diagnose problems and write new code without affecting their live site. But, of course these are not easy to setup either. I guess it’s just the life of a web developer.
Cheers!
– Brook