Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Vlad,
I looked into your site and found that few listings has not country_slug & country slug added in urls, so listing page shows not found error.
I re-saved listing “MAGIC Salon Berceni” from backend and now that listing works fine. So try to re-save those listing which have slugs like “/romania/…” not added in url.
Let us know.
Thanks,
KiranThis reply has been marked as private.Hi Saludos,
I have updated patch to your site. Please check and let us know.
Thanks,
KiranHi,
In file plugins\geodir_location_manager\geodir_location_hooks_actions.php
FIND (BETWEEN LINES 2848 – 2863):function initialize_autofill_address() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { // Create the autocomplete object, restricting the search // to geographical location types. autocomplete = new google.maps.places.Autocomplete( /** @type {HTMLInputElement} */ (document.getElementById('<?php echo $prefix . 'address'; ?>')), { types: ['geocode'] }); // When the user selects an address from the dropdown, // populate the address fields in the form. google.maps.event.addListener(autocomplete, 'place_changed', function() { fillInAddress(); }); } }
REPLACE IT WITH:
function initialize_autofill_address() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { var options = { types: ['geocode'], componentRestrictions: {country: 'us'} // United States only, specific country restrictions }; autocomplete = new google.maps.places.Autocomplete((document.getElementById('<?php echo $prefix . 'address'; ?>')), options); google.maps.event.addListener(autocomplete, 'place_changed', function() { fillInAddress(); }); } }
Thanks,
KiranThanks for letting us know 🙂
April 25, 2017 at 5:27 am in reply to: Marker Cluster not working with All Categories unchecked on map #375176This reply has been marked as private.Thank you for letting us know 🙂
Hi Dale,
You are using too old version of some GD plugins like Location Manager & Payment Manager.
The version of installed Location Manager is 1.4.3 the and most recent is 1.5.40
The version of installed Payment Manager is 1.3.5 and the most recent is 1.4.4Please update these plugins and if problem still exists then provide us FTP details.
We have new auto update plugins system in our recent plugins, but as you are using too older versions you are not getting update notifications.
Please follow this to update older plugins: https://wpgeodirectory.com/support/topic/missing-update-notifications/#post-129196Thanks,
KiranHi Angela,
Please check now.
You had wrong settings at GeoDirectory > Multilocations > Location Settings. You had enabled “Enable Multi Countries” & “Enable Multi Regions” but there was ticked “Enable default city” for City. So all listings which have not city as a default city selected, goes to 404 not found.
If multi countries & multi regions are enabled then enabling default city does not make sense. I have enabled “Enable Multicity” and now all listings working fine.Thanks,
KiranThank you for letting us know 🙂
Hi Oliver,
The problem has been fixed and will be available in next update of Location Manager & Advance Search plugins.
Let us provide FTP detail so we can check on your site by applying fix.Thanks,
KiranHi Vasiliy,
Please check now and let us know.
Thanks,
KiranHi arequimis,
EventON Settings plugin also includes Google Maps API & its conflicts with our plugin. There is a setting under EventON Settings, so may be you can fix conflicts.
Choose setting at EventON Settings > Google Maps API > Choose “Disable Google Maps API” to YES > Tick “Google maps javascript file only (If the js file is already loaded with another gmaps program)”.
This may fix problem of tow Google Maps API.Thanks,
KiranHi Look,
Please make sure you have GD + GD plugins are upto date.
Kiran
Hi Vasiliy,
Please update GD + GD plugins and see if it fixes the problem.
After updating plugins if still there is a problem, then let us provide FTP details, so we can look into more.
Thanks,
Kuran -
AuthorPosts