Kiran
Forum Replies Created
-
AuthorPosts
-
Hi brian,
The video is recorded with Event Manager v1, now we have Event Manager v2. On demo site all plugins are running with GDv2.
I have added your suggestion in my future tasks to look into and allow separate date & time on listings. This will be in one of future version.
Thanks,
KiranHello tradingbasics,
I have added following PHP snippet to disable Map Type and Street View controls from Google maps on archive & detail page maps. Snippet that you already added is works only for add listing map.
/** * Remove Map Type and Street View controls from Google maps. */ function gd_snippet_190814_map_params( $params, $map_args ) { $map_type = $params['map_type']; $map_canvas = $params['map_canvas']; //if ( $map_canvas == 'gd_map_canvas_directory' ) { $params['mapTypeControl'] = false; // Map Type control $params['streetViewControl'] = false; // Street View control //} return $params; } add_filter( 'geodir_map_params', 'gd_snippet_190814_map_params', 20, 2 );Regards,
KiranHi Fulvio,
Business Hours values are saved in schema format with days & hours combinations. It is not possible to sort results by hours.
Kiran
Hi Guido,
Please try this patch to fix meta titles on detail page.
https://github.com/AyeCode/geodirectory/commit/3820c991610e266ec7136520fca712ea59e7b5c8Let us know.
Kiran
This changes included in theme as well, so don’t worry about future updates.
You can remove “All” word from GeoDirectory > Settings > Titles & Meta > update Page Title/Meta Title.
Kiran
Glad to hear that issue resolved.
Thanks for letting us know.
Kiran
This reply has been marked as private.This reply has been marked as private.Hi jotomas,
Please check now and let us know.
Kiran
August 12, 2019 at 1:39 pm in reply to: Recurring Event Details Page – to infinity and beyoooond #502693It will be in future version, not exactly sure about eta, because we have some other tasks with higher priority.
Meanwhile try following CSS snippet.
#listing-right-sidebar .geodir-field-event_dates .geodir-schedules { max-height: 240px; overflow-x: hidden; overflow-y: auto; }Kiran
Hello ditdut,
can we change that tittle to say the category instead of the first listing? Also can we change Whoop!?
Fixed
Please check and let us know.
Kiran
August 12, 2019 at 12:13 pm in reply to: Recurring Event Details Page – to infinity and beyoooond #502677“Hide event past schedules?” setting is available under GeoDirectory > Settings > Events (click on Show Advanced button). See attachment.
Kiran
This reply has been marked as private.This reply has been marked as private.Hi Matt,
Admin credentials are now working, but FTP credentials are still not working.
Kiran
-
AuthorPosts