Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi nathalie,
The issue is fixed and updated on your site tool. Please check now after clearing your browser cache.
Regards,
KiranAugust 19, 2019 at 1:40 pm in reply to: Events – 24h time format and recurring (custom) calendar format #503689Hi Aron,
This has been fixed and it will be in next release.
Provide us FTP credentials if you to apply patch from our side to fix it now.
Thanks,
KiranThis reply has been marked as private.Yes, country column should be “country” and all country names should be as per ISO name(without translation).
Kiran
This reply has been marked as private.August 19, 2019 at 11:09 am in reply to: Events – 24h time format and recurring (custom) calendar format #5036601) Try following HP snippet to show hours in WordPress time format in add/edit event form.
function gd_snippet_event_schedule_times( $times ) { $_times = array(); foreach ( $times as $value => $label ) { $_times[ $value ] = date_i18n( get_option( 'time_format' ) , strtotime( $value ) ); } return $_times; } add_filter( 'geodir_event_schedule_times', 'gd_snippet_event_schedule_times', 20, 1 );—
2)
Have you translated GeoDirectory core & Event Manager plugin?Please provide admin credentials to look inot more.
Kiran
This reply has been marked as private.Don’t worry about future updates, because changes updated in core as well. It will not lose the changes on update plugin in future.
Kiran
Hi Stephane,
I checked csv file attached in Import-architecte-Feuille-6-104.csv.zip and it has “country” column is missing. You have used “France” for country column instead of “country” column value.
Please correct it and let us know how it goes.
Kiran
This reply has been marked as private.Hi,
I’d like to be able to hide the sidebar and the page’s default header, but updating these setting on the Details Template Page doesn’t update it on the front end – both still appear.
We have fixed this and added some compatibility changes for The7 theme.Please apply this patch https://github.com/AyeCode/geodirectory/commit/2ae05faa6ef3b0356dfa146e62649fed4073207a
Or provide us FTP credentials to apply patch from our side.Kiran
Hi,
It will not affect the listings, it will just show single schedule instead of multiple dates.
Provide us FTP credentials if you want me to apply patch from my side.
Kiran
August 16, 2019 at 2:16 pm in reply to: Featured image has to be added twice to show in the backend list #503367This reply has been marked as private. -
AuthorPosts