Ed
Forum Replies Created
-
Following up on this, in your Google Maps Console, make sure you the correct APIs enabled: JavaScript Maps API and Geocoding API.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Widget Background Color is always BLUEYou can select this element and apply some custom CSS:
.tribe-events-list-widget .tribe-event-featured { background: #000; }Forum: Plugins
In reply to: [The Events Calendar] Where can I find updated documentation?Hey there,
Thanks for reaching out 😀
We’re currently working to update our documentation to include block support. If you are looking to override blocks, the same procedure is used as was in the past.
If you peek into src/views/blocks files, you’ll note the paths to override, here’s an example >
[your-theme]/tribe/events/blocks/classic-event-details.phpTake care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] There were no results foundHey there,
Thanks for reaching out 😀
You can change this text with a snippet, though I’m not sure if it can be hidden.
// Changes the no results notice in The Events Calendar add_filter( 'tribe_events_the_notices', 'customize_notice', 10, 2 ); function customize_notice( $html, $notices ) { // If text is found in notice, then replace it if( stristr( $html, 'There were no results found.' ) ) { // Customize the message as needed $html = str_replace( 'There were no results found.', 'Your custom notice goes here.', $html ); } return $html; }Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Cannot update the PluginHey there,
Glad you were able to rectify this by manually updating.
I’ll go ahead and mark this as resolved.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] What is the deal with featured images?Hey there,
Thanks for reaching out 😀
Sorry about the wait! We’ve seen a surge in support requests lately.
For those that do not have Pro or the ability to use shortcodes:
You can create a custom page template with your header image, declare it for global use and select it under Events > Settings > Display > Default template.
https://developer.wordpress.org/themes/template-files-section/page-template-files/
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Unable to select a default viewThat’s strange. Can you work through Testing for Conflicts?
Enabling WP_DEBUG could be useful here too.
Does rolling back a version change anything? https://wordpress.org/plugins/wp-rollback/
Take care,
Ed 🤘Hey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Importing Event Start DateHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Format widget display on free versionHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Next Events link jumps year instead of next monthHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] End date ‘jumps’ 3 days when editingHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] php 5.6 or higher errorHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Change of dateHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘Forum: Plugins
In reply to: [The Events Calendar] Previous/Next links and search bar not workingHey there,
Since this topic has been inactive for a while, I’m going to mark it as resolved. Feel free to reply or create a new topic if you still need help.
Take care,
Ed 🤘