Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi Martina,
Thanks for getting in touch with us! I can help you here…
Is this the string you are referring to β https://cloudup.com/csQ1oW_3Tau – I couldn’t find the exact one you mentioned bu I guess this should be it.
Please let me know if that’s the one and I’ll try to help you overriding the translation for that one,
Best,
NicoPS: I’ve deleted the license key from your previous post, please note you shouldn’t not share that publicly!
Nico
MemberHey Jo,
Thanks for the follow-up!
I am not sure what a tag archive is Iβm afraid. Is a tag archive the list thatβs produced when you click on one of the words in a tag cloud and get a list of all posts with that tag? If so, then that is what I am talking about.
Yes, the tag archive is the page where all posts and events are shown by tag. For example this page β http://toddledoddle.com/tag/arts-and-crafts/
Obviously in an ideal world a solution that also allowed me to mix posts and events in one tag cloud word would be great too.
Perfect, I’ll try to find a way to make it work for events, posts or events and posts. Give me some time to work on this, most probably I’ll get back to you on Monday with an update!
Thanks for the patience while I work on this,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberHi there @silktech,
Thanks for getting in touch with us!
Can i disable views for places (even if i use pro)?
Yes, just paste the snippet below in your theme’s (or child theme’s) functions.php file and it will disable the venue links (although the venue page will still be available via direct URL):
/* Tribe, disable Venue link added by Events Calendar PRO */
remove_action( 'tribe_events_single_meta_before', array( 'Tribe__Events__Pro__Single_Event_Meta', 'filter_fields' ) );
Please let me know if this works for you,
Have a great weekend,
NicoNico
MemberHi there Steven,
Thanks for getting in touch with us!
There’s actually no setting to do this, you’ll need to add the following snippet in your theme’s (or child theme’s) functions.php file to achieve this:
https://gist.github.com/elimn/d034dfddb9be206d9cc1#file-tribe_set_default_date-php
This code was suggested by Brook to another customer in this thread and seems to be what you are looking for.
Please let me know about it,
Best,
NicoNico
MemberHowdy Tobias,
Welcome to our support forums and thanks for reaching out to us! I’ll help you getting this right π
Inspecting your system information it seems that the ‘Date with year’ format is empty and events taking place in the upcoming year (or past years) use this format to display the date. So please check on this in WP-Admin > Events > Settings > Display > Date with year, the default value is F j, Y, if the field is empty try inputting that format and Saving Changes.
Please let me know if that fixes the issue,
Best,
NicoNico
MemberHi there,
Thanks for getting in touch and sorry to hear about this issue π
Can you please send me a screenshot of the error? Are you getting this after you click the ‘Get Authorization’ button?
Is the EventBrite account registered in eventbrite.com or was it crated in a different domain (like eventbrite.co.uk)?
Please let me know about it,
Best,
NicoNico
MemberHi there Rocjard,
Thanks for getting in touch with us!
Let me start by saying I’m not aware of any bugs affecting events visibility. Does the single event page works for this event in which case can you send it over?
Also, can you please follow the steps described in our Testing for conflicts guide? And it would be great if you could share your system information with me so I can check if everything looks right on that end.
Thanks,
NicoNico
MemberHey Gene,
Thanks for keeping this in mind and sorry for not having news about this yet π
I took some time and coded a temporary solution for you. Just paste the code below to your theme’s (or child theme’s) functions.php file and it will add the city default value to the ‘add event’ screen:
/* Tribe, add default city to the new events venue city value */
function admin_footer_js( ) {if( !isset($_GET['post_type']) || 'tribe_events' != $_GET['post_type'] ) return false;
$screen = get_current_screen();
if ( 'add' != $screen->action ) return false;
$default_city = tribe_get_option( 'eventsDefaultCity', '' );
if ( $default_city == '' ) return false;
?>
<script type="text/javascript">
jQuery('document').ready ( function ( $ ) {
$('input[name="venue[City][]"').val('<?php echo $default_city; ?>');
});
</script>
<?php
}add_action( 'admin_print_footer_scripts', 'admin_footer_js' );
Please give a try and let me know if this solves the issue for now and if the code can be enhanced to account for other scenarios,
Have a great weekend,
NicoSeptember 23, 2016 at 12:45 pm in reply to: Adding custom field to email.php on Event Tickets #1168106Nico
MemberThis reply is private.
September 23, 2016 at 12:33 pm in reply to: Issues with how events are displayed in Lists vs. Calendar View #1168095Nico
MemberHi there Inbok,
Thanks for getting in touch with us! I’ll help you getting this right π
Do you think a suitable solution might be to just show the price in the first event of the series maybe? If not, maybe we can add some text after the price?
Please let me know about it and I’ll send the code needed to make this tweak,
Best,
NicoNico
MemberStocked to hear you could work this out Dan! Thanks so much for sharing your code here, it will surely be useful for folks with similar needs π
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.
Have a great weekend,
NicoSeptember 23, 2016 at 9:11 am in reply to: Recurrence Start Dates Returning Incorrect Results #1167957Nico
MemberHowdy Matthew,
Welcome to our support forums! Thanks for reaching out to us and for actually including a solution for the reported issue π
This is actually an known bug reported recently by another customer, the solution proposed by one of our devs is actually the same you mention. Bugfixes are included in maintenance releases (take a look at our release schedule) and as we are about to ship next major version 4.3 it’s likely there won’t be a MR before that for PRO. This means that although the fix is super simple it might have to wait until 4.3.1.
Anyway I linked this thread with the bug report so you’ll get a heads-up when this is released.
Thanks once again for the suggested solution,
Have a great weekend,
NicoNico
MemberPS: you might find this workaround useful too β https://theeventscalendar.com/knowledgebase/selling-tickets-from-the-woocommerce-products-page/
Nico
MemberHi there @technicallysimple,
Thanks for getting in touch with us!
First of all let me say that I’m mostly sure this functionality won’t be added to the plugin soon. So I’d say the best path right now is to develop your own customization for this.
While I’m not aware any developers have successfully implemented a solution for this, you can contact customizers from this list and ask them about it.
The Better Notifications plugin allows you to create rules to send notifications to site users when a custom post type (like events) is created or updated but I don’t think you can schedule these notifications. There are also some premium add-ons that add more use cases like send a notification when a custom field is updated. I guess you could contact the plugin authors about this particular use case (notifications for events) to see if it’s a good idea to use their plugin as a starting point.
Please let me know if there’s anything else I can help you with,
Best,
Nico -
AuthorPosts
