Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Ken,
I can help out here.
For adding links or any other modifications to the single template you can follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
That will show you how you can move and edit templates in your theme and there you could add an “Add New Event” link.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
After the first instance in the series all the recurring events have a post_parent value set to the first event’s id.
All the recurring events including the first event have serialized information for the recurrence in this custom field:
_EventRecurrence
This is an example of data store in there:
a:15:{s:4:"type";s:10:"Every Week";s:8:"end-type";s:2:"On";s:3:"end";s:10:"2015-06-19";s:9:"end-count";s:1:"1";s:11:"custom-type";s:5:"Daily";s:15:"custom-interval";s:0:"";s:16:"custom-type-text";s:0:"";s:21:"occurrence-count-text";s:4:"week";s:19:"custom-month-number";s:5:"First";s:16:"custom-month-day";s:1:"1";s:24:"custom-year-month-number";s:1:"1";s:21:"custom-year-month-day";s:1:"1";s:22:"recurrence-description";s:0:"";s:14:"EventStartDate";s:19:"2015-06-05 08:00:00";s:12:"EventEndDate";s:19:"2015-06-05 17:00:00";}Each event in the series has it’s own copy of the fields for the date, title, description, etc..
So to query recurring events you could follow what Barry suggests here:
As for one off events you could look for those events with both no post_parent and no _EventRecurrence.
Cheers
PS: I will let our developers know about the email notification.
June 5, 2015 at 6:54 am in reply to: X-theme + ECP integration issues (no title/breadcrumbs) #967394Brian
MemberNot sure why the single title is not working.
Unfortunately, this is the limit I can help on a customization/theme compatibility issue per our terms and conditions and I am not able to troubleshoot each issue that might come up along the way.
I do have one more thing for you.
I would look to passing the event id like this to the get_the_title() function:
$event_id = get_the_ID();get_the_title( $event_id );
Cheers
Brian
MemberThanks for the feature request. I added some of my votes to it to help out.
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi,
It is the same answer as last week. We do not have a exact date for the release. We are working on the final testing and hope to release it soon.
Thanks
June 4, 2015 at 3:49 pm in reply to: X-theme + ECP integration issues (no title/breadcrumbs) #967336Brian
MemberThe get_the_title should be used for the single views of event, etc only.
tribe_get_events_title() is for our Event Views such as Month View, List View, Week View, Etc.
Brian
MemberOk thanks for the info.
Not sure why it works for logged in users and not.
Could you try taking the source code when you are logged in and then when you are not and use something like this site to compare the differences?
That might help find the issue here.
June 4, 2015 at 12:18 pm in reply to: X-theme + ECP integration issues (no title/breadcrumbs) #967293Brian
MemberOn single templates I would look to use the WordPress function get_the_title()
https://codex.wordpress.org/Function_Reference/get_the_title
Use that function to display the title of the Event, Venue, and Organizer.
Brian
MemberGreat glad it helps.
For the widget css. Check to see if it is in this directory:
/yourtheme/tribe-events/pro/widget-calendar.css
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberOk thanks.
I took a look and it looks to be a css padding issue.
I tried this css from my browser tools and it fixed the issue:
.tribe-mini-calendar .tribe-mini-calendar-no-event {
padding: 8px 0;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
June 4, 2015 at 8:29 am in reply to: Removing events from separate calendar in main events view #967205Brian
MemberHi,
I can help out here.
Are you talking about the links that go to “« Gunter School Age Program” and “Marriott Hotel »” on that link you posted?
Let me know and I can help point you in the direction to remove these.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can try to give you some ideas on how to do this.
One way you could do this is use the rss feeds from the event views and then display the events using an rss reader in the other sites.
If you want to get all the event information you could try using the WordPress rest API.
We are not supporting it yet as it is not merged into core, but this is exactly the type of scenario it would be used for.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
We do not have a feature add colors based on a category.
However, there is the The Events Calendar Category Colors that does this:
The plugin is maintained and gives you the ability to add colors to any category.
Does that work for you?
Brian
MemberNo worries. We will take care of the refund soon.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
-
AuthorPosts
