Ed
Forum Replies Created
-
Hey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! 😄
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Access to google agenda in a new paneHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! 😄
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Overview over all upcoming events and attendeesHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! 😄
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Unable to enter a price into Event CalendarHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! 😄
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Polylang shortcodeHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! 😄
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Bad translation or anglo error?Hey there,
Thanks for reaching out 😄
Sorry for the wait! We’ve been experiencing a high volume of support requests.
Thanks for your suggestion Helen!
You can also try this third-party plugin â–º https://wordpress.org/plugins/say-what/
Take care,
Ed 🤟Hey there,
I see what you’re talking about.
Try this CSS:
.single-tribe_events .tribe-events-schedule { background: #000; }Change #000 to whatever color you’d like that section to be.
Hope that helps!
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Sorting Events by Start DateHey there,
Thanks for reaching out 😄
Sorry for the wait! We’ve been experiencing a high volume of support requests.
Though I’m limited to the amount of support I can provide for customizations, I’ll give you a snippet to get started with:
$args = array( 'post_type' => 'tribe_events', 'posts_per_page' => 3, 'orderby' => '_EventStartDate', 'order' => 'DESC' ); query_posts($args);Hope that helps!
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Archiving passed eventsHey there,
Thanks for reaching out 😄
Sorry for the wait! We’ve been experiencing a high volume of support requests.
3 months is currently the shortest interval we offer. There is an action being added called
move_old_events_to_trashwhich you could hook into and make this happen.Hope that helps!
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Insert Read More TagHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! 😄
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Event Calendar – Deadline to view it onlineHey Shiva,
Can you head to Settings â–º Permalinks and click Save Changes?
If that doesn’t help, this could be a conflict with your theme or another plugin. This can be troubleshooted by temporarily switching your theme and trying the page again. Also see Testing for Conflicts.
Hope that helps!
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Hidden from Events ListsHey there,
Thanks for reaching out 😄
Sorry for the wait! We’ve been experiencing a high volume of support requests.
This will require modifying some template files. Our Themer’s Guide can help you become familiar with how this works.
Here’s some example queries â–º https://support.theeventscalendar.com/666307-Using-tribe_get_events
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Blank Event?Hey there,
Thanks for reaching out 😄
Sorry that The Events Calendar didn’t work out for you! We try to come over into our Community Support forums as often as we can but have lately seen surges of requests on our help desk. We’ve gotta pay the bills, which our premium customers help us pay 🙂
The issue here is likely a theme conflict or permalink issue. Temporarily switching themes can help troubleshoot issues like this.
Take care,
Ed 🤟Forum: Plugins
In reply to: [The Events Calendar] Warning: POST Content-Length … to longJust noticed you are using a local server â–º https://w3guy.com/file-upload-max-filesize-xampp/
Forum: Plugins
In reply to: [The Events Calendar] Warning: POST Content-Length … to longHey there,
Thanks for reaching out 😄
It sounds like the zip file is larger than what the server will allow.
There’s a couple ways you might be able to adjust this.
Sometimes you can add this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '128M');Modify php.ini (for dedicated and VPS) â–º https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-maximum-upload-file-size
More instructions here â–º https://www.hostinger.com/tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress
Take care,
Ed 🤟