Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Syncing with another TEC calendarHowdy Neil,
We do not have an official way of doing this, but I think one could be put together rather easily.
If you were to use a snippet like this you could export a year (or more) worth of events from your calendar: https://gist.github.com/elimn/532aa266f1a74463509b
Then on your other site using the iCal Importer you could subscribe to that feed, and regularly import any events added to it. The only caveat here is that it will import events that are less than one year out, and if you have a lot of events it might take a ridiculously long time to import.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Adding Events to MenuHowdy SDR,
You might be interested in our new user guide. Notice Step 4 walks you through this exact process, as well as some other coimmon tasks people want to do after installing.
Cheers!
– BrookHowdy Salman,
Avada has added support for The Events Calendar in their latest versions. If their Fusion Builder is conflicting you should drop them a line so they can look into the problem and help you address it. We do keep in touch with this support team and help them where we can, but we are not able to directly support the Avada theme ourselves.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Read More link in month tag not workingHowdy adnanshawkat,
Good question. It looks to be a theme conflict to me. There are a few different areas in which your theme appears to be conflicting with The Events Calendar. You could confirm this by switching to a default unmodified theme like the Twenty series. This guide walks you through how to test for a conflict, and then identify what is conflicting.
If you’re not a theme dev then you might need one to resolve this conflict. Or just switch themes if that’s an option.
Cheers!
– BrookThanks for sharing that tip! That is definitely could info for folks running minifiers.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] how give text a white background – not transparent ?You are very welcome! It’s our pleasure to lend a hand when we can.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Hide expired events?Howdy Dlonm01,
That is not possible without writing a custom script. If you’ve a coder you could certainly accomplish this by tapping into pre_get_posts and setting the start_date for all queries to be today. This would certainly require a lot of testing to get working right tho.
If you’re not, you might checkout and maybe vote on this feature request: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/10414605-a-hide-past-events-option-on-plugin-settings
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Position of next/previousHowdy dlonm01,
That is certainly possible, checkout this tutorial for details on how.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event ListingHowdy csem,
You can definitely display all of your events with the free version. The Pro version comes with a year of support and some bonues features, but even the free version can contain and show an unlimited number of events.
Does that answer your question?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Maximum events per day in month view?Howdy Perrorist,
I should explain how this works. By default it will only show 3 events per day, with a link to “View All # Events”. You can change the # of events from 3 by going to WP-Admin > Events > Settings > Display and adjusting the “Month view events per day” setting.
However, you stated that one of your events appeared a week earlier than it should. That is very off behavior, not normal nor something we’ve really seen before. That’s probably the result of a conflict, and so Hunter was walking you through debugging that.
Does that all make sense?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Hover popup not popping upGood observations, I bet you hit the root of the problem. W3TC has a tendency to reminify files that are already minified. This breaks the file. You can either disable this wholesale, disable it on a perfile basis (all The Events Calendar files are minified) or try enabling SCRIPT_DEBUG which will use the unminified versions of all WP JavaScript files.
Hope that helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar layout doesn't work on mobileHowdy Vgrch,
I am sorry this is giving you trouble. Thanks for the thorough debugging so far and sharing what you’ve tried.
This is a bug we are working to find a solution for ASAP. In the mean time you might try downgrading to 4.0.7, the prior version of The Events Calendar. I have not seen anyone exhibiting these symptoms on that version.
Does that all make sense? Will that work for you? Please let us know.
Cheers!
– BrookSorry about that bartbeat. We usually have a lot of tabs open, and we’ll move away from one to research it before coming back with an answer. We might have come back to the wrong tab by accident!
Thanks for sharing the solution. That’s exactly what I would have recommended. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Add past event status to body tagsHowdy Kappa,
Thanks for getting back. I can see some cases where that snippet would not work. However with some slight modification I think it should cover every case, and Hunter has already done most all of the work. Instead of checking if eventDate is in the past you could check if
$query->get( 'eventDisplay' ) == 'past'I haven’t tested that, but I think it will cover every case of it displaying past events. Either way hopefully the snippet was a good starting place for your goals.
Cheers!
– BrookHowdy kappaluppa,
Thanks for sharing the error and details. I really appreciate the background here.
Are you running any The Events Calendar addons, like Events Calendar PRO or Community Events? If so, they will need to match the version of The Events Calendar you’re updating too. You might try deactivating them, manually updating them while deactivated, update The Events Calendar, then reactivate everything. If you’re not running an addon, does your theme tie into The Events Calendar perchance?
If the above doesn’t help maybe you could share your system info to yield other possibilities? Feel free to redact something from it if you feel that information should be private, but the more info the better about your setup. You can find the system info by going to WP Admin > Events > Settings, clicking on the “Help” tab, and scrolling down to the ‘System Information’ box. (Or by going to [yoursite]/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tab=help) That will give me a lot of extra information to help diagnose the problem.
Cheers!
– Brook