Forum Replies Created
-
AuthorPosts
-
Brian
MemberHello Balu,
Sorry about that looks like a glitch marked your message complete. Thanks for the interest in our plugins. I have answers to your questions below each one:
1: After setting up custom fields for the events, can I filter for these custom fields in the filter bar? Or can I only filter for the predefined parameters?
I am afraid it does not work with the Additional Fields in Pro.
2: On the community upload page can I customize the layout of these custom fields? Maybe only by editing the .php file?
Yes you can follow the Themer’s Guide to move the form into your theme and customize it there.
3: On the community upload page would it be possible to integrate something like https://wordpress.org/plugins/multi-image-upload/ ? It is of utmost importance for me to enable users to upload images to an event on top of the featured image. I thought about editing the php of the upload page, and calling the shortcode of the plugin in php. Would this be a viable solution?
It maybe possible, but would require customization on your end that goes beyond the support we can provide through the forum. You may have to build in your own function to process the coding and add it to the event too as I do not think there is a method to include it with our event creation functions.
4: When customizing the single-event.php how can I display a custom field created in EC Pro? (couldn’t try this in the free version)
By default the fields will already display. But there is a function to display them as well that looks like this:
<?php echo tribe_get_custom_field('Additional Field Name', $event->ID); ?>5: How to get a proper tax invoice of the purchase? 🙂
Not sure what you mean, the purchase of our plugin? We send an invoice by email for the purchase.
6: Let’s say I create a new custom content type with Pods (or ACF or Types, etc). Is these any chance of displaying this custom content type in the calendar, given that the essential fields are included in the type?
There is a possibility to display it, but I cannot say for sure using any of those plugins. I know it would take us beyond the support we can provide through the forum unfortunately.
Does that answer your questions?
Brian
MemberNo worries I can totally understand your frustration. I get it to when I update something and then I have to go in and fix it, it is the last thing I want to do.
I am sorry we missed this in the Q&A we are already working on using a better method to catch issues like this so you do not have this experience.
I am also glad it is fixed and we are working on a release in the next week or so to fix the Venue Map issue and to fix the issue that the filter solved.
I have added this ticket to our internal bug ticket ticket so we make sure to follow up with it.
Let me know if you would like anything else related to this issue or something new.
Thanks and glad you are sticking around after our mistake 🙂
October 3, 2014 at 11:10 am in reply to: Filter Bar does not appear to be collapsing even when set to intially be #785518Brian
MemberHi,
Glad it is working and yes it does look a taller than normal.
The css is the same in the Event Calendar.
I found if I added this to this div it fixes the issue:
.rightinner {
overflow: hidden;
}It looks like it is something to do with the leftinner and right inner being floated.
Let me know if that works.
Custom Template
Also on another note I added a a custom view of the loop-grid.php by adding a directory tribe-events/views/loop-grid.php to my theme but it does appear to recognize it I was trying to have the Days of the Week show as their abbreviations is that not a file that can be templated?
Try adding it in this directory instead:
youtheme/tribe-events/month/loop-grid.php
You can consider the /tribe-events directory/ in the theme almost as a replacement for the /views/ directory in the plugin, almost but there maybe differences 🙂
Let me know if you run into any problems.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberGreat, glad it is resolved. Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
October 3, 2014 at 10:59 am in reply to: PRO Version-Day View-Event Title/Name font color class id #785496Brian
MemberSure I can help with that.
I got this coding to work for me on the Day View Event Title.
.tribe-events-day #tribe-events-content h2.tribe-events-list-event-title a {
color: red;
}Let me know if that works.
If not please include a link to your day view and I can check it out.
Thanks
Brian
MemberHi thanks for the interest in our ticketing add ons.
I am going to answer based on using WooCommerce Tickets, but this should go for any of our ticketing add ons.
Correct, the individual is the easy one.
For the group ticket that could get tricky as we do not have that feature, but I do not think it is out of the question.
There is mostly an add on you could use with WooCommerce and during the checkout process you could have a mandatory field for someone to fill out with the 4 names and clothing sizes.
The person purchasing the tickets would have their name tied to the ticket in the system and the other 3 names would be notes in the order on WooCommerce’s side. So it is not a perfect fit, but may work for you.
We could help answer any questions about this customization if you decide to go this route, but for the most part it would be up to you.
Does that make sense?
October 3, 2014 at 8:10 am in reply to: Fix for WooTickets "checkin" function implementation #785144Brian
MemberThanks for bringing this to our attention. I will bring it up to the developers.
I am not sure if or when we would make a change to that, but it could be something we would be interested in adding.
Thanks
Brian
MemberHi Michael,
I can try to help you out here. I am not sure what you are asking:
how can i add a link for the import of pictures?
Could you please explain that more so I can understand.
Related to that other post is all our events are stored in WordPress’s post table same as post and pages. We do not create another table.
And again this plugin may help you with the images:
Easily Edit Featured Images In Bulk With The Quick Featured Images Plugin
If you can expand on your question more I can try to give some pointers on what you would like to do.
Thanks
Brian
MemberHello kgesink,
I can help point you in the right direction for this.
Is there a way to move the sub nav with the previous month and next month to the top of the page before the calendar and under the search bar. Instead of under the calendar where no one sees it?
Yes this is possible if you follow our themer’s guide and/or with a css solution.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
And move the month’s content.php to your theme where you can edit or move this function for the nav:
tribe_get_template_part( ‘month/nav’ );
CSS Solution
If you add this css it should show the month nav above the calendar, but below the calendar title.#tribe-events-content #tribe-events-header .tribe-events-sub-nav li, #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
display: block;
}Let me know if that works for you.
If you would like some more help please provide a link to the calendar and we can help out.
Thanks
Brian
MemberThat is an interesting idea.
I think it could be possible with some major customization – but I’m afraid that sort of customization is a bit beyond what we can help you with here on the forum.
Good luck 🙂
Brian
MemberHello,
Sorry for the issue of the Calendar not working. I can help you out with this.
Since you changed the slug it maybe the permalinks need to be resaved to get it working again.
Can you please follow our 404 error guide and see if that resolves the issue.
https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/
Let me know if that works for you.
Thanks
Brian
MemberPlease email us at pro(at)tri.be and we can help you out there. Please include your receipt number.
Thanks
Brian
MemberBeyond adding that filter can you please try the following:
Testing for Conflicts
Also, I know you mentioned not much has changed on your site, but can you please follow the steps on our guide for Testing For Conflicts?https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Please start by changing themes to a base WordPress theme, it may do nothing, but at least we can rule out that.
Wrapper ID
Also, I had another member of the support team look at your site and we are both seeing the wrapper has different ids then we typically use.This is what you have:
tribe-events-gmap-Group activities
This is what is should look like:
#tribe-events-map-0
Do you have any custom templates in your theme? If you do, maybe they need to be updated to work with the current version of the plugin and the google maps script.
Let me know what you find out and we can go from there.
Thanks
Brian
MemberSure I can help with that.
The default view looks like this:
That will show the view you have chosen as the default.
Default Week View
The week view looks like this:http://yoursite.com/events/week/
Default Month View
The month view looks like this:http://yoursite.com/events/month/
Does that answer your question? If not do you have a site you are working on that you could share a link and I could take a look to be more specific. If you add new views it will depend on what you name it for the url.
Let me know if you would like more information and I can help out.
Thanks
-
AuthorPosts
