WilloftheD
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar Widget – View Calendar linkHi there,
Since we haven’t heard from you in a while on this topic, we will assume that the problem was fixed or is no longer applicable, and with that, I will mark this as resolved.
If that is not the case, please let us know, and we will gladly remove the Resolved tag and try to help you further. Or you can create a new topic with the problem if you prefer.
Cheers,
AbzForum: Plugins
In reply to: [The Events Calendar] URLs messed up after update to V6Hi @cutu234, I checked your ticket in our helpdesk, which was handled by our higher Tier. My colleague will update you on our helpdesk thread since you have an active license and for us to follow WordPress Forum Guidelines regarding users with premium/pro licenses.
Apologies for the inconvenience.
Forum: Plugins
In reply to: [The Events Calendar] URLs messed up after update to V6Hi @cutu234, sorry to hear about this. I reached out to our team, and got back to me — we’re still working on several fixes and compatibility issues for WPML.
I know this is not a satisfactory answer, but rest assured that this is already on our radar, and we have already added your case to the bug ticket. We’d make sure to follow up on this and keep everyone posted as soon as we release these fixes.
Hang in there,
Abz
—
Internal Bug Ticket Reference:
TEC-4758Forum: Plugins
In reply to: [The Events Calendar] Elementor posts widget > Show ONLY upcoming eventsHi @anabellafp and @zauberfloete,
Sorry to hear about this. We were able to confirm and replicate that this is a bug in our plugin. I already created an internal bug ticket for this and added your case. I already shared it with our team and devs, I appreciate for sharing the details here.
I am unable to provide an exact date or time estimate for when this bug will be fixed, but you’ll be notified when there are any updates. I’d leave this thread open as well.
Again, thank you for your patience. Hang in there.
Best,
Abz—
Internal Bug Ticket Reference:
BTRIA-1741Forum: Plugins
In reply to: [The Events Calendar] Noindex, Follow & Noindex, NofollowHi @cbruner, sorry to hear about this. Were you able to create a staging site as @d0153 initially suggested?
I reached back to our team, and they shared this snippet here:
use Tribe\Events\Views\V2\Template_Bootstrap; add_filter( 'tribe_events_add_no_index_meta', function() { if ( tribe( Template_Bootstrap::class )->is_single_event() ) { return false; } } );To be safe, we really recommend conducting tests and updates on a Staging Server. Also, please keep a working backup of your website.
Please let us know how it goes.
Best,
AbzForum: Plugins
In reply to: [The Events Calendar] Noindex, Follow & Noindex, NofollowHi @cbruner, one of our devs got back to me. Could you try this snippet here ⬇️
add_filter( 'tribe_events_add_no_index_meta', function() { if ( tribe( Template_Bootstrap::class )->is_single_event() ) { return false; } } );Let us know how it goes.
Forum: Plugins
In reply to: [The Events Calendar] Error when upgrade to version 6Hi @bichleces, sorry to hear about this. I’m curious what PHP version are you using? Please note that we’re not fully compatible with PHP 8.x. See the article here.
It would be good to test and downgrade to PHP 7.4. To be safe, we’d recommend conducting these tests on a Staging Server. Also, please keep a working backup of your website.
Forum: Plugins
In reply to: [The Events Calendar] Unable to go to previous or next monthAppreciate you chiming in here @studiotwee and that’s correct please try excluding our pages in caching.
Here are some articles and references on how to set it up with various third-party caching plugins → https://theeventscalendar.com/knowledgebase/guide/caching-with-the-events-calendar/.
Please let us know how it goes.
Kind regards,
AbzForum: Plugins
In reply to: [The Events Calendar] Calendar select year backendHi @silviagruppoco, this is a known issue while using the Block Editor. As a workaround, you can use the Classic Editor for now.
Kind regards,
AbzForum: Plugins
In reply to: [The Events Calendar] Add Content Above Search Box for Specific CategoryHi @sflwa, we do not have that specific function for this conditional statement. However, this is the closest we have
tribe_event_in_category.See dev docs here:
https://docs.theeventscalendar.com/reference/functions/tribe_event_in_category/Kind regards,
AbzHi @versadeveloper, thanks for confirming and testing it out. We do not fully support customization, although I can’t pinpoint it — seems like a conflict with the JS libraries used on your custom theme.
Forum: Plugins
In reply to: [The Events Calendar] Problem with slugs and translationHi @ramizilter, I appreciate you providing more details and confirming that you’re using the same settings.
I suspect it could be related to the issues we’re investigating regarding WPML. We do have a couple of fixes coming out soon. However, we do not have an estimated time of release. We’d keep you posted on this thread.
Lastly, I’d confirm it with our team regarding this issues.
Hang in there,
AbzForum: Plugins
In reply to: [The Events Calendar] Noindex, Follow & Noindex, NofollowHi @cbruner, yikes. Apologies, I misread the thread here. 😓
Let me reach out to our team and see if we do have another workaround for this. I’d get back to you as soon as I hear from them.
Hang in there,
AbzForum: Plugins
In reply to: [Event Tickets and Registration] Button Text ChangeHi @ipbroad, thanks for providing more information here. I could see that the page is pulling from another plugin
wp event solution, by any chance you’re using another Event Plugin?Kind regards,
AbzForum: Plugins
In reply to: [The Events Calendar] Elementor and The Event CalendarHi @passedevant, I appreciate the updates here. That’s weird. Events migrated from pre-6.0 shouldn’t have any issues after migrating.
I want to learn more about this issue. Could you try updating a couple of pre-6.0 events, not necessarily re-creating them but try and update it and see if that works?
Please keep me posted.