highprrrr
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] tribe_event_featured_image Filter Not FiringI noticed this also affected the single event page tho, so if you don’t want that, you’ll need to throw in some kind of conditional like if (!is_singular) or something (I’m not great with PHP)
Forum: Plugins
In reply to: [The Events Calendar] tribe_event_featured_image Filter Not FiringAlso this is way beyond the scope of support we offer here so this never happened.
Forum: Plugins
In reply to: [The Events Calendar] tribe_event_featured_image Filter Not FiringSomething about the [‘sizes’][‘mq-extra-small’] was breaking the URL
Forum: Plugins
In reply to: [The Events Calendar] tribe_event_featured_image Filter Not FiringI got it to work with this code:
add_filter( 'tribe_event_featured_image', 'eqm_add_acf_featured_image', 10, 3 ); function eqm_add_acf_featured_image( $featured_image, $post_id, $size ) { $image = get_field('event_featured_image'); $featured_image = '<div class="tribe-events-event-image"><a href="' . esc_url( tribe_get_event_link() ) . '"><img src="' . $image . '" /></a></div>'; return $featured_image; }But only after changing the custom field from a type of Image to a type of File, and changed the output to URL instead of Array.
Forum: Plugins
In reply to: [The Events Calendar] Event Calendar doesn’t show todays eventHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar – Complete description in list-viewHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [The Events Calendar] Upcoming events Messengers notificationHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [The Events Calendar] Only show titles in listThis would require creating templates and overriding the default templates per this article: https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/
This is not something we support, even in our premium support. We recommend checking out codeable.io if you’re not comfortable with PHP and WordPress development.
Forum: Plugins
In reply to: [The Events Calendar] Switching from Legacy ViewHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [The Events Calendar] WPML Language switcher url doesn’t add / after lanuageHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [The Events Calendar] Post-update I can’t control event datePlease deactivate all plugins, (except calendar plugins) and see if the issue goes away.
Also please try activating a default WordPress theme, like 2019 and see if the problem goes away.
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar and Hello Elementor Calendar ViewHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [Event Tickets and Registration] Tickets are not being generated and sentHey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.
Forum: Plugins
In reply to: [Event Tickets and Registration] Where $active_rsvps createUnfortunately this is beyond even our premium support. You might want to check out codeable.io, a marketplace of freelance WordPress developers.
Otherwise all I can do is direct you to our DevDocs: https://docs.theeventscalendar.com/
Forum: Plugins
In reply to: [Event Tickets and Registration] Event tickets plusHi there.
Community Events will be required to allow front-end submission.