Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHello @jwhite,
Absolutely! You can add something like this to your theme’s style.css file to change the color:
.tribe-events-viewmore a { color: red; /* or whatever color you'd like! */ }Will that work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi @michaeldinan,
Thanks for getting in touch and sorry for the trouble here! That’s definitely not good and I’m happy to help you out as we check this out together.
Most “Page Not Found” issues can be resolved by following the steps outlined in this guide. Will you please start there as a first course of action to see where that gets us?
Thanks!
GeoffGeoff
MemberHey @Buddy! Welcome to the forums and thanks for getting in touch. I see you just barely registered your copy of PRO and I hope it’s treating you well so far. 🙂
That’s an excellent question about visitors being able to select multiple tickets. At the moment, selecting tickets is something that can only be done in the single event view. In other words, there is no interface for visitors to be able to select or purchase tickets from a full calendar view, such as List View, Month View, etc.
I like the way you’re thinking and could see that being super handy. In fact, I see something similar to this idea in our feature request forum and I’d encourage you to add your vote because I see it’s currently under review and could use more votes. It would really awesome if you left a comment in there that details how you think that might work and look so your voice gets added to the mix–I see that request lacks comments, so you’re would be greatly appreciated!
Sorry for the bummer news, but does this at least help answer your question? Please let me know.
Thanks,
GeoffGeoff
MemberHey Lisa–nice to see you again and hope all is well. 🙂
Oh yeah, that’s a great question and is totally doable. It will take a template override, so here’s how that works:
- Make a copy of the related-events.php template. It’s located in /plugins/events-calendar-pro/src/views/pro/related-events.php
- Make a new folder in your theme directory called tribe-events
- Make a new folder in that one called pro
- Drop the copied related-events.php file in that last folder
Now that the template is in your theme folder, it can be modified to suit your needs. In this case, change the URL of the default image (on Line 31 for me) to point to the image of your choice instead. That should give you a brand new default image. 🙂
Will that work for you? Please let me know.
Cheers!
GeoffGeoff
MemberHey Mad Dog, nice to see you again and hope all is well. 🙂
Sorry, there is no way to filter out events that were submitted from the Community Events form in the admin area. That’s a really great idea though and I can see how that would be helpful! If you have a moment, would you be willing to share that with us on our feature request forum so we have it on the radar of things to look into? For now, I think the closest way to accomplish that is requiring an account to post an event, which would then list that person as the author of the post–that would allow you to filter events by the author.
You’re right about searching for events in the admin area because that search is an extension of the of the default search in WordPress, which looks at very specific variables, such as post title and post content. For some reason, I want to say that this plugin does expand that search functionality, though it’s worth looking into first to see if it’s really a good answer for what you’re looking for.
Does this help answer your questions? Please let me know.
Cheers!
GeoffGeoff
MemberHello Kay–welcome to the forums! I really hope you’ve been enjoying PRO so far and I appreciate your support. 🙂
Good question. The best way to print out a full list of events is to print from the List View instead of the Month View. That will print the screen as far as showing all the available events and will use multiple pages if needed.
Will that work for you? Please let me know and I’d be happy to help if you have any other questions about printing. 🙂
Thanks!
GeoffGeoff
MemberHey Mr. K and thanks for following up! I appreciate the feedback as well and hope Filter Bar ends up being a great fit for your project. Feel free to reach back out if any other questions pop up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey Nicole!
Are you trying to remove the Category dropdown altogether from Filter Bar? If so, I think CSS would easier:
#tribe_events_filter_item_eventcategory {
display: none;
}Will that work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberMy pleasure! Anytime. 🙂
Geoff
MemberHi Mr. K,
You are correct: Filter Bar is a separate plugin from Events Calendar PRO and the two contain different features. And, yes, the pricing for both plugins is consistent.
Sorry for the confusion here! Does this help answer your question? Please let me know.
Geoff
Geoff
MemberHi Vanessa and welcome to the forums. We’re happy you’re here. 🙂
Quick question: are you using Events Calendar PRO 3.12.4? It looks like you have 3.12.2 installed, but there is a new version available if you log into your account here and head to My Account > Downloads. Let’s upgrade to 3.12.4 and see if that makes a difference. If it does, great!
If it doesn’t, then perhaps you can provide me either a link or screenshot where I can see an example of an event on your site?
One other piece of information that would help is knowing if the theme includes custom calendar templates. The reason I ask is that the layout you showed me doesn’t look like the default layout of The Events Calendar, so I’m wondering if there are custom templates by the theme author, in which case, the theme author could certainly help. You can check by opening the theme folder on your server and looking for a folder called tribe-events.
Let’s start here and see what we find!
Thanks,
GeoffOctober 21, 2015 at 7:13 am in reply to: How to disable organizer on submission form and prevent post submit pop-up? #1016543Geoff
MemberHey William, thanks for getting in touch!
Good question. I would approach this in two steps:
- Un-require the Organizer field. Here’s a snippet you can use to customize the list of required fields in the Community Events submission form. Remove the organizer option and that will de-register it as a required field.
- Hide the Organizer field group. You can do this with a little CSS in your theme’s style.css file: #tribe-community-events #event_organizer { display: none; }
The pop up dialogue is super strange because that’s not included with the Community Events or The Events Calendar plugins as far as I can tell. By chance, are you using some other plugin or perhaps a snippet that adds that functionality to form submissions? Just want to make sure in advance before digging much deeper into that part of it.
Thanks!
GeoffGeoff
MemberHi there, Laura!
I looked into this and see there are a couple of rough spots where The Events Calendar and WP-PageNavi do not fully integrate with one another.
That said, we do have a tutorial that includes a snippet I think might do the trick. Will you please give it a try and let me know if it helps fix the pagination issue?
Thanks!
GeoffGeoff
MemberHey @marketfresh, and thanks for your patience while we looked into this!
While we did recently put a lot of work into integrating The Events Calendar into WPML, there are still a few areas that need to be worked out, specifically with Events Calendar PRO–and recurring events are one of them. In this case, WPML does not play well with the process Events Calendar PRO uses to create series of events out of a single post and what happens is exactly as you describe, the first and possibly the last event in a series are the only ones that get translated.
I wish I had a concrete solution for you here, but I’m afraid this is all I have at the moment. In the meantime, I’ve gone ahead and opened a ticket in our system so we can at least start looking into how we might go about integrating Events Calendar PRO features into WPML. It would also be great if you added the same to our feature request forum so that others can vote on this as well–I can see lots of others finding this useful as well.
Thanks,
GeoffGeoff
MemberExcellent! So glad to have you and your team aboard. 🙂
Good question regarding importing events. The easiest way would be to use the CSV Importer that’s included in The Events Calendar. In other words, you would export your existing events, venues and organizers into CSV files and use those to import the events into The Events Calendar.
We have a guide to help get you started with the CSV Importer, and another one that includes sample files you can use for reference. I think those will be super handy as you make the migration.
Cheers!
Geoff -
AuthorPosts
