Forum Replies Created
-
AuthorPosts
-
Daan
ParticipantBrook,
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.
Daan
ParticipantHello 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,
ArnoJanuary 20, 2017 at 2:42 am in reply to: Events in the past are ordering on publication date #1221431Daan
ParticipantHello,
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?
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
