Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantThanks for the effort Lee!
January 15, 2013 at 8:33 am in reply to: I support the conditional removal of the End Date/Time when creating a new event #30867Jonah
ParticipantHi Michael,
I’m able to import that event along with it’s image just fine. Have you tried deactivating all other plugins and/or reverting to the Twenty Eleven/Twelve theme to see if there’s maybe a conflict there?
Are you importing in a local dev environment or remotely?
– Jonah
Jonah
ParticipantSounds good Lindy, let us know if you need anything else.
– Jonah
January 15, 2013 at 8:17 am in reply to: Colors not appearing – The Events Calendar Category Colors #30862Jonah
ParticipantHey Zeke,
Just ran through the other thread again and see that. Thanks, should have read more carefully the first time 🙂 Have you tried switching your Events Template in Events > Settings > Template to something else? Sometimes that can impact things along the lines of what we’re talking about. But, I’m still suspicious of some other error in place causing post_class to not work. That’s a native WP function, not one of ours so it should just work. Being able to take a look at the theme locally would help a lot.
Thanks,
JonahJonah
ParticipantHi Simone,
You just need to echo your custom field within an href like so: https://gist.github.com/2901504
Does that help?
– Jonah
January 15, 2013 at 8:07 am in reply to: Colors not appearing – The Events Calendar Category Colors #30858Jonah
ParticipantHey guys,
In order to get all that class information populated we take advantage of the native post_class function in WordPress (http://codex.wordpress.org/Function_Reference/post_class). For whatever reason Zeke, your theme is not properly using that function. Have you tried deactivating all other plugins to see if any plugins could be conflicting? There may also be some errors in your theme that is preventing the function from working. Have you tried turning debugging on to see if there are any? What theme are you using? Could you send us a copy to evaluate and check what the problem could be? You can email to pro [at] tri [dot] be and attn. to me please.
Thanks,
JonahJonah
ParticipantHi Kirsten,
So you have version 1.0.3 of the Facebook plugin? Have you tried deactivating all other plugins on your site to see if there’s a conflict? Do you have DEBUG set to true in your wp-config file?
– Jonah
Jonah
ParticipantHi Kristy,
When you unzip the zip, you should get a folder with the same name as you see when you browse wp-content/plugins via FTP. You are connecting via FTP right? So for example, if you unzip you should get a folder names ‘events-calendar-pro’ with all the files and folders for the plugin in it. You need to drag and drop all those files and folder into the same folder on your server in wp-content/plugins, replacing everything. Optionally, you can just rename the folder on the server to ‘events-calendar-proOLD’ and it will deactivate that version and you can keep that as a backup. Then just upload the new version and then you’ll have two versions in your plugin list but just hover over the activate link and look in the browser status bar to see which one is the “OLD” plugin and which one is the new. Then, activate the new one and verify everything looks ok.
I hope that helps!
– Jonah
Jonah
ParticipantHi Ted,
If a recurrence pattern won’t work for you the only other option is to use something like this to duplicate your events: http://wordpress.org/extend/plugins/duplicate-post/
I hope that helps,
JonahJonah
ParticipantHi Hilleary,
You should be able to do this by simply hovering over the start/end date columns and clicking on them to change the sort order: http://cl.ly/image/1o0N0Z1T3C3O
Does that help?
– Jonah
Jonah
ParticipantHi Duncan,
This is not possible unless you get help from a developer who can figure out how to do it. Good luck!
– Jonah
Jonah
ParticipantHey Lindy,
I would suggets using the awesome http://www.advancedcustomfields.com/ plugin. There’s an Options page add-on that costs $25 but it let’s you easily create options pages and then add your custom fields to that page and then display the data wherever you want on your website. You can limit the custom fields display by Role too. That’s going to be your best bet.
I hope that helps!
– Jonah
Jonah
ParticipantNo problem Jason, let us know if you need anything else.
– Jonah
Jonah
ParticipantHi Jason,
We don’t have any shortcodes but you can echo any widget using the_widget() function in WordPress (http://codex.wordpress.org/Function_Reference/the_widget). Here are the following widgets you can call:
TribeEventsListWidget()
TribeEventsAdvancedListWidget()
TribeEventsCalendarWidget()
TribeEventsFeatureWidget()You could call any of those with the_widget() function like so:
the_widget('TribeEventsAdvancedListWidget'); //will echo the Events Advanced List Widget
Another option would be to include a custom query in your page using either WP_Query or tribe_get_events() (https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events)I hope that helps but let me know if you have any questions.
– Jonah
Jonah
ParticipantHi Javier,
So here’s the scoop. The current functionality with how featured images work with recurring events is as follows:
1. If you set a featured image for a recurring event, it will set that image for all the events.
2. If you change the featured image for one of the events, even if you choose to only apply the changes to the one event, it will update all the events in the recurring series. We are still looking at this as a possible bug and how to handle it but it’s going to have to wait until after 3.0 as of now.
3. The workaround for this is to then change the featured image for the one event that you broke out of the recurring series.
4. Another option would be to try using something like http://www.advancedcustomfields.com/ for setting a custom image for events. I’m not quite sure how this will work for breaking an event out of a recurring series, but it’s worth a try.Sorry I can’t offer up more here Javier. Let me know if you have any questions.
Cheers,
Jonah -
AuthorPosts
