• Resolved mbuttin

    (@mbuttin)


    Hi,

    One more question : is there a way to center the map well when we click on a cluster ?
    It seems that clicking on a cluster make a zoom increment, but don’t center the map on the click.
    Is it possible ?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    In reality these are issues that appear because has been modified the code of the plugin to solve conflicts that were created by the popup (not related with our plugin), so, would be required additional modifications.

    Please, move the code I recommended you in the previous ticket, just after the following piece of code:

    mc.getMap().fitBounds(cClusterIcon.cluster_.getBounds());

    Please, do not forget to clear the browser’s cache after edit the online files.

    If you need additional help customizing the plugin’s code, you should hire a custom coding service through my private website:

    https://wordpress.dwbooster.com/support

    Best regards.

    Thread Starter mbuttin

    (@mbuttin)

    Thumb up !

    Just one thing : when I “edit” and “update” one file of the plugin, I have to put again all the settings (API key, default values, etc…) in the plugin setup.

    Plugin Author codepeople

    (@codepeople)

    Hello @mbuttin,

    Not really, because this information is stored as a WordPress option in the website’s database.

    Best regards.

    Thread Starter mbuttin

    (@mbuttin)

    Well, when I do that, I got an error on my page because the API is not anymore in the plugin, I fix it by putting it again.
    Nevermind, it’s not common to do that.

    Plugin Author codepeople

    (@codepeople)

    Hello,

    Thank you very much for letting me know you have solved the issue.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center the map when clicking cluster’ is closed to new replies.