Hello,
I want to ad a google map to my dynamic pages.
Problem is that in Wix the google maps are displayed in English. I want the map to display in Hebrew.
If it is possible, using the google map element provided by the editor, please explain how to do this. Even if it means changing the code in Dev mode.
If itโs not possible using the editor google map element, I thought about embeding an html element and using a google maps code (see attached print screen), or using longitudes latitudes of the each address.
In addition, I will also need to connect the html element to the dataset (because I have several pages and each page needs to show a google map with a different address).
Yes, if you donโt have too many locations, and you can create a src for each of them and store it in your DB collection, you can do it with embedded widget (iframe).
Hello
If I understand correctly, in the code you gave me to copy paste, I need to replace the dynamicDataset1 with the name of my dataset ? in my case its โprojectsโ.
Correct ?
What about the โ#html1โ ? What do I need to put instead ?
@yoflash The the dataset UI element ID, not the collection name.
So if 'Projects" is the ID you set for the dataset element then - yes.
Click the dataset element, open the code panel, look at the ID on the property panel (on the right).