top of page

Forum Posts

dawd.jobe
Oct 10, 2018
In Coding with Velo
Hello guys, i have a strange problem with my registration function at the moment. Everytime i register a person on the site via my formular, the information is put down twice into my database but the ID´s of those entries are different at least. Any clues what i am doing wrong here? Greetings, Dawd
0
5
46
dawd.jobe
Aug 10, 2018
In Coding with Velo
Hey guys, i am currently trying to modify a map that i customized and embedded from Googyle MyMaps. I want to add a search bar with an autocomplete function to that map but i cant get them linked somehow. I already checked Google Developers but there is only an example where the map is added manually via html. Any clues? 🙂 Greetings, Dawd
0
0
109
dawd.jobe
Aug 02, 2018
In Coding with Velo
I dont know if this the right place to ask. I am working with maps within my website and used Google Maps because it is easy to integrate in WIX. When i was about to generate a new API key on the Google Developers page i learned that you cannot achieve an API key unless you enter information about your credit card for Google. I dont have one and i also wouldnt give that to Google. I wonder if anybody of you knows about a good alternative to use and customize maps in WIX. I tried to work with Here Maps but i had a hard time customizing the map. Greetings, Dawd
0
6
243
dawd.jobe
Apr 16, 2018
In Coding with Velo
Hello guys, i already read a lot of discussions and started some by myself but there is a question for which i couldnt find an answer. I am creating a website, which uses a database that is filled with geocoordinates. With this information (latitude and longitude) i want to create a #marker within a Google Maps element. That marker shall change its position for each Item within the database. I think that should work with the getCurrentItem - function but i didnt get the hang of it. I am looking forward to your answers!! :)) Greetings, Dawd
0
3
39
dawd.jobe
Mar 29, 2018
In Coding with Velo
Hey guys, i am experimenting a lot with Google Maps and Here Maps within the WIX surface right now. To get a default Heremaps map, one can simply just copy the provided html code on their official site. And it works fine within WIX. Now i was wondering how deep you can go with coding from "Here". To me it seems that Google Maps got some beneficial functions within WIX that "Here" might not have. One example would be the connection with the database to get latitude and longitude values and create a marker on the map. I couldnt work it out but maybe i am just on the wrong track. What do you guys think of that? :) Greetings, Dawd
0
0
16
dawd.jobe
Mar 09, 2018
In Coding with Velo
Hey guys :) I created a table which shows entries from my database (obviously). I want to let the cells or rows (i think rows would be better) to work like a link. The rows and the cells dont have their own ID´s it seems so is somehting like an in-built link possible through a TableRow- or CellEvent? I took a look into that but didnt get anything nice running. I am looking forward to your replies! Greetings, Dawd
0
0
53
dawd.jobe
Jan 29, 2018
In Coding with Velo
Hello guys, i am working on something quite big. I am trying to build a communication platform for small and medium enterprises and if this works out it will be a part of my bachelor thesis. A part of my site will include some sort of search function, where you can search for a company via different variables (Title, category, city). I created a query function, in which i use an input box and an event button to query my database. I want the query to react on a repeater and show the fitting results from the database. The repeater is collapsed when the site is loaded so i thought it would be wise to use the "expand"-function. I saw a similiar code working absolutely fine but mine doesnt even start querying i think. I share my code with you: // import wixData from 'wix-data'; export function button2_click(event, $w) { wixData.query("buisnessdatabase") .eq("Title",$w("#input1").value) .or(wixData.query("buisnessdatabase") .eq("city",$w("#input1").value)) .or(wixData.query("buisnessdatabase") .eq("category",$w("#input1").value)) .ascending("city") .limit() .find() .then( () =>{ $w("#repeater1").expand("#container1") ; } ); } // I hope that this makes any sense at all. I am looking forward to your replies! Greetings, Dawd
1
4
1k
dawd.jobe
Dec 28, 2017
In Coding with Velo
Greetings, i am trying to build a networking website for small and medium enterprises and i saw an example of a hotel booking site at www.wix.com/code/home. It is actually the first one on the page. I totally love the design and the small map in the corner showing the location of the different hotels. I am pretty sure i need such a tool for my site! I know that WIX currently doesnt have any Apps that support geolocation through database info (except "Store Locator" but i am looking for a free solution. Is it possible to code a map which reacts on database entries? Or any other ideas? I am looking forward to your replies!
0
34
2k

dawd.jobe

More actions
bottom of page