Forum Replies Created
-
AuthorPosts
-
January 5, 2017 at 11:04 am in reply to: Preserve the most recent change in each event field (No funciona) #1213931
Nico
MemberThis reply is private.
January 5, 2017 at 10:56 am in reply to: Pro Plugin – Throws 500 error when activated – IP update #1213927Nico
MemberHey @dreamaster,
Stocked to hear you could find the culprit π
Your hosting provider might be able to help you on those surely!
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,
NicoNico
MemberThanks for following up Steve!
Yes, we are aware of the feature in EventBrite, but last time I checked with out devs this is not yet fully implemented in their API (which we use to import events). I will make a ticket for them to explore if this is possible now as I’m seeing they have added a new end point to the API to get event series and maybe this makes it possible. Even if this is possible I don’t think it will be integrated any time soon, but maybe we can see this in the future π
Best,
NicoNico
MemberSure, I just resent the email. I’ve also removed you address from your reply as this forum is public and your address might get harvested by bots at some point.
Best,
NicoJanuary 5, 2017 at 10:13 am in reply to: The Events Calendar : The import module limits the CSV into 5 rows only #1213904Nico
MemberHi Dianne,
Thanks for reaching out to us! Unfortunately we are not able to provide support in the pre-sales forum π
To give you a quick answer there’s no such limitation. I’d re-check the CSV file format (or try with a new sample file). In case you still experience troubles, you can post in our open source forum. We review that forum weekly, mainly for bug reports.
Iβll go ahead and close out this thread, but please do post in the appropriate forum and we will be happy to assist you.
Best,
NicoJanuary 5, 2017 at 10:10 am in reply to: Default week view repeats the same day twice and has no tooltips. #1213903Nico
MemberStoked to hear you could sort this out π
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,
NicoNico
MemberHi there Mat,
Thanks for getting in touch with us! Interesting question here π
I’ve been diving into the tribe_events shortcode code and found out that the main template (for example month.php) is not used. Basically the shortcode calls the content template part directly from the code and if the tribe-bar attribute is not false, inserts the tribe bar template part before the content. Although there are various filters an actions in place to customize the shortcode output I unsuccessfully tried to use them to modify the output order π
Hopefully I could find a JS workaround for this, basically load the shortcode with the tribe-bar on top of the content and move it after the content using a JS snippet. I’ve also added some CSS so it doesn’t display on top of the content before the JS kicks in. Try pasting the snippet below in your theme’s (or child theme’s) functions.php file and be sure to modify the page slug to fit the one you are using:
/* Tribe, move tribe-bar after content for shortcode page */
function tribe_bar_relocate() {// bail if not in specific shortcode page
// MODIFY THE PAGE SLUG TO YOUR ACTUAL PAGE NAME
if ( !is_page('sample-shortcode-for-month') ) return;
?><style>
#tribe-events-bar:not(.relocated) {
display: none !important;
}</style>
<script type="text/javascript">jQuery(document).ready( function ($){
if ( $('#tribe-events-bar').length ) {
$('#tribe-events-bar').insertAfter('#tribe-events-content');
$('#tribe-events-bar').addClass('relocated');
}
});</script>
<?php
}add_action('wp_head', 'tribe_bar_relocate');
Give this a try and let me know if it works for you,
Best,
NicoNico
MemberHi there Jens,
Thanks for reaching out and also for your interest in our products π
Venues (and Organizers) are custom post types, so you won’t be able to add those as taxonomies. You can associate these to other post types by using Advanced Custom Fields plugin, there are also other plugins that will enable this type of relations.
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi there Steve,
Thanks for getting in touch with us and also for you interest in our products π
I’ll answer your questions and help you decide if EventBrite Tickets is the right plugin for your site.
Does the Eventbrite plugin also require The Events Calendar Pro?
No, Events Calendar PRO is not required to use EventBrite Tickets, although they play nice together!
Saw a blurb on your site that stated that it wasnβt supported yet
Yes, it’s exactly as you say! Last time I touched base with our devs about this feature I was inform this is due to a limitation on the EventBrite API.
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHey Woong,
Thanks for getting in touch with us!
Unfortunately there’s no such a link available to add to a menu. Maybe you can create a page that redirects to the newest event single page? In this case you would have a fixed link (like http://sitename/latest-event) and with a snippet that page could redirect to the newest event. Does that makes sense to you?
Please let me know about it and I’ll help you out with the snippet,
Best,
NicoJanuary 4, 2017 at 2:00 pm in reply to: Pro Plugin – Throws 500 error when activated – IP update #1213456Nico
MemberHi there @dreamaster,
Thanks for getting in touch with us and sorry to hear about this issue!
Can you please check the server PHP error logs to see the description of the issue causing the 500 error? I’m not sure what might be causing this without seeing an actual error description.
Please let me know about it,
Best,
NicoJanuary 4, 2017 at 1:54 pm in reply to: Adding a location column to the Event Schedule block #1213448Nico
MemberHi there Eric,
Thanks for getting in touch with us! And also thanks for the heads-up you later sent π
As you say the module used to display the upcoming events table is not part of our plugin so I’m not sure how to add information to it. Maybe reaching out to the theme authors is a good idea in this case!
Please let me know if I can help you out with anything else,
Best,
NicoJanuary 4, 2017 at 1:51 pm in reply to: Default week view repeats the same day twice and has no tooltips. #1213445Nico
MemberHi there,
Thanks for getting in touch with us and sorry to hear about this weird issue π
As far as I could test on the site, this is working as expected when I access the calendar via http://www.hertfordfitnessstudios.co.uk/events but failing when I do it by this URL http://www.hertfordfitnessstudios.co.uk/timetable. Other tests I did indicate that the correct calendar slug is events.
Not sure how you are setting up the timetable page, but there seems to be an issue there. Can you please let me know about it?
Best,
NicoJanuary 4, 2017 at 1:43 pm in reply to: How to make Tickets mandatory field while submitting event #1213441Nico
MemberHi there Tac,
Thanks for reaching out to us! I can help you on this π
Can you please let me know which type of tickets you want to make mandatory? RSVP? Woo?
Please let me know about it,
Best,
NicoNico
MemberHi Rebecca,
Thanks for getting in touch with us!
I see your application has been replied to on January 2, Iβm re-sending the email to you right now.
Best,
Nico -
AuthorPosts
