Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantAnd please reference this thread and attn. to me 🙂
Jonah
ParticipantHi Brad,
What theme are you running and can you send us a copy of it for evaluation/testing so we can see what’s going on? Please email this to pro [at] tri [dot] be
Thanks,
JonahOctober 3, 2012 at 8:28 am in reply to: Excerpt length for event description on the events list #26024Jonah
ParticipantHi Jean,
In order to do this I would suggest using another plugin like http://wordpress.org/extend/plugins/advanced-excerpt/ – once installed you’ll need to then modify /wp-content/plugins/the-events-calendar/views/list.php by making a copy and placing in an events folder in your active theme and replacing the_excerpt() with the Advanced Excerpt function.
I hope that helps.
Regards,
JonahJonah
ParticipantHi Jean,
For some reason, on line 21 of your events.css in your child theme you are applying a -165px left margin to this element. Remove that and you should be good. Let me know if you need anything else.
Cheers,
JonahJonah
ParticipantSounds good Michelle. Let us know if you need anything else!
– Jonah
Jonah
ParticipantHi Robert,
Our Facebook plugin is at version 1.0.2 and definitely out of beta. Bug free, it should be but no guarantees. It does import all the event details into the proper columns. No conflicts that I can think of being reported.
Let me know if you have any other questions.
Thanks,
JonahOctober 2, 2012 at 7:25 pm in reply to: Problems With Roles Other Than Administrator After Pro2.0.9 Upgrade #26011Jonah
ParticipantHi Mike,
Can you send me a screenshot or provide me wp admin access so I can see for myself, the permissions set for the users in question? You can email access to pro [at] tri [dot] be
Also, have you tried deactivating all other plugins except for ours?
Thanks,
JonahJonah
ParticipantHi Derek,
You’ll need to lookup how to filter the titles you’re looking to modify and then use the conditional code to conditionally set the titles. The code is not copy/paste, you’ll need to do the work to get it working.
– Jonah
Jonah
ParticipantHey Ken, just checking in to see whether or not this worked for you so I can close this thread out. Please let me know.
– Jonah
Jonah
ParticipantHey Victor,
Sorry, since you don’t have pretty permalinks enabled, please try this link instead: http://www.creativepulsechicago.com/?post_type=tribe_events&feed=rss
– Jonah
Jonah
ParticipantHi Victor,
We do offer a full feed that is separate from the main WordPress feed and can be accessed via http://yourdomain.com/events/feed
Unfortunately I have no examples for customizing events in the main WordPress feed. You’ll need to read through the link I sent you and/or search on Google for articles that may provide examples of this.
I hope that helps.
– Jonah
Jonah
ParticipantHi Caroline,
I’ve got an update for you. We’re making some significant changes to how queries are done with the plugin and with these changes the conflict will be fixed. Unfortunately the fix won’t be out until either 2.0.10 or 3.0 and I’m not sure when that will be. So, for now hang tight and we’ll get this fixed as soon as we can. Thanks for your patience!
– Jonah
Jonah
ParticipantHi Jeffrey,
Some good and bad news. We’re making some significant changes to how queries are done with the plugin and with these changes this conflict will be fixed. Unfortunately the fix won’t be out until either 2.0.10 or 3.0 and I’m not sure when that will be. So, for now hang tight and we’ll get this fixed as soon as we can. Thanks for your patience!
– Jonah
Jonah
ParticipantHi Victor,
To customize the actual feed and add custom fields you will need to look into http://codex.wordpress.org/Customizing_Feeds – this is not something we can help you with other than just pointing you in the right direction.
Cheers,
JonahJonah
ParticipantHey Victor,
Event name is just a regular WordPress post title so you can get it with get_the_title() or the_title(). Event image is just the post_thumbnail so you can use the native WP get_the_post_thumbnail() or the_post_thumbnail(). Event date can be obtained using our template tags – tribe_get_start_date() and tribe_get_end_date() – more info on those here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-date-functions/. And link can be obtained with tribe_event_link() – more info on that here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-link-functions/#functiontribe_event_link
I hope that helps!
– Jonah
-
AuthorPosts
