Deblyn Prado
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Next year events showing year number two timesHello @saramansouri!
How’re you doing?Yes, it looks like something wrong during the registration process. Would you mind to share a screenshot of this Event in your WordPress dashboard?
I’d like to see how you inserted all the information.
Please let me know
Cheers,Forum: Plugins
In reply to: [Event Tickets and Registration] RSVP button causes console errorHi there @wpsitecare!
This sounds like some conflict happening in your website.
Please go through the Testing for Conflicts tutorial and let me know if this helpsCheers,
Forum: Plugins
In reply to: [The Events Calendar] Redirect from Events Calendar page not workingHello @ghostpool!
How’re you doing?The Post Type tribe_events that you’re using is correct.
Instead is_post_type_archive() try to use get_post_type() and see if it works betterCheers,
Forum: Plugins
In reply to: [The Events Calendar] Duplicating Events and SEOHello @rondasawyer!
How’re you doing?I’m sorry, I don’t fully understand what you’re trying to do.
As far I can see you don’t have The Events Calendar Pro version, but you’re trying to “simulate” the Recurring Events feature using some plugin to clone your Events.Is that correct?
Feel free to share any additional details about what you want to do so I can better help you
Cheers,
Forum: Plugins
In reply to: [The Events Calendar] Translation on event description and venueHello @hristkop!
How’re you doing?I believe that you’re talking about this plugin https://wordpress.org/plugins/qtranslate-x/ am I correct?
This has been discontinued and won’t receive updates anymore.
Our plugins work better with WPML, check this article that explains how to use WPML + The Events Calendar https://theeventscalendar.com/knowledgebase/k/wpml-support/Let me know if you have any questions
Cheers,Forum: Plugins
In reply to: [The Events Calendar] Widget event list doesn’t workHello @anweb!
How’re you doing?You can manipulate that date using .tribe-events-widget-events-list__event-date-tag-datetime class.
See bellow an example:
.tribe-events-widget-events-list__event-date-tag-datetime { font-size: 17px !important; margin-left: 30%; }You can copy this code and paste under “Appearance > Customizer > Additional CSS”
Forum: Plugins
In reply to: [The Events Calendar] Ajax pagination remove classHello @benjoco07!
How’re you doing?Thank you so much for the video, this looks like some conflict happening in your website.
I would recommend you to run Testing for Conflicts to see if you’re able to identify what’s causing it https://theeventscalendar.com/knowledgebase/k/testing-for-conflicts/
Cheers,
Hello @ephesian!
I’m sorry that you’re having issues to apply your customizations.
I know it’s been a while, did you solved this or may I help you?Please let me know
Cheers,
Forum: Plugins
In reply to: [Event Tickets and Registration] Adding event name to PDF invoicesHello again @greenevents22
To do what you want will be necessary some customization, as a start point you can read this article that will teach how to proper apply customizations and keep them working even if you update our plugins – https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/
I believe that you somehow have the “id” of the purchase product under $item array provided by WooCommerce.
Once you know how to get this ID, the following code can better guide you on how to get the Event Title// Getting the event ID based on the product ID $event_id = get_post_meta( $item['ID'], '_tribe_wooticket_event', true ); // Getting the event title based on the post ID $event_title = get_the_title( $event_id );Hope that this helps you to proceed 🙂
Forum: Plugins
In reply to: [Event Tickets and Registration] Translation of RSVP form feildsHello there @brittlinnworld!
How’re you doing?It’s possible that the plugin isn’t fully translated in your language, because of this you’re still seeing strings in English.
You can download .po file as mentioned by @jjw-1
This article may help in the workflow https://theeventscalendar.com/knowledgebase/k/translating-the-events-calendar/Let me know any questions
Cheers,Forum: Plugins
In reply to: [Event Tickets and Registration] Adding event name to PDF invoicesHello there @greenevents22!
Thank you so much for sending this question!
I’ll check with our development team if is there any function that we can use to do that.
I’ll let you know as soon I have news from them
Cheers,
Hello there!
I’d like to let you know that we’ve been working together with Polylang team to better integrate our plugins. After some back and forth they released Polylang v3.1.1 that increases compatibility with The Events Calendar and should fix the issue that you’re facing.
Please note that’s necessary that you have setup ‘Pretty permmalinks’ under “WP Dashboard > Settings > Permalinks”. In a perfect scenario you should be using Post Name or any other option that includes ‘name’. Use something like plain may cause Fatal Errors once you have Polylang and The Events Calendar active.
Please update your Polylang plugin and remember to keep our plugins updated too.
This should solve your issue.Let us know any feedback
Be safe!
Cheers,Hello there @docudelight811!
This is a weird behavior, use the same word in the Event Slug or Category Slug shouldn’t generate a issue like that.
Do you have an example URL that I can use to reproduce the issue?
Please let me know
Cheers,Forum: Plugins
In reply to: [The Events Calendar] Customize categories in filter barHello there @gatus!
How’re you doing?Since you’re using Filter Bar you have a license to this plugin right?
Can you please open a Support Ticket using Premium channel here https://support.theeventscalendar.com/my_tickets please?This is the right place to get support for our premium plugins.
Thank you!
Cheers,Forum: Plugins
In reply to: [The Events Calendar] No next month link and strange over lappHello there @stevebrett!
I’m so sorry for the issue that you’re facing. I’ve checked your Events page and I can see the issue that you mentioned but for me looks like something is causing conflicts with our plugin.
Best way to start to investigate a issue like that is follow our Testing for Conflicts tutorial – https://theeventscalendar.com/knowledgebase/k/testing-for-conflicts/
We tried to run a new WordPress installation using 2021 theme and only The Events Calendar and everything seems to be running smoothly.
Please let me know if you’re able to identify what’s causing thisCheers,