Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Caitlin,
You could do this by modifying the /wp-content/plugins/the-events-calendar/views/table.php file around line 133. Make a copy of that file and place in an ‘events’ folder in your active theme to make changes. You should just be able to use the_post_thumbnail() function from WordPress: http://codex.wordpress.org/Function_Reference/the_post_thumbnail
Does that help?
– Jonah
Jonah
ParticipantHi Michael,
I’m not sure why it doesn’t work with the default page template but you can get your styling to work with the default events template. All you need to do is modify the /wp-content/plugins/the-events-calendar/views/ecp-page-template.php by making a copy and placing in an ‘events’ folder in your active theme. Then, you can edit the file and include all the template specific wrappers (divs) from the Canvas page template (similar to adding the HTML before & after but this is more direct.
I would suggest doing that.
Cheers,
JonahJonah
ParticipantNo.
January 2, 2013 at 9:00 am in reply to: Calendar Title showing as the first Event Title entered #30178Jonah
ParticipantYou’re welcome. Let me know if you have any questions with that.
– Jonah
Jonah
ParticipantHi Michael,
Have you tried changing the Events Template in Events > Settings > Template to the Default Events Template?
Can you provide us with a copy of the Canvas theme for evaluation purposes so we can try to figure it out? You can email to pro [at] tri [dot] be and attn. to me.
Thanks,
– JonahJonah
ParticipantHi Steve,
This is a bug with certain themes that we are unable to fix on our end. There are a couple of options you can try:
1. Try setting your permalinks to Postname in Settings > Permalinks.
2. Try changing the Events Template in Events > Settings > Template to something else.Let me know if that fixes is it, otherwise we will try taking a look at some other options.
Cheers,
JonahJonah
ParticipantHey Rob, did you check out our Community Events plugin: https://theeventscalendar.com/wordpress-community-events/
– Jonah
Jonah
ParticipantSpecific events will be more tricky because you’ll need a way to flag those specific events. Here’s what I would do:
1. Install http://www.advancedcustomfields.com/ and then create a True/False field displayed in the events add/edit screen to be able to flag those events.
2. Then, modify single.php as I instructed with the following change to lines 21-29:
https://gist.github.com/4435986 – note, you’ll need to create the true/false field with Advanced Custom Fields and set it to display for the Events (tribe_events) post type and then update the code to reflect your custom field unless you use the same label/field name as I used (custom_event_date_display).So basically what this is doing is just checking for whether or not that flag has been set for specific events and displaying a different start/end date without time in the single.php template. I know it’s a bit much but hopefully you can figure it out and if you have any questions, let me know.
Cheers,
JonahJonah
ParticipantHi Stephen,
Yes, this is possible. You’ll need to reconfigure the /wp-content/plugins/the-events-calendar/views/single.php file by making a copy and placing in an ‘events’ folder in your active theme. Then you can make changes to the template… Do you want to turn off event times for all events that span multiple days or just specific events?
Cheers,
JonahJanuary 2, 2013 at 8:20 am in reply to: Calendar Title showing as the first Event Title entered #30166Jonah
ParticipantHi Jay, please take a look at this FAQ and let me know if you have any questions: https://theeventscalendar.com/faq/the-calendar-page-title-shows-title-of-an-event/
Cheers,
JonahJonah
ParticipantThis plugin may help or steer you in the right direction: http://wordpress.org/extend/plugins/timezonecalculator/
Jonah
ParticipantHi Reggie,
This is not possible via our plugin but I’m sure you can either find a third party plugin to help you with this or have somebody custom code the functionality. Unfortunately we won’t be able to help you with this. Good luck!
– Jonah
Jonah
ParticipantHi Cezar,
It looks like your theme or another plugin is making the spinner visible on initial page load. Have you tried deactivating all other plugins and/or switching to the default WordPress theme? You might also try manually setting the display of the spinner by adding this to your theme’s style.css file:
#ajax-loading {
display: none;
}
Let me know if that helps.– Jonah
Jonah
ParticipantHi Salvador,
No problem, glad you got it worked out. Let us know if there’s anything else we can do for you.
Regards,
JonahJonah
ParticipantClosing this out due to inactivity. If you still need help with this issue, please create another thread and reference this one.
Thanks,
Jonah -
AuthorPosts
