Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi there Bart,
No problem at all with you jumping in here, maybe Cat can benefit from your question as well!
What would be ideal though, is a widget that only shows the events from one category.
Hopefully this is possible with Events Calendar PRO shortcodes. Let’s say you have an event category called Party (which slug is party), then the shortcode to include the mini calendar widget for that category would be:
[tribe_mini_calendar category="party"]
Please let me know if that answers your question,
Best,
NicoNico
MemberHi Cat,
Thanks for reaching out here, and also for your interest in our products!
While it’s not possible to have two calendars in your site, you can create two different ‘Event Categories’ one for classes and the other one for events. This way you’ll be able to link to the ‘different calendars’ like: http://yoursite.com/events/category/classes/ and http://yoursite.com/events/category/events/.
Do you think this might work for your case?
Please let me know if you have any other follow-up questions,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberHey Charlotte,
Thanks for taking the time to test this!
This looks like a theme conflict indeed. The behavior you describe for the widget is correct: if you select ‘0’ events, clicking in the day in the calendar takes you to the ‘all events page’. If this value is grater than ‘0’ (1 to 5) the widget will show the events for the clicked date under the widget instead of taking you to the ‘all events page’.
You mentioned you are using the FlyMag theme. Are you using the PRO version? Have you customized any Events Calendar templates? Have you customized the theme itself?
Please let me know about it, if you are using the plain theme I might be able to test this on my end and see if I can find a fix,
Best,
NicoNico
MemberHi Courtney,
Thanks for following up! I’ve already pinged the dev team on this. I’ll probably have an update on the state of this feature tomorrow.
I’ll keep you updated,
Best,
NicoNico
MemberHi there David,
Thanks for reaching out on this! Hopefully there’s an easy way of getting the currency symbol for an event:
$currency = tribe_get_event_meta( $postId, '_EventCurrencySymbol', true );
You can take a look into ‘wp-content/plugins/the-events-calendar/src/functions/template-tags/general.php’ there are some functions to work with cost / currency that you might find useful. Eg: tribe_format_currency at line 821.
Please let me know if this works as expected,
Best,
NicoOctober 12, 2015 at 2:11 pm in reply to: Filter bar drop down menus cutting off venues and organizers #1013859Nico
MemberHi Jen,
Thanks for reaching out to us! Sorry to hear about this issue, I’ll to to help you getting it right!
Can you please tell me how many Venues / Organizers you have on your site? Are both lists cutting at the same length?
From your post I understand this was working before the update?
Thanks,
NicoNico
MemberHowdy Joseph,
Welcome to our support forums and thanks for reaching out to us. I’ll help you out on this!
As you point out, the recurrence settings changed a bit in our latest update. This has been done to support more flexible recurrence settings. What you look for is of course still possible, you should select ‘Never’ from the dropdown after ‘and will end’. Take a look: https://cloudup.com/cvrvgLSBktB
Please let me know if you can get this right,
Best,
NicoOctober 12, 2015 at 1:57 pm in reply to: Ticket Prices Not Displaying On Latest Avada Theme Update #1013836Nico
MemberHey Carl,
Thanks for reaching out on this!
If you can confirm this a theme conflict with Avada (you can do this by switching the theme to WordPress default TweentyFifteen theme and re-testing), then you should try contacting Theme Fusion on this. Specially if this was working before the update.
Also are you running the latest versions of our plugins? That might help but I’m not sure at all.
Please let me know if there’s anything else I can for you here,
Best,
NicoNico
MemberHi Henk,
Thanks for reaching out to us! I’ll try to help you out getting this right.
Please let me know in which plugin are you seeing this: Events Calendar PRO or just The Events Calendar core version? I’ll try to reproduce this on my end and see what’s happening there.
Thanks,
NicoNico
MemberHey Ahmet,
Thanks for following up on this! Glad to see you could find a work around for this!
To do so you’ll need to customize the template for the list part, as it pulls the events from the same source as the map. So I think the best solution here is to override the template that lists the events under the map and add a conditional there to prevent past events from showing up. I’ll outline the process to do the template override below but be sure to check our Themer’s guide first:
– Create the following folder structure ‘tribe-events/pro/map/’ in your theme folder ‘wp-content/themes/your_theme/’.
– Make a copy of the file ‘loop.php’ located at ‘wp-content/plugins/events-calendar-pro/src/views/pro/map/’.
– Drop the copied file into the ‘tribe-events/pro/map/’ folder you just created in your theme.
– Edit the copy of ‘loop.php’ like shown below:
...
<?php if( strtotime(tribe_get_start_date(null, true, 'Y-m-d')) > time() ): ?><?php do_action( 'tribe_events_inside_before_loop' ); ?>
<!-- Event -->
<div id="post-<?php the_ID() ?>" class="<?php tribe_events_event_classes() ?>">
<?php tribe_get_template_part( 'pro/map/single', 'event' ) ?>
</div><!-- .hentry .vevent --><?php do_action( 'tribe_events_inside_after_loop' ); ?>
<?php endif; ?>
...
That will be prevent the ‘past’ events from being shown at all in the event list.
Please let me know if this snippet gets the work done,
Best,
NicoNico
MemberHi Mao,
Thanks for following up on this!
First of all let me say that the correct way to add this new translation would be via the translation sites. This way the /lang/ folder won’t be overwritten when you update the plugin and also the community can benefit from it / contribute to it as well. This is the only supported method for translations.
Translation sites
– The Events Calendar Core: https://translate.wordpress.org/projects/wp-plugins/the-events-calendar/stable
– Events Calendar PRO: http://translations.theeventscalendar.com/projects/tribe-events-calendar-pro/ -let me know if you are going to add the translation here so I can enable the Vietnamese language for you to do so.Useful links
– Translating The Events Calendar
– Adding or updating a translationI guess this is not working correctly with PRO as it also has it own translation files under ‘/wp-content/plugins/events-calendar-pro/lang/’, which you should update as well. But again, the only supported way of using translations is via the translation sites above listed.
Please let me know about this,
Best,
NicoNico
MemberHi Mike,
Thanks for following up on this, and sorry to hear your needs are not covered by our plugin 🙁
You are welcome to suggest this feature at The Events Calendar user voice page, where we collect feedback from our users community.
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best of luck with your project,
NicoNico
MemberHi there,
Thanks both for following up on this…
@Alexandre, your issue doesn’t seem to relate with the one @lizzzlu reported. Can you please open up a new thread for this? When creating the new thread please be sure to Test for conflicts and include you system information, that will surely help getting a faster reply.
@lizzzlu, sorry to hear this issue required you to switch to another calendar solution 🙁 It usually takes some time to trouble shoot this kind of issues. I’m still not sure about why you are not “allowed” to delete this events.nothing I tried while logged in as admin would allow me to delete it
What do you mean by ‘allow’ to delete? You are getting timeouts? Could you find the server error log -contacting your hosting for this might be a good idea- ?
Regarding the Bulk Delete< plugin you might want to take a look at the FAQs for the timeout problem: https://wordpress.org/plugins/bulk-delete/faq/, but not super familiarized with this plugin and of course cannot support it.
Please let me know about the php error log, we might find some useful information in there.
Best,
NicoOctober 12, 2015 at 11:37 am in reply to: breaking event from series – getting error messages – permalink issue? #1013771Nico
MemberHi Peter,
Thanks for confirming this!
Before logging this as a bug I would like to have more info on the issue and narrow it down a bit. In the original post @Tyler mentioned this was happening when he tried to break an event from the recurrence series in the front-end of the site. In your case, and given the amount of errors you have I guess this is not related to the same behavior.
Can you see the error in the front-end? If that’s the case does it show up in every recurrent event? Any other pattern you can find here?
Please let me know about it,
I’ll ping the dev team on this as well,
Best,
Nico -
AuthorPosts
