Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Clickable email address on event pageForum: Plugins
In reply to: [The Events Calendar] Delete or hide the words "Riassunto italiano"Hello indosta,
It is likely that your theme also has a find out more link, and so it duplicates The Events Calendar’s. See this guide for steps on how to remove the duplicate.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] open Google Calendar link in new windowHowdy pyramusnl,
Thanks for taking aninterest in improving the plugin. I am happy you shared how you made the change.
As much as possible we try to avoid forcing users to do something they might not want to such as opening in a new window when they want to open in this one. Since a mouse middle click opens a new window, and a left click in this one, the user can just as easily choose either when they click. While it’s not as easy on tablets and the like, it’s still pretty straight forward and often opens in an app instead anyways.
But, if enough people are interested in this feature we would definitely think about implementing it. You could officially suggest it and put up to votes over here: The Events Calendar: Suggest a feature
Thanks again! I do appreciate the feedback, and I hope you can understand our rationale behind the current default.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Change Arrow on Previous/Next links on the month viewHowdy leanda,
That is some solid code! Thanks for sharing it.
I apologize, I am now realizing that the Themer’s Guide was not a big help in your scenario. That text is generated by functions not within a theme.
Your code is solid. You could alternatively do a str_replace() on that filter instead, and swap out » for →. But, even if this is simpler your way is more elegant. If I were you I would stick with what you’ve got.
Cheers!
– BrookYou’re welcome! Definitely a puzzling issue. Thanks for letting us know its working for now.
– brook
Forum: Plugins
In reply to: [The Events Calendar] How to make Events page have a postid numberI am happy to hear that will work. 🙂
– BrookForum: Plugins
In reply to: [The Events Calendar] Auto Notification EmailsHowdy humanalbatross,
It sounds like you are doing a real in-depth survey of the code. There are a few code features in the Core The Events Calendar plugin that are implemented in our add-on suite. For instance, the ticket framework is used by 5 of our add-ons. The tickets all share a lot of similarity. Each is designed to sell tickets, but for a different shopping cart plugin. One for WooCommerce, another for WP E-Commerce… It made sense to put the shared code in the Core plugin. That code is not run unless you install an addon, but it still resides in Core to avoid duplication.
You have discovered one such feature that made the most sense in Core. That particular feature is for the Community Events plugin, which allows regular users to submit events for your approval. When one is submitted, you can be notified about it and review it for publishing.
Does that make sense? Cheers!
– BrookForum: Plugins
In reply to: [Advanced Post Manager] usable with pro version?Howdy Corrado,
The Pro version of The Events Calendar includes a number of configuration files to get this integrated. With Pro it’s automatically setup and when you activate it it shall appear. Without Pro you would need to run through the usual steps of setting this up for a custom post type as outlined in the description and readmes. The instruction are intended for PHP developers though, so if you are not one it might be hard to follow.
Does that answer your question?
Cheers!
– BrookForum: Plugins
In reply to: [Advanced Post Manager] usable with pro version?Howdy Corrado,
The Pro version of The Events Calendar includes a number of configuration files to get this integrated. With Pro it’s automatically setup and when you activate it it shall appear. Without Pro you would need to run through the usual steps of setting this up for a custom post type as outlined in the description and readmes. The instruction are intended for PHP developers though, so if you are not one it might be hard to follow.
Does that answer your question?
Cheers!
– BrookHowdy Calvin,
That is strange that an update changed that behavior. Have you tried passing the post ID of the event to the_title_attribute()? That should work. If it doesn’t, does the_title() also return null?
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Google Map and DetailsHowdy tinab320,
There definitely is a way. Our Themer’s Guide walks through modifying the PHP templates so you change the look, wording, and order of things. However, it does require a decent amount of knowledge in PHP. If that is not your forte, perhaps you have a developer on hand who can help?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] All Event returns 404 after upgradeHowdy dubbo,
As luck would have it I actually wrote a guide for this problem. It crops up from time to time in the wordpress world, and fortunately the first set of steps outlined in this guide fixes it 90% of the time.
Troubleshooting 404 Page Not Found errors
Did that work for you?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Admin bar disappeared after update to 3.10Thanks for marking this resolved!
Have you tried enabling the new month view caching feature in WP Admin > Events > Settings ? That might solve your problem as well.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] French translation not workingThanks for letting us know idabonnin. Basically upcoming events is a concatenated string in 3.10. It has to do with the new capability we added which allows you to change the word “events” to something else, such as “shows”. Hence why they are two separate strings. https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Visual Editor Not Allowing UpdatesWell that’s unfortunate. Have you tried a conflict test? This guide walks you through how to test for a conflict, and then identify what is conflicting. Did you update any plugins or your theme last week? If so, you might start the test by disabling those first. Once you know what is conflicting it becomes possible to research a solution!
Cheers!
– Brook