Forum Replies Created
-
AuthorPosts
-
Geoff
MemberAh, now I see what you’re talking about. Thanks for clarifying!
That’s definitely a bug. I just opened a ticket to have this fixed in an upcoming release. Although I don’t have a timeframe for when it will be fixed, we’ll follow up with you when there is more to report.
In the meantime, a workaround for this specific instance would be to change the settings date settings in WordPress under Settings > General so the “Week Starts On” is set to Monday instead of Sunday. I know that might not be ideal in all circumstances, but it would certainly help for the event you shared with me.
Thanks so much for bringing this up so we can work on a fix. I’m going to go ahead and close this thread while we’re working on it, but will report back when we have more to share. 🙂
Cheers!
GeoffGeoff
MemberAwesome, that’s a perfectly legit way to get a sidebar in there. Great work!
You’re not being greedy at all. In fact, we have a video tutorial that will walk you through getting the event thumbnail to display for each event in the list widget. Check that out and let me know if that will work for you. 🙂
Cheers!
GeoffGeoff
MemberYeah, files in the modules directory cannot be overridden. That’s way you’ll want to override the edit-venue.php template in your theme directory instead, remove the line that includes the <i>venue.php</i> module, then paste the code from venue.php there and edit from there. Are you able to give that a try?
Thanks!
GeoffGeoff
MemberAwesome, thanks for the follow-up, Ryan! I’m sorry this was an issue but I’m glad there was a solution and I appreciate you sharing it here. 🙂
I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help.
Cheers!
GeoffGeoff
MemberMy pleasure! So glad that helped.
I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberAwesome, thanks Ryan! Looking forward to seeing what you find out.
Geoff
MemberHi there, Roy! Thanks for getting back in touch. 🙂
Am I correct that the issue you are seeing is happening when you hover over the event (screenshot)? Or are you referring to the purple block itself?
If it’s the hover in the screenshot, then that’s the expected way for the tooltip to display. An alternative would be to turn off tooltips so clicking on the event will go directly to the event view.
If it’s the purple block, it could very well be a theme issue. However, I’m not seeing the issue myself, so a screenshot would be helpful so I can see what’s going on.
Cheers!
GeoffGeoff
MemberHi there Charles and welcome to the forums!
Unfortunately, the view files are the ones that can be overridden in your theme directory. However, you might be interested in checking out this snippet, which helps alter the calendar title. It contains a lot of different instances and conditions, but you should be able to play around with it to meet the specific conditions you are looking for. You can drop that directly in your functions.php file without having to touch any core or view template files. 🙂
Does that make sense? Will that work for you? Please let me know.
Cheers!
GeoffGeoff
MemberHi there, Ryan! Thanks for getting in touch and following up from your original thread. Sorry this is still an issue you’re running into.
I found the ticket that was completed for this issue. I haven’t been able to reproduce it myself with the latest plugin update (3.8), but that certainly doesn’t mean it’s not an issue for you.
It looks like the heart of the issue was that recurring event instances were being created before the additional fields meta was being saved.
Are you able to recreate the events that are in question? I would suggest trying to create a few test ones in advance to confirm that issue is just isolated to events that existed prior to the update.
Cheers!
GeoffGeoff
MemberThose should still be there if you head over to Events > Settings > Display (screenshot). Are you seeing those?
Cheers!
GeoffGeoff
MemberSorry your eyes are bleeding! I can see why though. 🙂
Strange, because the start and end dates print correctly when I try inserting those functions in my own setup. I wonder if it has something to do with the functions not being inside the actual query?
Sorry I’m unable to give you a concrete answer and write the customization for you, but I think you’re on the right track. 🙂
Cheers!
GeoffGeoff
MemberGood question. You can add the sidebar (or any widget area) using the same get_sidebar() function that is standard in WordPress. Basically, whatever is included in your override will output on the page as well. 🙂
Cheers!
GeoffGeoff
MemberHi there, Sérgio, thanks for getting in touch!
I’m afraid that removing the dropdown entirely isn’t currently possible without some custom coding. You could create a theme override of the edit-venue.php template. In there is a line to include the community/modules/venue,php template, which contains the dropdown. You can remove that line in your override and customize the form to output just the fields you’d like.
From there, I’d recommend setting your default country to Portugal in Events > Settings > Default Content.
Does that make sense? Will that work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi there, Paul! Thanks for getting in touch and welcome to the forums. 🙂
The cleanest way to customize the single event view is to do a theme override for the single-event.php template. Basically, that means you create a folder called tribe-events in your theme directory and copy the single-event.php (located in /wp-content/plugins/the-events-calendar/views) there.
You can pretty much copy the structure of your theme’s single.php file (assuming that’s the layout you’re trying to copy) to get the layout you’re looking for.
Does that make sense? Will that work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi there, Con! Thanks for getting in touch. 🙂
Great question. Every category has a class name that is injected into the template. So, for example. a category called Meetings would have a class name of .tribe-events-category-meetings that could be targeted in your CSS, like this:
tribe-events-category-meetings { color: green; }Of course, you will need to adjust this to work with your specific theme, but this is basic idea to get you where you want to go.
I’d also suggest checking out our Themer’s Guide which has an entire section on how to customize calendar styles with some handy examples.
Does that make sense? Will that work for you? Please let me know. 🙂
Cheers!
Geoff -
AuthorPosts
