Forum Replies Created
-
AuthorPosts
-
Nico
MemberThanks for confirming @oriongroup ๐
Just add the following snippet to your theme’s (or child theme’s) functions.php file:
/* Tribe, add tag to iCal imported events */
function tribe_tag_ical_imported ( $post_id, $post, $update ) {// bail if the event has not been imported via iCal Importer
if ( get_post_meta( $post_id, '_EventIcalSource', true ) == '' ) return false;// set tag
wp_set_post_tags( $post_id, 'ical_imported', true );}
add_action( 'save_post_tribe_events', 'tribe_tag_ical_imported', 10, 3 );
Be sure to change ical_imported for the actual tag you want to use. If it’s more than one tag you can pass various comma separated values or an array.
Please let me know if this works for you,
Best,
NicoNico
MemberH there Jo,
Thanks for getting in touch with us! I’ll help you here…
However, the events do not display in event date order, just in publication date order, which is pretty jumbled. Is there a way to change this please?
Can you please clarify a bit on this? Are you referring to tag archive pages? If that’s the case do you have events and posts mixed together? What should be the ordering criteria if that is the case?
I have looked at the Filter Bar and understand that this would enable users to order events by tag, which would go some way to solving the problem. I expect I will need to buy this but that would still leave me with jumbled results in the tag cloud.
Yeap, this let’s you filter events by tags or event categories, but won’t affect other places than the main event views.
Please let me know about it,
Best,
NicoSeptember 21, 2016 at 10:01 am in reply to: Installed Pro, lost "Upcoming Events" widget in right sidebar #1167019Nico
MemberHi Victor,
Thanks for getting in touch with us and sorry for the confusion here!
Events Calendar PRO comes packed with an ‘advanced list widget’ which is an enhanced version of the basic event list widget. Just use this widget instead (which should look the same in the widgets section) and it should work as expected!
Please let me know if this helps,
Best,
NicoNico
MemberHi there Nicolas,
Thanks for getting in touch with us!
You can enable/disable event views in ‘WP-Admin > Events > Settings > Display’. If for some reason you need to do this via code it’s possible too, views are added by filtering tribe-events-bar-views. If you need more info on this just let me know!
Best,
NicoNico
MemberHi there Jason,
Thanks for getting in touch with us!
I’m afraid I don’t fully understand the issue here, Can you elaborate a bit more on it? Not sure about ‘the date the customer selected’ in particular.
I guess you are note referring to recurring events as that feature is part of Events Calendar PRO which I see you don’t have a license for. If that’s the case please note tickets won’t work with recurring event series, while this is a planned feature it has not been developed yet!
Please let me know about it,
Best,
NicoNico
MemberHi there Mike,
Thanks for reaching out and sorry to hear your site is affected by this known issue ๐
Installing The Events Calendar should make it right for now. The solution for this has already been coded, and will be released soon. I’ve added your case to the internal bug ticket so you’ll get notified when the fix is released ๐
Please let me know if there’s anything else I can do for you,
Best,
NicoSeptember 21, 2016 at 7:34 am in reply to: Hide upcoming events on single venue if no events #1166906Nico
MemberYou are welcome Tricia! Glad to be of service ๐
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.
Cheers,
NicoNico
MemberThanks for heads-up Veruska, and glad to hear this solved the problem ๐
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.
Cheers,
NicoSeptember 21, 2016 at 7:31 am in reply to: Can I use the event calendar linked to a product? #1166903Nico
MemberHi there Victor,
Thanks for getting in touch with us and for your interest in our products!
Weel, I guess this is totally possible. You can approach this in various ways but this is how I would do it:
– Create a recurring event series for each product you offer. In the events description include a link (or add to cart shortcode) to the product. You can also use individual events for this, I guess a series would be less work.
– Use a tag or event category to identify which product is the event linked to.
– In the product description include a list widget shortcode to pull the events from the right tag or event category.For the above you’ll need Events Calendar PRO for recurring events and widgets shortcodes.
Please let me know if you have any other doubts,
Best,
NicoPS: si preferis podemos seguir la conversaciรณn en Espaรฑol ๐
Nico
MemberThanks for the heads-up Kara, I’ll be awaiting your reply ๐
Nico
MemberHi there Robert,
Thanks for getting in touch with us, and sorry to hear about this issue ๐
Let me start by saying I never heard of this issue before! For now, you can perform a manual update of the plugins following this guide โ https://theeventscalendar.com/knowledgebase/manual-updates/
I would also like to investigate a bit more on this issue, it would be great if you could share your system information with me so I can check if everything looks right on that end.
Please let me know about it,
Best,
NicoNico
MemberHi Beverly,
Thanks for getting in touch with us, and sorry to hear about this issue!
Sure, please send both accounts information to support at theeventscalendar dot com, and we will help you out! We handle these type of issues in the inbox to keep your account information private (pre-sales forum is publicly visible).
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi there Amy,
Thanks for getting in touch with us!
Please note that now that you have a license you can log in to get premium support (this is the pre-sales forum)!
Regarding the shortcodes, for now you can use PRO widget shortcodes. Full view shortcodes are coming really soon as part of the next major release 4.3 coming out early October.
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi there Veruska,
Thanks for getting in touch with us! I can help you on this ๐
I just tried to import these two events to my test site and both events show as expected on my site.
Now, when I inspected you site the event ‘Little Smiles โ Palestra com Greta von Unruh’ seems to have passed on September 15 (http://brasileirinho.com/evento/little-smiles-palestra-com-greta-von-unruh/), maybe the event date in Facebook has changed at some point?
Can you try to access the event in the back end and once you are in the edit event page, make use of the ‘Re-synchronize’ button? If you don’t find this option just delete the event and try re-importing it.
Please let me know if this helps,
Best,
NicoSeptember 20, 2016 at 3:32 pm in reply to: Hide upcoming events on single venue if no events #1166684Nico
MemberHi Tricia,
Thanks for getting in touch with us! I can help you here ๐
Just add the following snippet to your theme’s (or child theme’s) functions.php file:
/* Tribe, if venue has no events return empty string */
function tribe_venue_not_show_if_empty ( $html ) {if ( strrpos ( $html , 'no results found' ) === false ) return $html;
return '';
}add_filter( 'tribe_venue_upcoming_events', 'tribe_venue_not_show_if_empty' );
Please let me know if this works for you,
Best,
Nico -
AuthorPosts
