Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
GDV2 v20065 introduced a second Google Maps API field. This field is specifically for an unrestricted key for use with Geocoding and especially on the add-listing pages where an address is typed in and then a query sent to Google for the address lookup.
Please create a new API key that has geocoding and timezone APIs enabled. Make sure it is a different key than the one you are already using, and that it has no http referrer rules for restricting usage (these services cannot have restrictions set or they don’t work).
Add the new key and let us know.
GeoDirectory – Settings – General – Show Advanced – Google Geocoding API key
August 9, 2019 at 5:32 pm in reply to: Issues with GeoDirectory (500 server errors, templates not updating, etc…) #502354Please check.
You had a WP Page edited with BB set as the GD Details page template in the GD Settings. I created a new page with the default content and set that instead and now it works.
August 9, 2019 at 5:10 pm in reply to: Woocommerce store affected by Supreme Director/Directory Starter 2.0.0.x Theme. #502348This reply has been marked as private.August 9, 2019 at 5:02 pm in reply to: Woocommerce store affected by Supreme Director/Directory Starter 2.0.0.x Theme. #502343This reply has been marked as private.To make the changes on every page try
/** * Filter the add listing map arguments. */ function gd_snippet_19072329_template_render_map_js_params() { $params = array(); //$params[] = "maptype: 'ROADMAP'"; // Map type (ex: HYBRID, ROADMAP, SATELLITE, TERRAIN) //$params[] = "zoom: 10"; // Default zoom (ex: 12). //$params[] = "scrollwheel: false"; // Mouse scroll (ex: true or false). //$params[] = "streetViewControl: false"; // Street view control (ex: true or false). $params[] = "mapTypeControl: false"; // Map Type Control (ex: true or false). if ( ! empty( $params ) ) { echo implode( ',', $params ) . ','; } } add_filter( 'geodir_template_render_map_js_params', 'gd_snippet_19072329_template_render_map_js_params' , 20, 1 );*edit* changed function num
That should be added automatically to the body tag.
Check using the inspector in the body tag.
https://wpgeodirectory.com/docs/customizing-your-style/
You will see something like
<body class="gd_place-template-default single single-gd_place postid-43 logged-in admin-bar geodir_custom_posts geodir-page geodir-post-cat-4 gd-pkg-id-1 sd-common sd sd-right-sidebar gd-map-google gd-google-maps customize-support">So you can use CSS like
body.single-gd_place { filter: blur(3px); }hope that helps
August 9, 2019 at 4:49 pm in reply to: Hide empty or unrelated Custom Fields when converting blocks to html #502335OK great!
You can change the site language in WP – Settings – General – Site language
To share a CSV here please zip it into a *.zip file, then upload the zip.
If there error is not a valid CSV file see: https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#not-a-valid-csv-file
For a procedure for import, please see: https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/#recommended
This reply has been marked as private.It is probably trying to show you the link to the deleted page in the trash, and that URL has exceeded the allowed length. 414 errors are something to discuss with your webhost.
I will make a note of the idea for the developers to consider but right now the “View all” function does not work that way, so, to make it work that way would be a customization.
Here’s a tut about that kind of thing:
https://css-tricks.com/useful-nth-child-recipies/
If you need help customizing your styles, try https://wpgeodirectory.com/docs/customizing-your-style/ or
https://geodirectoryexperts.com for hands on help.August 9, 2019 at 4:00 pm in reply to: Countries are not translated into Ukrainian in Settings – Locations – Countries #502328This reply has been marked as private.August 9, 2019 at 3:51 pm in reply to: Updating WP Geodirectory is causing the whole website to crash #502326This reply has been marked as private. -
AuthorPosts