Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Thanks for letting us know 🙂
Hi Elad,
It is hard to target the map controls element on Google map. But you can achieve this by using map options filter.
You can use this filter https://wpgeodirectory.com/codex/codex/geodirectory_filters/geodir_map_options_-map_canvas_name/ to achieve it.Here is sample code snippet how to use to change the position of map controls.
// Change the position of map controls. function geodirectory_position_map_control_options( $map_options ) { // Position should be one of TOP, TOP_LEFT, TOP_RIGHT, BOTTOM, BOTTOM_LEFT, BOTTOM_RIGHT, LEFT, RIGHT $map_options['zoomControlOptions']['position'] = 'LEFT_BOTTOM'; // Zoom control $map_options['mapTypeControlOptions']['position'] = 'LEFT_BOTTOM'; // Map Type control $map_options['navigationControlOptions']['position'] = 'LEFT_BOTTOM'; // Navigation control $map_options['streetViewControlOptions']['position'] = 'LEFT_CENTER'; // Street view control return $map_options; } add_filter( 'geodir_map_options_geodir_map_v3_home_map_2', 'geodirectory_position_map_control_options', 100, 1 );
Let us know.
Thanks
Hi There,
The GeoTheme to GeoDirectory data conversion process time may depends server speed and size of data.
As per you mentioned size of your GeoTheme database it should not take time more than 1 hour for conversion.Let us provide Admin / FTP / DB details in private reply so we can investigate issue.
Thanks
Hi Thierry,
Now the locations page map working as expected, please check and confirm.
FYI: please run “Location category counts” tool in each language to refresh location terms count for each language.
Let us know.
Thanks
Hi Rachel,
You can find Licence Keys under downloads area at https://wpgeodirectory.com/support/members/YOUR_USEWRNAME/downloads/
Or alternatively click on My Account (top right) -> Downloads.Thanks
Hi Giuseppe,
As Guust said the button for “Send Enquiry” will automatically displayed once email custom field is active and it has value saved for that listing.
See this – https://wpgeo.directory/hotels/new-york/5-stars/crosby-street-hotel/
Thanks
Hi Sumi,
Now in CPT Categories widget we have added new settings
“Don’t filter for current viewing post type” to disable filtering current viewing CPT on lisitng pages.
“Don’t filter for current viewing category” to disable filtering current viewing category on categories pages.Early it was applied filters current viewing CPT & current viewing category by default.
Please check and let us know.
Thanks
Hi Thierry,
We have fixed the WPML translation page problem, please check and confirm.
Let us know.
Thanks
Hi Sumi,
For events(Deal / Offer) CPT in GD > CPT Categories widget settings you have ticked “Hide empty categories” option.
Currently you have not any active upcoming event(Deal / Offer) on site. So widget is not displaying any categories.Un-ticking “Hide empty categories” shows all events categories fine in widget.
Please explain in detail on https://wpgeodirectory.com/support/topic/cpt-categories-widget-3/#post-245907
Let us know.
You have used css customization that causing display problem for custom fields. Your custom css hides the custom fields from listing.
Check all css with class .page-id-20 and restructure it.
Ex: removing margin-top: 117px !important; from class .page-id-20 #gd-sidebar-wrapper div.geodir_more_info.gd_placecategory { shows “Category:” back on listing.
Let us know.
Thanks
Hi karlamulder,
Please look at following posts for similar problem.
https://wpgeodirectory.com/support/topic/preview-slider-not-showing/#post-16248
https://wpgeodirectory.com/support/topic/bug-in-listing-preview-page/#post-211014Let us know.
Thanks
Don’t worry about that, we have resolved problem 🙂
Resolved and replied at https://wpgeodirectory.com/support/topic/new-event-not-showing-on-map/#post-245601
-
AuthorPosts