1. sussexpcworks
  2. General
  3. Wednesday, October 14 2020, 03:45 PM
I have recently update to the latest version of easy profile 2.9.1 fron 2.4.11 and have updated joomla to the latest version. You helped me when I initially set up the site ( https://www.easy-profile.com/support/maps-search-sometimes-returns-empty-results.html ).

The issue I have is that with Chrome ( 86.0.4240.75 ) and edge ( 86.0.622.38 ) the proximity search on this page works perfectly https://gaia.sussexpcworks.com:8011/simplesearch.html. If I use firefox (81.0.2) it sometimes works. For example if I tye Storrington into the Proximity to field on first landing on the page I dont get the Google list of possible locations. If I then do a Ctrl F5 I get the drop down list.

Video of the isuue here here https://www.sussexpcworks.co.uk/images/video/ff-ch-edge.mp4

I have made the change in the previous thred ( blur: false ).

This does not happen with the live site https://gameanglinginstructors.co.uk/simplesearch.html with older version of Joomla/Easy profile

Your help
admin Accepted Answer
Admin
Thanks for report it, this seems a firefox bug...sometime it does not trigger "load" state for async javascript script.

In the recent versions we have change the way as gmap script is loaded to improve the website performance.

In the meantime we find a solution you can add following javascript code to your script (normally this is manageable from template options):
jQuery(window).load(function(){
if (typeof ep_gmap_loaded !== 'undefined') {
ep_gmap_loaded.callback();
}
});
  1. more than a month ago
  2. General
  3. # 1
sussexpcworks Accepted Answer
Thanks. That works...

Charles
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.