Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar sidebar is not showingHowdy Janet,
I would love to help you with that. You can specify which template the calendar in WP-Admin > Events > Settings > Display. Click the Template drop down, and select the Page Template from your theme which has a sidebar. Did that work?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] No events in list viewI am sorry to hear that phusebox. It sounds like you are experiencing a conflict. In order to proceed you will need to 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. Are you able to find a conflict?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Past eventsHowdy debabratsharma,
Definitely, all past events are kept in the archive pages. Just click Previous Events at the bottom and it will show a list. Or if you are the Month or Day view, click to the previous month or day.
Cheers!
– BrookHowdy clayduda,
I would love to help you with that. Using the orderby “event_date” might work. If it doesn’t you probably need to know PHP to get this working though. You will need to write an integration between Display Posts and The Events Calendar, which is not easy to due without a goodly bit of PHP knowledge. 🙁
I hope that works. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Translation and layout (?) problemYou’re welcome. I am glad we were able to get things translated. Thank you for the contributions!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Restricted event deletionHowdy Tom,
I wish our plugin was better suited for bookings. We are adding features to help with this sort of thing, and eventually it might work well for your needs. But it’s not there yet.
I hope you can find a solution. Off the top of my head I am not aware of one. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How to view all events in list modeHowdy dvize,
The easiest way to do that is to set the default month to one in the distant past, before you added any events. Then all events are basically future events.
https://theeventscalendar.com/knowledgebase/set-calendar-to-show-specific-month/
Cheers!
– BrookHi Daemos,
That customization is a bit beyond the scope of what we typically offer here in the volunteer forums. That said, you should recommend this as a feature: The Events Calendar: Suggest a feature. In the future we might be interested in writing a tutorial or snippet of code that does this.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Fatal errorAwesome! Your theme’s author is really on the ball. 🙂
– Brook
Forum: Plugins
In reply to: [The Events Calendar] events calendar/pro – import from facebookHowdy wa118229,
Sadly Facebook does not allow this. The only workaround is to contact the event owner on Facebook and ask them to temporarily remove the age restriction. Usually that’s not feasible though, and it makes more sense to copy/paste the content from Facebook into a new event.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Link events in month overview to existing postHowdy Vicky,
That is definitely possible. If you set the “event website” field to the existing post, then follow the steps in this guide you should be good to go: https://theeventscalendar.com/knowledgebase/make-links-event-go-straight-event-website/
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Month view shows disturbing design elements of themeHowdy Vicky,
I am sorry no one has been able to help thus far. Just so you know Modern Tribe does not offer support for customizing themes in the free volunteer forums here. However, I definitely will leave this topic open in the hopes that one of the community members has the time to volunteer some assistance.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar View labeled ArchivesHowdy globalonline,
Our plugin is just a WP Custom Post Type. The page it creates is a standard run of the mill Custom Post Type Archive page. Modifying these is certainly possible in WordPress, but due to how WP is designed it must almost always be done through PHP code. If you would like to modify the look checkout 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 hope that helps. I do wish it was easier to modify these pages. It is a bit of a weak spot in WP’ API in my opinion.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Previous Events in Wrong Chronoligical OrderHowdy BA,
That’s not possible via a snippet. However it is via 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.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events Calendar PROHowdy Roger Simms,
I would love to help you with that. Clicking that sort button will change the URL from something like this:
example.com/wp-admin/edit.php?post_type=tribe_eventsto this:
example.com/wp-admin/edit.php?post_type=tribe_events&orderby=start-date&order=ascThe easiest solution is to simply bookmark the above and visit it. If you prefer to truly change the default though, you can with a little programming. Using the WP Admin Menus API you could add a new link to the The Events Calendar menu that links to the different sort order, and you could even remove the old one.
Would one of those options work? Cheers!
– Brook