Often times while scrolling on the map on your Directory website you find it difficult to navigate because the markers gets refreshed when you scroll specially when you have hundreds of listings on the map.

Here’s a quick and easy solution using which you can disable marker refresh on your map in the Directory website:

  1. Open the Tevolution > JS > markermanager.js file.
  2. Find “refresh_markers” function and remove that function.
    function refresh_markers() {
                /* function code */
    }
  3. Save the file and close it.

And that’s it. Refresh your site and you will now see the scrolling headache is gone forever! Pretty easy. Wasn’t it?