Brian

Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 11,256 total)
  • Author
    Posts
  • in reply to: Add New Events Link to Events Page? #967414
    Brian
    Member

    Hi 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

    in reply to: How are recurring events managed in the database? #967406
    Brian
    Member

    Hi,

    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:

    Query Next 2 Events in Recurring Event

    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.

    Brian
    Member

    Not 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

    in reply to: List of events displaying under filter bar #967388
    Brian
    Member

    Thanks 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

    in reply to: Mark event category with icon or different color #967387
    Brian
    Member

    Great 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

    in reply to: Release new version? #967385
    Brian
    Member

    Hi,

    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

    Brian
    Member

    The 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.

    in reply to: Event Map not working when logged out #967331
    Brian
    Member

    Ok 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?

    https://www.diffchecker.com/

    That might help find the issue here.

    Brian
    Member

    On 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.

    in reply to: Vertical alignment in the widget #967290
    Brian
    Member

    Great 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

    in reply to: Vertical alignment in the widget #967209
    Brian
    Member

    Ok 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

    Brian
    Member

    Hi,

    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

    in reply to: Display one sites calendar on 3 different WP sites. #967202
    Brian
    Member

    Hi,

    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.

    http://wp-api.org/

    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

    in reply to: Mark event category with icon or different color #967200
    Brian
    Member

    Hi,

    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 Events Calendar: Category Colors

    The plugin is maintained and gives you the ability to add colors to any category.

    Does that work for you?

    in reply to: calendar instead of tickets #967194
    Brian
    Member

    No 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

Viewing 15 posts - 5,881 through 5,895 (of 11,256 total)