top of page

Forum Posts

Lista Locall
Apr 18, 2018
In Coding with Velo
I'm have 7 databases that I want to provide a search between them. My goal is to show a searched item based on some tag that I would add to databases. For example: The user search's "fast food". I want to search between all of my 7 databases and show what item contains "fast food" tag.
2
3
516
Lista Locall
Mar 13, 2018
In Coding with Velo
Some objects change they position on my dynamic pages. I put them on the right position, but when I come to see it noxt day, they are in a diferent position, most time more down than before
0
0
75
Lista Locall
Mar 08, 2018
In Coding with Velo
When I try to link a img to a dynamic page, one database return: sitename.com/undefined/item. So i can't link a item from the data base. I already had some images linked with other database and working.
0
0
79
Lista Locall
Mar 06, 2018
In Coding with Velo
I'm trying to put a whatsapp share button on my dynamic page. Searching here I could reach this result: import wixLocation from 'wix-location'; let item = $w("#dynamicDataset").getCurrentItem(); $w.onReady(function (){ //Some code here... $w('#image15').link = `whatsapp://send?text=See ${HERE I WANT TO SHOW AN FIELD ON MY DATABASE ALREADY SET ON THE TOP} on ListaLocALL. link: ${wixLocation.url}`; });
0
0
39
Lista Locall
Mar 06, 2018
In Coding with Velo
I wanna show an weekday status into a dynamic page. This will work based on a item showed, in other words, I'm showing one business at time in my dynamic page, so, each one has a week schedule. I've found a site who made a code that I want to make dynamic and show it based on business that displayed on my dynamic page. For example: Business#1 is open just in week days, from 08:00 AM to 18:00 PM, and the code get the user current weekday and hour, and display a status: Is open now or Is closed now. The website that creates my intended code: https://codepen.io/zeinab92/pen/xwWGWM#code-area
0
7
561

Lista Locall

More actions
bottom of page