k2trains
Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
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!
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';
}
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
Signup to our newsletter for a chance to win a Lifetime License worth $1,495.
Buy with confidence: If you win, we'll refund any purchase made during the sale!
You've been entered into the draw.
Check your inbox for confirmation.