Reply To: Customizing Layout 3

Support Forums Gris – HTML Template Customizing Layout 3 Reply To: Customizing Layout 3

#4281
CreaboxThemes
Keymaster

Hi,

I can’t find a solution about the map controls. I have tried to customized but I can’t fix it. The best way I have found it’s disable the map controls. If you want this, you have to add the code ‘disableDefaultUI: true,’ in the file ‘scripts.js’. The code will be in this way:

...
zoom: 14,
disableDefaultUI: true,
lat: 40.740208,
...

Regards