Santiago
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Add text next to date in month viewHi @danstramer,
Thanks for writing in,In order to add some custom text in the grid you will need to create a new template for the following file>
/the-events-calendar/src/views/v2/month/calendar-body/day.php
You need to place the copy in this path> [your-theme]/tribe/events/v2/month/calendar-body/day.phpNow you will have to look for line 130 where the number label is printed, then add the text based on the logic you need.
Let me know if it helps
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Fullwith calendar pageHi @webreneszansz
Thanks for writing in,Could you please go to Events->Settings->Display and make sure you select ‘Default Events Template’ under the option ‘Events template’
Let me know how it goes
Best
SantiagoHi @filippettia
Thanks for reaching out,1- You can use the URL //your-site/events in a custom link if you want and you can also add the calendar as a menu item from Appearance->Menus. Here is an article that will help you with it.
2- The list widget will only show the a list of upcoming events, but it will not offer the ability to switch to a different view such as month. This is only possible from the main calendar.
3- There seems to be a confussion on how the calendar is displayed. You just need to create events from Events->Add new, those events are going to be displayed in the calendar, and in case you select an individual event it will be displayed using the event template. Summing up, there is no need to copy the template in your theme, nor change the setup for the custom template selection.
This guide may help you getting started with our calendar. Let me know if there is anything I’m missing.
Best
SantiagoHi @shogedal
You seem to be right about this. The extension does not affect the widgets for now.
I will share this with the team and keep you updated if there is any change on this in the near future.Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Custom Field Data – Zapier & APIHi @jasonbroderick ,
Thanks for reaching out with this question.I know this can be disappointing as the first meta field you’d want to share when zaping an event would be the start and end date.
Our team is currently working on improving the integration with zapier. Hopefully we will be able to share the good news soon.
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Styling IssuesHi @bigant841
Thanks for writing in,What you see in your calendar month view is the mobile version of the calendar.
This happens some times when the width of the container where the calendar is loaded is to narrow. This does not seem to be the case.
Could you try adding the following code to your theme’s functions.php and see it it changes anything?function customize_tribe_events_breakpoint() {
return 600;
}
add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );Let me know how it goes
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] How to remove the date and time from an event display?Hi @moedan9
I had a look on your calendar and I guess you found the right CSS to hide the dates?
Please let us know if you still need any help with this.Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Single event template (Blocks Editor) issueHi @doyenwilliams,
Thanks for writing in,Could you confirm if the featured image shows up correctly on the event edit page and for the same event it does not show up on the single event view on the front end?
One more request. Could you please share your system information.
Paste it in your reply.Looking forward to hearing from you
Best
SantiagoHi @abakameyer ,
I had a look in your site and it seems to be working fine now. Did you sorted it out?
Let me know if there is anything else I can help withBest
SantiagoForum: Plugins
In reply to: [The Events Calendar] date display wrong- Version 5.0.3.1Hi @dsawyers,
Thanks for writing in,This seems to be an issue related to your site’s timezone.
Could you pease go through this article and see if your settings are correct?Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] How to show the events front endHi @pstidsen,
Thanks for the update.This issue can be solved by creating a custom translation file.
You can also contribute to the danish translation in our translation site.
I hope it helps.
Cheers
SantiagoForum: Plugins
In reply to: [The Events Calendar] How do I change the title of my Events website pageHi @designbymorph,
Thanks for reaching out to us,The title in your events page does not come from our templates but more likely from your theme’s archive pages template.
My first suggestion is to look into your theme’s settings and see of the title can be changed from there.
If not, you could create a custom archive template to change the title to what you need.Lt me know what you find
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] full-screen bannersHi Sergey,
Thanks for reaching out,I had a look and your site’s calendar seems to be working fine now.
Please let me know if I’m overlooking something.
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Events now ShowingHi @fortetest,
I had a look and everything seems to work just fine with your site now.
Please let me know if I’m overlooking anything.
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Editing template of WidgetHi @aehernandez,
Thanks for reaching out,The file you should override is: /plugins/the-events-calendar/src/views/widgets/list-widget.php
And the path for the custom template should be: [your-theme]/tribe-events/widgets/
Let me know how it goes
Best
Santiago