Deblyn Prado
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Filter by organizer?Hey there @jviure!
You can use default pre_get_posts hook to modify the query.
Our Post slug is tribe_events so you can apply your pre_get_posts() only to your events.
If you need some Dev documentation you can get more help here http://docs.theeventscalendar.com
Forum: Plugins
In reply to: [The Events Calendar] Password protect post event formHi there @webworks!
Thanks for using our plugin 🙂
In fact we don’t have a specific page for you to setup a password for your events. But we follow WordPress posts status, so you can easily set your Events as Private or Password Protected using the built-in feature in WordPress.
This should help you
Forum: Plugins
In reply to: [The Events Calendar] Securing the Event pageHey @webkatdesign!
You can follow Tapan’s suggestion or set your event as Private
This should be enough for what you’re looking for 🙂
Forum: Plugins
In reply to: [The Events Calendar] how to show the month calendar in a widget?Hello @vitomartin_com!
In free version of The Events Calendar we have just a few limited widgets but none of them has the Month view option
But The Events Calendar Pro include some shortcodes. There you’ll find [tribe_events] shortcode that can display any Calendar view in any place.
Take a look in the Shortcodes Overview page to see everything that’s possible to do with Pro version.
Take care!
Cheers,Forum: Plugins
In reply to: [The Events Calendar] Display timezone on eventsHey there @diane-sp2!
Yes, we have an option under “Events > Settings > General > Time Zone Settings” called Show time zone.
Once you activate it timezone will appear nearby Event Date / Time.
🙂
Forum: Plugins
In reply to: [The Events Calendar] Events URL slug subHey @pstidsen!
Using free version of The Events Calendar you don’t have any setting that would allow you to do that.
I mean, this is still possible but require some rewrite / redirection knowledge to do that.If you have The Events Calendar Pro you can use shortcodes. So basically you can create a regular WordPress page that’s a child of another page and use shortcode to render your calendar there.
Forum: Plugins
In reply to: [The Events Calendar] “There were no results found” on any viewHey there @jengi
I’m sorry that you’re having issues with our plugin. Just to confirm do you have upcoming events registered under “Events > Events” right?
Best way to start troubleshoot issues like that is follow our Testing for Conflicts tutorial and share your System Information with us.
Please let me know your findings
Forum: Plugins
In reply to: [The Events Calendar] incorrect timezone adjustmentHey there @jbealle
Thanks for heads up!
We haven’t noticed similar issues from other users but we’ll keep on eye on it.Let me know if you’re able to reproduce it back or have any other details
This can be helpfulCheers,
Forum: Plugins
In reply to: [The Events Calendar] Rename “List” and “Month”Hi there @visual23!
You can use Custom Translation to change that strings
This tutorial can help you to create a new translation https://theeventscalendar.com/knowledgebase/k/how-to-override-plugin-language-files/
Cheers,
Forum: Plugins
In reply to: [The Events Calendar] Multiple Venues for an EventHi there @mdelange24!
At this moment you can only attach one Venue to your Event.
As an alternative you can add other Venues in Event description.
Let me know any questionsCheers,
Forum: Reviews
In reply to: [The Events Calendar] Latest Update Crashes my siteHey there @pearcerobinson !
I’m so sorry that latest update of our plugin caused some troubles to you.
Do you have access to debug.log generated by WordPress? Would you mind to share that info with me?This will give me more details about the issue and find a way to help you to fix that.
This documentation will let you know how to enable WordPress Debugger
Please let me know so I can keep helping you
Forum: Plugins
In reply to: [The Events Calendar] TEC Crashes Site on ActivationHey @adamsgosnell!
Thanks for sharing it!According to your error log your hosting machine is suffering with memory.
Allowed memory size of 67108864 bytes exhaustedTry to reach your hosting provide and ask them to increase your RAM Memory. This should fix your issue.
Let me know if you need more help 🙂
Forum: Plugins
In reply to: [The Events Calendar] TEC Crashes Site on ActivationHey there @adamsgosnell!
I’m sorry that you’re facing issues with our pluginCan you please try to enable WordPress debugger pasting the following lines into your wp-config.php file
// Starting WordPress Debugger define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); define( 'SCRIPT_DEBUG', true );After do that please try to access your website again. You’d see the same error page. So using you FTP credentials navigate to /wp-content/ folder and you’ll see a file called debugger.log, please copy and paste content of this file as a reply here.
So we can try to identify what’s causing your issue.
If you need more help to enable WordPress Debugger, this documentation can be useful – https://wordpress.org/support/article/debugging-in-wordpress/
Cheers,
Forum: Plugins
In reply to: [The Events Calendar] Fatal error when user submits RSVPHey there @worthofboastworlds!
Thanks for let us know!We strongly recommend you to not use any cache / compression / speed / optimisation plugin in Events Calendar.
Resources used by our plugin are already optmised and try to use any external service to re-do that can cause unexpected issues like that one that you’re using.You can also try to check if you have any “exclusion area” on plugin settings and you can setup that to do not touch in The Events Calendar files.
Please let me know if you need anything else.
Cheers,Forum: Plugins
In reply to: [The Events Calendar] Fatal error when user submits RSVPHey there @worthofboastworlds
I’m so sorry that you’re having issues with our plugin.
First thing that I’d recommend you is to run our Testing for Conflicts tutorial and see if you’re able to identify any external code causing that issue.
Give a try on that and let me know results you got 🙂
Cheers,