Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] How to display a calendar in template?Howdy typotamer,
I worry we may have misled you before. You can specify the calendars URL and choose the template that it applies to, even in the free version.
If you wish to show the calendar in a new window then just add a _blank target to the link, same as you would to any other link in HTML to show it a new window.
Hope this helps. If you need more info please feel free to open your own topic. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How to display Month View in page templateHowdy Cmodi,
Unfortunately such a thing will be extremely complicated to do. Far beyond something that can be outlined via a forum exchange. We are working on baking shortcodes into the calendar, but this has been many months in the making and is not small undertaking. Once it’s ready though, your customization will be substantially easier. Until then, I doubt you will find a great solution without investing many many hours yourself building it. I wish I had better news.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Custom post type not registeringHowdy David,
I am sorry the $post var is no longer looking working for the location of your code. Depending on where the code is there might be a different variable setup, which you could find by setting a breakpoint with a debugger such as x-debug. However there is also a possibility the query will not have run yet, or a new query will have override it. In this case it will be easiest for your to do a new query for the event details you need. You can get the post ID from the slug, and do your meta query from there.
https://codex.wordpress.org/Class_Reference/WP_Query
I hope that info helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Pre purchase questionHowdy Melanie,
Thank you for the feedback. We do our best to make it easy to use and just work out of the box, but indeed it is not possible to make every customization without knowing WordPress/PHP. Unfortunately this will continue to be a necessity until computers can start thinking for us.
If you have any specific questions let us know. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] What's the matter about tribe.be ?Howdy 63com,
Like Drake said you appear to be accessing the wrong site. Thanks for taking the time to let us know you suspected our site was out though. It’s kind of you.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Map and details do not appearHowdy ucribeiro,
I am sorry I do not understand what is going on. Do you have a screenshot of the problem, or can you elaborate any?
Thanks!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Google Map and DetailsHowdy ucribeiro,
We would love to help you. Per the wordpress.org forum rules, would you mind opening a new topic and elaborating on what your issue is, and if possible providing links to your site or images of the issue?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] post__not_in, eventDisplay custom and upcoming eventsHowdy tokkilee,
Good question. It sounds like you will want to set the orderby parameter to ‘event_date’. Checkout this link for more infor on the order by parameter: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
When doing an event query a few extra orderbys are accepted including ‘event_date’. A full list can be found in the method Tribe__Events__Query::posts_orderby() (/the-events-calendar/src/Tribe/Query.php)
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Google mapsHowdy Dezine,
That is certainly a different issue. Never seen quite this before. I will say though that most Google Maps issues stem form a theme conflict. Have you tried switching to a default theme such as Twenty Fourteen while simultaneously disable all other plugins? That would help rule out a conflict.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] filter searchHowdy Sara,
That is not a built-in feature of the calendar. It could certainly be added though via our current API. It will however require a good bit of PHP and WP knowledge to add such a feature.
I hope that info helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event Category link not workingI forgot to mention, one solution that doesnt require custom coding is the community built addon The Events Calendar Category Colors. It will not add the category list to the widget, but it will add a list above the calendar and allow you to customize the color of each.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event Category link not workingHowdy Jan,
I see where you are coming from. It would be excellent to have a list of event categories on that page. This would certainly be possible, but it will require some custom PHP coding.
The WP Category widget is only for WP categories, not events ones. The events categories are a separate “WP Taxonomy”. If you were to create a custom version of that widget, perhaps by copy/pasting the existing one, you change the taxonomy that it displays to ‘tribe_events_cat’ and show the events instead. Then add that widget to the calendar page in place of the current one.
Does that answer your question?
Cheers!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] recurring event plug inHowdy sancheza,
Just to make sure we are on the same page: The basic plugin is called The Events Calendar, which is what this forum is for. It is free. Recurring events are not a feature in it however, they are a part of an addon called Events Calendar PRO.
Events Calendar PRO is not free unless you are a legally recognized non-profit in your country. If you are then you can apply via our website for a free license.
Does that answer your question? Cheers!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Install error and vanishing calendarHowdy Onnoah,
That is a strange issue. I have seen it happen on my own server, when for some reason my server is locking a file from being editted by the WordPress user. The solution is to manually delete the plugin. You might be able to do this from WP Admin > Plugins, or you might need to login via FTP and delete the plugin folder. Then reinstall the plugin with the latest version. This is essentially a manual update, so no calendar data will be lost. But, it’s always safest to make backups first just in case something unexpected happens.
Does that answer your question?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event Link not in Dots on MobileHowdy again,
This seems to be a duplicate of: https://wordpress.org/support/topic/event-link-not-in-dots-on-mobile
If I am mistaken please let me know. I want to answer your question, but my answer would be the same as the one posted in that topic.
Cheers!
– Brook