k2trains

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts

  • k2trains
    Lifetime Member
    Post count: 3

    I appreciate the quick response Stiofan! I was able to install and activate the Jetpack Beta plugin, update to the “bleeding edge” version, activate the GeoDirectory theme, then deactivate the Jetpack Beta plugin to eliminate the error.
    Thanks again!

    in reply to: Date Format for events #45593

    k2trains
    Lifetime Member
    Post count: 3

    Thank you for the quick response Paolo, this is perfect and exactly what I was looking for. I just had to make one small change in the date from “return ‘d/m/Y'” to “return ‘m/d/Y'” to display mmddyyyy.
    The end result was adding the following to the functions.php in my child theme for anyone else that may need it.

    
    
    add_filter('geodir_add_event_calendar_date_format', 'geodir_add_event_calendar_date_format_change',10,1);
    function geodir_add_event_calendar_date_format_change($format){
    return 'm/d/Y';
    }
    in reply to: Date Format for events #45294

    k2trains
    Lifetime Member
    Post count: 3

    Hello Paolo-is there any updates to be able to change the date format to mm-dd-yyyy on the add event listing page or can you provide the file that should be modified?
    thank you

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