Deblyn Prado
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Dropdown Box for Date and TimesHi there @ronpierce!
How’re you?Sorry for long time to answer your question.
This behaviour that you mentioned looks like some conflict happening in Javascript.Can you please be sure that you’re using latest version of Events Calendar and run our Testing for Conflicts tutorial?
This will help you to identify any conflict
Please let me know if you need more help.
Thanks for reply @manuelrocha88 ๐
I just can see “External Links | Internal Links | Exceptions | Admin Settings”
Internal, External and Exceptions are properly setup. I’ve also marked Treat excluded links as internal links option hoping that would solve the issue
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Unable to exclude a linkHey @webfactory sure thing!
My bad ๐Forum: Plugins
In reply to: [The Events Calendar] Event schema.org issue: OffersHi there @fabricelaborie!
Thanks for heading up on that.
All that Event status like “Scheduled / Postponed / Cancelled” are created recently and in fact they don’t exist on the main Events Calendar Plugin.But with this free extension you can setup your event properly and we’ll add the correct markup to your page https://theeventscalendar.com/extensions/event-statuses/
Please give a try and let me know if you still get some warning about structured data ๐
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Unable to exclude a linkHey there @manuelrocha88!
I have the same problem
Here’s my Internal Links Settings
https://ibb.co/dJHbrmVExclusions Settings
https://ibb.co/3yL2S3JForum: Plugins
In reply to: [The Events Calendar] How to subscribe to the event calendarOh this is really great!
Thanks for let us know ๐
We’ll be here to help you if something comes up
Forum: Plugins
In reply to: [The Events Calendar] Polylang translationHi again @dharma23
Hope you had a great weekend!
Please allow me to apologise, I’ve checked with my team and apparently since Events Calendar v5 has been released we’re facing some incompatibilities with Polylang.
Our Development team is talking with their team to try to provide a great solution soon. But at this point this shouldn’t work.
In this case best solution would be use WPML or use a custom translate.
Forum: Plugins
In reply to: [The Events Calendar] events calendar vs pluginhiveHey @ludopink! ๐
You can see all features provide by Events Calendar and our other plugins here => https://theeventscalendar.com/products/wordpress-events-calendar/
Also, at this point we don’t have any direct integration with pluginhive.
Please let me know any remaining questions
Cheers,
Forum: Plugins
In reply to: [The Events Calendar] pluginhive to eventHi there @ludopink!
Right know we don’t have any direct integration with pluginhive.
Our events has a custom post type called tribe_events.I do believe that’s possible to integrate both plugins, but it’ll be necessary some custom code to achieve what you want.
Hi there @jroggemann!
Hope you’re good!Thank you so much for this feedback, it really make us happy see that we’re able to help people all around the world. It means a lot! Thanks for your kind words.
I’ve passed this to my Development team but would be really helpful if you share your thoughts on UserVoice Fรณrum. We try to keep all suggestions from users there, so all our internal teams can check that channel regularly and see what’s possible to implement.
Also that channel allows other users like you to see suggestions and vote in what is important to them ๐
Please be safe!
Forum: Plugins
In reply to: [The Events Calendar] Polylang translationHi there @dharma23! ๐
Yes, it’s possible to use Polylang to translate any of our plugins. Actually you can use WPML, POEDIT, Polylang or any other software / plugin to do it.
We don’t have a specific tutorial explaining how to do it on Polylang, but follow their Getting Started tutorial should be enough, since we follow all WordPress recommendations.
You can also check this page to see how translations work => https://theeventscalendar.com/knowledgebase/k/translating-the-events-calendar/
Please let me know any questions
Hi there @stefiharr ๐
Looks like you were faster than us to figure out the issue! Congrats!
If you need further assistance just let us know!
Forum: Plugins
In reply to: [The Events Calendar] Custom RSS FeedHi there @celeryuk ๐
We do have this detailed tutorial about how RSS feeds works in Events Calendar – https://theeventscalendar.com/knowledgebase/k/the-events-calendar-rss-feed/
Can you please take a look and let me know if you need further assistance?
Hi there @hanswitteprins!
Thank you so much for your feedback and detailed explanation.
I’ve shared all this info with our Development team.
I’ll let you know once we have any news about it.Thanks again for heads up ๐
Forum: Plugins
In reply to: [The Events Calendar] Hide start date for eventsHey again @caffryfrankel!
Oh thanks for letting me know. Haven’t noticed your Event List Widget at the end of the page ๐
You can do this changes, but it requires some Development knowledge. You need to reach the file under “/wp-content/plugins/the-events-calendar/src/views/widgets/list-widget.php”
There you’ll find instructions about how to properly override this file content in your Theme Folder. So on that way you can keep your changes working when we release new versions of Events Calendar.
Once you’re there you can add classes to the events that you want to hide and use CSS to do it.
You can also write a new query using tribe_get_events() to better filter your events.