Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi there Josh,
When I visit the URL you provided it takes me to map view and the map appears to load correctly: the events are also present but not greyed out so far as I can tell.
Have you already solved this problem, or can you let me know where I should look/what I need to do to see it?
Thanks!
Barry
MemberHi there unityboulder,
Yes – it’s completely customizable 🙂
I’m not sure if you are referring to our list widget or the calendar widget, but in either case you can add custom CSS rules via a tribe-events/pro/tribe-events-pro.css stylesheet – or, if it is specifically the calendar widget you are interested in, you could set up tribe-events/pro/widget-calendar.css instead – which you would add to your theme directory (see here for more complete instructions).
Within that, you could specify something like this:
.widget.tribe_mini_calendar_widget, .widget.tribe-events-adv-list-widget, .widget.tribe-events-list-widget { font-family: cursive; /* Change to your desired font */ }Adding a thumbnail image is also possible and we actually have an existing tutorial for this, which you can find here:
tri.be/adding-post-thumbnails-to-the-events-list-widget/
If you are interested in the calendar widget rather than the list widget then it’s still worth a read – a lot of the same principles still apply 🙂
I hope that helps!
Barry
MemberHi there photomhs,
I went ahead and moved this thread out of the translations forum and over to the Events Calendar PRO forum as that seemed more appropriate – but the thread URL should remain the same and you should still receive updates by email (if you chose to receive them).
To the problem at hand: can you provide me with a specific example? Could the confusion stem from the fact that you have long-running events such as 6.30pm Movie that run for many days (and so naturally “float” to the top of all but the first day)?
Let me know if I’m misunderstanding.
Thanks!
Barry
MemberI’ll go ahead and close this thread but, as before, let us know if you have any further questions by creating new threads as needed. Thanks again!
October 17, 2014 at 3:25 pm in reply to: Organizer URL: modifying "tribe_organizer" in organizer slug #816519Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
October 17, 2014 at 3:24 pm in reply to: Problem with Views not loading on the /events/ page #816511Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberFor the time being I’ll close this thread – but as above we’ll do our best to re-open and keep you up-to-date at appropriate intervals. Thanks again!
October 17, 2014 at 1:26 pm in reply to: Event order incorrect when using tribeHideRecurrence #816355Barry
MemberHi northpointe,
We’ve dropped the proverbial ball on this thread a couple of times in that we didn’t see your updates on the last two occasions as promptly as we should have done – and so I just wanted to check in and ensure you saw my last update and see if that is something you want to explore further?
Thanks!
Barry
MemberI’m glad to hear it 🙂
In that case I’ll close this thread – but if you do hit further problems (or something else crops up) please don’t hesitate to create a new topic and let us know: one of the team will be only too happy to help.
Last but not least if you have a moment or two to spare we’re always keen to hear how we’re doing and how The Events Calendar itself is stacking up for you – and more than welcome anything you might post on our plugin review page.
Thanks again!
October 17, 2014 at 7:58 am in reply to: Events Calendar Question – Redirects Causing Page Failure #815936Barry
MemberSo your upcoming events list does seem to work now:
http://dev-poly-wp.ws.asu.edu/events/list/
Previously you had “category” in the URL (but no actual category slug) and also “upcoming” instead of “list” – I’m not sure how or why that URL surfaced but the correct URL for your upcoming events list does seem to be working at this point.
Does that help?
Barry
MemberHi xxtila,
If you could create a new thread that would be awesome – that way we can work with you one-on-one and avoid any confusion that might arise from working with both of you simultaneously 🙂
October 16, 2014 at 4:02 pm in reply to: Updating Events Cal Pro causes custom coding to disappear… #814908Barry
MemberHi there Blair,
It definitely isn’t advisable to change core plugin code unless absolutely unavoidable for this kind of reason 🙂
I’m not sure it’s necessary to tackle the problem that way, though:
We would like to display the timezone (EST) on any events that are slated for a specific start time (ie live webcasts). Can this be coded in and not affected by updating the plugin?
We add a ton of action and filter hooks on top of those provided by WordPress itself, in addition to a template system that makes it easy and safe to override specific templates.
I’m not completely clear on where you want this change to be implemented, but perhaps the tribe_events_event_schedule_details filter hook could be leveraged here? Could you pass that across to your dev and see if that helps?
-
AuthorPosts
