Apologies if this has been asked before, I couldn’t find it by searching.
Is there a way to have the search results and markers refresh if the user moves the map? Ex:
1. User enters location for search, returns 3 results
2. User drags map to the left a bit, search refreshes to search the visible area, returns 4 results via ajax
I no longer use your product, but the subscription money was written off. I wrote to the support on the site twice – no answer. E-mail – [email protected]
Please make a refund.
]]>The plugin has been working great, and I’m very happy with it. I’m considering a number of Pro extensions as well.
The issue I’m facing is that new users’ locations are no longer being reflected on the general members’ map. The location is being saved correctly in individual profiles, I can see the location of any member if I click on their profile and on location, but their pin does not appear on the general map.
Any ideas on why this might be happening, and how I could possibly debug the issue? Or is perhaps the free version limited as to the number of pins in can show on the members’ map?
I’m using LeafLet with Nominatim (OSM) as maps & geocoding provider.
Thank you
]]>Vulnerability reported:
https://wpscan.com/vulnerability/95b532e0-1ffb-421e-b9c0-de03f89491d7/
<= 4.4.0.2
Please update your users on plans for a patch.
Hi,
Why is the plugin deleted from WordPress and will it come back?
Thanks, WZ
]]>Hi. I had this all working perfectly with an address lookup field and it would then display the search results. All of a sudden the form has disappeared- even though the shortcode is still in the page
I can’t see any problems – or the short code, using inspect though. Any ideas?
]]>PHP Deprecated: Creation of dynamic property GMW_V_3_Import_Page::$posts_table is deprecated in /home/REDACTED/public_html/wp-content/plugins/geo-my-wp/includes/admin/pages/import-export/tabs/gmw-v-3-import.php on line 25
[16-Jul-2024 18:32:03 UTC] PHP Deprecated: Creation of dynamic property GMW_V_3_Import_Page::$users_table is deprecated in /home/REDACTED/public_html/wp-content/plugins/geo-my-wp/includes/admin/pages/import-export/tabs/gmw-v-3-import.php on line 28
In geo-my-wp/includes/admin/pages/import-export/tabs/gmw-v-3-import.php
Please add:
private $posts_table;
private $users_table;
]]>
I’ve not used the plugin in some time. A blocker for me was the ability to activate user tracking on a per page/post basis. I remember it being noted this was a planned feature. Has this been implemented at this time? My use case would be to ask users for their location on an auto basis if they hit the site via the homepage – but *not* if they hit posts/pages.
]]>HI, all maps are working with android mobile, and also with Apple computer. But not with iphones or ipad, we have tried on 4 different onces, where one is all new with ios 15 pro. All iphone settings are correct (places etc) and the map on your example site is working.
Any known issues for this?
So I’m using Gravity Forms and Advanced post creation to create new business users via ACF. Is there a way I can populate the Geo My WP section in the same way it populates the ACF fields so when ACF creates the new post, all the information for the business is already filled in and I don’t have to manually go in and copy the information over?
Also, when it displays the results, it’s showing the taxonomies which is fine, but I don’t want them to be hyperlinked, is there a way to remove the hyperlinks and just show the text?
]]>Hi I’ve used Geo my WordPress for over 2 years and I’ve mapped my custom post with a location using the plugin, but now when i have new posts , i go to the map location on my post and i start to type an address but it doesn’t search anything or bring anything up.
when i had my website built i would edit the post go to the map location, and start typing an address and it would give me suggestions but it doesn’t do that any more.
I have reached out to web developers but no one seem to be able to fix it, or find out what is going on. I’ve attached a screenshot
]]>Hi,
After updating GMW and BP to the latest versions, I found 3 little issues with GEO My WordPress.
1- The most important one is the use of the deprecated function “bp_core_get_username()” (deprecated since BP 12.0.0) in the file “~/wp-content/plugins/geo-my-wp/plugins/members-locator/includes/gmw-members-locator-actions.php”.
2- Next one is about BP Member locator, setting a city and a distance for the autoload and displaying the form and results on the same page.
For instance, the page first loads with the results for Berlin with a radius of 500km, as defined in the autoload settings. Then the user does a custom search, it works but the radius stays at 500km for the user’s custom search, while my form “Radius Field” settings are set with “Usage : Default value” and “Default Value : 20000” (km). The search form keeps using the autoload radius instead of the defined one.
3- When using the BP Data Export tool, GMW inserts an unwanted white line in the export file. I think that’s because in the file “~/wp-content/plugins/geo-my-wp/includes/admin/class-gmw-admin.php”, the “$export_items” array is set at the beginning of the function with the exit values, and something stays. I could fix it by resetting the array just before the foreach loop, something like this :
(...)
// Abort if no location were found.
if ( empty( $locations ) ) {
return $export_items;
}
// Reset array fix
$export_items = array();
// loop through locations and collect data.
foreach ( $locations as $location ) {
(...)
Have a nice day,
GB
I’m using this plugin on my client sites, which have multiple location pages targeting their service area.
When I create these pages I’m filling out the Location fields at the bottom with the location, business details, opening hours.
I’m just wondering what this is actually doing? Where can I see the outcome of entering these details?
Is there anything else I should be doing to make it effective in helping the local SEO efforts?
]]>Hello,
I use Google maps API. When I arrive on a page with the map, The map doens’t load and this error is in the console.
gmw.map.min.js?ver=4.3.1.1:1 Uncaught (in promise) ReferenceError: google is not defined
? ? at initMaps (gmw.map.min.js?ver=4.3.1.1:1:28105)
? ? at HTMLDocument.<anonymous> (gmw.map.min.js?ver=4.3.1.1:1:28366)
? ? at e (jquery.min.js?ver=3.7.1:2:27028)
? ? at t (jquery.min.js?ver=3.7.1:2:27330)
If I reload the page it works but it’s quite random.
Do you have an idea ?
Regards.
]]>The map doesn’t appear to be showing the correct location, it is set to the UK, but is defaulting to the USA, it doesn’t seem to update if you change the country to a different country. We have this plugin on three of our sites and all three are showing New York. This only seems to have happened within the last couple of days.
]]>My client is using GMW and Buddypress Profile Search, and they are in need of some custom sorting and filtering. If GMW is set up to use bps_forms as a post type, how much compatibility and integration is there beyond using the location field and links to the Buddypress profile pages?
Buddypress Profile Search comes with some useful sorting and filtering options when creating custom directories (https://dontdream.it/bp-profile-search/custom-directories/). In fact, I can get pretty close to what my client needs with shortcodes when creating them, but the Profile Search plugin obviously doesn’t include the Google Maps features that GMW has.
Here’s the goal: The search results need to be displayed below the map, sorted by member type, then by distance. I’m using the BuddyPress Xprofile Member Type Field (https://buddydev.com/plugins/bp-xprofile-member-type-field/), which uses WordPress’s taxonomy architecture.
I guess you could compare the goal to “Sponsored Results” or “Ads” that show up before the main results. This makes the distance sorting hard to figure out.
]]>I’m developing tourist blog site that has a few hundred CPT’s that are location based. I would like to add the GPS coordinates for proximity searching, and GEO My WP seems like the perfect solution.
I got everything working, but none of the custom settings are taking place. Like literally none. I can’t toggle how any search results settings are displayed; ie; image size, map, radius, directions, etc.. I can only get the default view to display.
I moved the .php file to my themes file as instructed, but maybe I am missing something. I am pretty novice with code, so hopefully someone can help? If I could just get the settings to take it would be perfect.. (ie; I don’t want to display a map, directions or coordinates, just the post title, image and excerpts)
How do I set a default date for a date custom field I’m using in GMW form?
I have tried the following to no avail….
function gmw_modify_form_values( $gmw ) {
if ( 4 !== absint( $gmw['ID'] ) ) {
return $gmw;
}
$startDate = date("Y-m-d");
$gmw['form_values']['start-date'] = $startDate;
return $gmw;
}
add_filter( 'gmw_default_form_values', 'gmw_modify_form_values', 50 );
]]>
We need to display the posts according to the visitors location. We have added the geo tags for the posts, and we need to display the posts around 5 miles radius. Is it possible with this plugin?
]]>This is clearly a cache issue, but not sure which cache to clear in order to have a newly added Nearby location to show up on the Nearby Locations widget map. Logged in WP admins can see the new widget location pin, but non-logged in users cannot. I have cleared the GeoMyWP cache, the site cache, the CDN cache, but none seem to work. Any suggestions?
]]>On my site, I had it all working as a fun project and left it alone for a few years. Now, all get location and search form submissions are denied “Request denied’ Console says: util.js:94 Google Maps JavaScript API warning: NoApiKeys, and Request failed. REQUEST_DENIED . When i create a post, the address field works and the ‘test api’ page says success. I reviewed api google cloud setup and all looked fine.,
]]>Hi,
I am trying to modify the single-result.php file (plugins\posts-locator\templates\search-results\) to be able to display the price for each of the woocommerce products. I then placed it in my child theme folder, following the instructions in the comments of the file (child-theme’s-folder/geo-my-wp/posts-locator/search-results/)
But it doesn’t work. Is there anything I’ve forgotten or missing? Is there a compatibility issue with the (neve) theme?
Thank you for your help
]]>Hello,
I just purchased all access pass and finaly?found exactly what I was looking for. The map work really well but I need to goo further :
Thank you for your answers, it could help me a lot to move forward on my project.
Have a good day,
]]>Trying to get the basic function of Geo my WP to work, which is to be able to add locations to a post. The interface to add locations is available in the block editor, however, any time I attempt to add a location and hit ‘Save Location’, there is a constant spinning but no update of the location.
]]>HI, Eyal. I need your help. I use your plugin with leaflet map.
I need to add a custom classes to markers.
example marker__1 or marker__2 etc.
How or where?
Many thx
Hello M. Fitoussi.
First of all, thank you for your work regarding your great built GeoMyWP plugin.
I am using it with a Rehub Theme to add location to products and to calculate a distance with the location manually set by user or automatically detected.
Nevertheless, I need to use FiboSearch and Product Filter for WooCommerce to respectively search and filter (by pa_region taxonomy) my products.
Since the GeoMyWP location values are in the gmw_locations table, my thought was to simply extract region_name value, sync and populate the pa_region taxonomy with the same value in the “standard” WordPress table by updating / creating a post.
I believe it’s the exact opposite to Metafields GeoLocation extension : update metafields with GeoMyWp locations.
I don’t really know how to handle this and I’ve thought you may have something / a tip to help me ??
Thank you very much.
]]>Hey Geo
I just went over my API Client and API Server. I have copied keys and they should be exact. I am getting an error on server api test:
Array
(
[error] => REQUEST_DENIED - This IP, site or mobile application is not authorized to use this API key. Request received from IP address 2a01:4f8:271:2a11::2, with empty referer
[data] => stdClass Object
(
[error_message] => This IP, site or mobile application is not authorized to use this API key. Request received from IP address 2a01:4f8:271:2a11::2, with empty referer
[results] => Array
(
)
[status] => REQUEST_DENIED
)
)
Any ideas how to attack this? I am not sure if I have static IP with my host. Is that an issue?
Also, is there a way to test the client side? Not sure what one does, and what the other does.
Thx
]]>I have a search set up that users can type a zip code in and it displays the 3 closest results. I am using the address input field, but simply renamed it Zip Code so users only type their Zip Code. For certain Zip Codes (ex. 03256) if you just type the zip code and click search without selecting anything from the Address Auto Complete list, it returns 0 results. For other zip codes (ex. 17067) you can just type the zip code and press search without selecting an option from the auto complete list and it returns 3 results like it should.
Any suggestions why some zip codes work and other’s don’t?
]]>Hi!
This plugin uses the Google Map API, how can we make it GDPR compatible, i.e. manage consent for the acceptance of Google cookies?
Thank you for your help
I tryed with
.post-3111 .gmw-results-wrapper img{
aspect-ratio: 800/600;
}
but it didnt work. Any idea?
]]>