Forum Replies Created
-
AuthorPosts
-
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberI will follow up in our meeting today and see I can get a response.
Thanks
February 3, 2015 at 5:18 am in reply to: Recurring Events – Issues with Trash Series / Edit All Functionality #939701Brian
MemberUnfortunately, I do not have an update or a timeline to fix this issue. We are looking at it right now, but so far there is nothing to update you on.
I will ask around later today and see if I can get it moving.
Brian
MemberOk I visited the site and did not make any changes.
I see the issue. The Sale End Date for the ticket is 1/31/15:

So the ticket is no longer available. Please go to the Event and edit the ticket in it to change the sale date and it should show again.
Also, since this is a WooCommerce Tickets related I am moving it to that forum from the Eventbrite.
Thanks
Brian
MemberYep that works.
Try this css:
.vcalendar .tribe-events-list-widget-events {
list-style: none;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Also, this may help position the Event List better, you will have to play around with it from here to get it how you would like.
.right-widget .vcalendar {
margin: 0;
padding: 0;
}Let me know if that helps.
Thanks
Brian
MemberHi Lisa,
Yep you can add multiple tickets to the cart. Will only have one event in the demo, but you can see the process here:
http://wpshindig.com/event/the-events-calendar-wootickets-wordpress-demo/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot them with you.
If the conflict is coming from the theme there is not much we can do.
Have you tried changing the order of the events and see if that helps?
It could be that adding this at the end of a custom widget if you have one will help:
wp_reset_postdata();
You could also try adding that before the widget area to see if that will help.
Let me know if you have any luck.
Thanks
February 2, 2015 at 4:31 pm in reply to: Upcoming Events Widget – Option To Show Users Event Only On Their Content #939571Brian
MemberHi,
Thanks for the interest in Community Events. We do not have a feature to display events based on a specific author.
However, the events are custom post types so you could create a custom query to display based off a specific author.
We are unable to provide coding for that, but can answer a question or two to try and get you started on a customization like that.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Again,
Thanks for purchasing Facebook Events. I can help get you in the right direction.
There is no feature to limit the characters be default.
It does take a little coding that can be done following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Use that guide to move this template to your theme to safely edit:
the-events-calendar\views\list\single-event.php
There you would have to replace <?php the_excerpt() ?> with a function to limit the amount of content to how you would like it.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having.
What is the timezone setting in WordPress?
Check in the admin of your site here:
Settings > General > Timezone
If you have it set to a UTC time, try setting it to a city in your timezone instead.
Let me know if that fixes the issue or we can go from there to troubleshoot this.
Thanks
Brian
MemberHi,
Sorry for the issues you are having.
What is the timezone setting in WordPress?
Check in the admin of your site here:
Settings > General > Timezone
If you have it set to a UTC time, try setting it to a city in your timezone instead.
Let me know if that works for you.
Thanks
Brian
MemberHi,
Sorry for the issues you are having with the two plugins.
There is a conflict between the two plugins.
We have reached out to the developer to see if we can work on a resolution, but have yet to figure things out yet.
I will add this thread to our internal ticket and we will update this ticket directly when we have some more information.
Let me know if you have any follow up questions.
Thanks
Brian
MemberOk this snippet should do it.
remove_action( 'wp_head', array( 'TribeiCal', 'set_feed_link' ), 2, 0 );Add that to your theme’s function.php
Thanks
Brian
MemberI can take a look. Please reply as a private reply.
Thanks
Brian
MemberHi,
Ryan, not exactly sure what you are referencing. Can you please provide a link and I will take a look and see if I can provide a snippet.
Thanks
-
AuthorPosts
