Daan

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: tribe_events_the_notices is not working #1247461
    Daan
    Participant

    Brook,

    Thanx for your answer. That error is fixed. But when i scrolled down on the page I get some other error.

    /Applications/MAMP/htdocs/erp/wp-content/plugins/the-events-calendar/src/deprecated/TribeDateUtils.php is verouderd sinds versie 3.10. Gebruik in plaats daarvan Tribe__Date_Utils.

    Does it mean that i must change the next 3 rows:

    $time_format = get_option( ‘time_format’, TribeDateUtils::TIMEFORMAT );
    $start_ts = tribe_get_start_date( null, false, TribeDateUtils::DBDATEFORMAT );
    $end_ts = tribe_get_end_date( null, false, TribeDateUtils::DBDATEFORMAT );

    into

    $time_format = get_option( ‘time_format’, Tribe__Date_Utils::TIMEFORMAT );
    $start_ts = tribe_get_start_date( null, false, Tribe__Date_Utils::DBDATEFORMAT );
    $end_ts = tribe_get_end_date( null, false, Tribe__Date_Utils::DBDATEFORMAT );

    I looking forward to your answer.

    Greets,
    Arno

    • This reply was modified 9 years, 2 months ago by Daan.
    in reply to: tribe_events_the_notices is not working #1246800
    Daan
    Participant

    Hello Brook,

    I have tested the plugin with the twentysixteen plugin and the problem is solved. How can I know what I must change on my own theme. This is a custom made theme and I am able to change some things.

    I would like to hear from you.

    Greets,
    Arno

    in reply to: Events in the past are ordering on publication date #1221431
    Daan
    Participant

    Hello,

    This snippet doesn’t work and is not exactly what I needed. The problem is the order of the products. If I navigate to the pasted events the order is on order of the publication time of the event and not on the date of the event.

    Do you have another suggestion?

Viewing 3 posts - 1 through 3 (of 3 total)