Date and year does not work properly after update
-
Hello,
I am using timeline express(v 1.3.5) with Historical Dates Addon(v 1.1) and Single Column Add-On(1.0.4), everything ws working fine before, however after updating to current version disabled dates and years entirely. You can check this page to see the issue – https://www.rozsvittesvesrdce.cz/pronasledovani/. Years are set accordingly, but the plugin has set year 1970 for every announcement. Dates have error – Error processing the date format instead of set date.
I have just tried reupdating the dates as well as years. I am using a function to show year instead of icon and also a function to print date format as –
function custom_te_date_format( $date_format ) { $date_format = "M d, Y"; // will print the date as Apr 22, 2016 return $date_format; } add_filter( 'timeline-express-custom-date-format' , 'custom_te_date_format' , 10 ); define( 'TIMELINE_EXPRESS_YEAR_ICONS', true );
I will just underline – that everything was working fine before updating to wp 4.7. and before updating plugins to current versions. Unfortunately i am currently unsure what was the working setup in case someone wants to know the actual versions of the working plugins. I also believe that server setup was not changed or any other technical parameters.
Thanks in advance.
- The topic ‘Date and year does not work properly after update’ is closed to new replies.