top of page

Forum Posts

Adam S.
Mar 06, 2022
In Site & Page Design
Hello Community, I have been struggling with trying to find an updated horizontal scrolling effect for my repeater. It really can't be this hard. I've been on YouTube for too long and have read / seen the Wix guides with no luck. https://www.youtube.com/watch?v=bqSoW6E9BBo is close to what I want to do. https://www.youtube.com/watch?v=2OMe6ffy-Io&t=68s at 1:12 talks about "pinning an element to the parent container" and is exactly what I want to do. I've seen this done on other sites but when I pin my repeater it doesn't work at all, unless I have the Scrollbars On (which I don't want). Does anybody have a link or clear way of doing this, even if it's with Velo I just want to move off this nonsense and onto something else... Thank you for any guidance! Sincerely self-frustrated.
1
1
83
Adam S.
Feb 18, 2022
In Velo Pro Discussion
I am 100% certain this can't be done all within Wix/Velo but I am confused on where to go for help to get this to work. I'm not even sure what to google at this point. Any insight would be extremely helpful! I have a series of files on an external domain that are like templates, and inside the files are unique keywords that need to be replaced with the information gathered from the Wix user's input/collection. With the Wix user input, I can combine my static files with their input and make a unique file specifically for the user. I want the Wix user to add data to my Wix collection. At the end of the data entry process, they should be able to download a customized zip file that contains a series of customized files. Would this require coding on the remote domain and push the member collection as variables via an API to the remote domain? From the Wix side, can I create a way to have an API Get data from the remote domain and insert the zip URL into the Wix user collection (assuming that zip would be hosted on the remote domain)? I am just confused on which technologies I could/should be using for this? ANY insight is so gratefully accepted at this point!
Can you create a query that pulls data from the collection, add it to a file and make it into an exportable package?? content media
0
1
32
Adam S.
Feb 02, 2022
In Coding with Velo
Hello, I have a page that I would like my users to be able to select a font color for text elements on the page. I wish there was a way for us to use the color picker tag Here is what I am trying to make work but I think it's all wrong and their is probably an easier way to do the same thing... // FontColorInput is a text input field where the user will have to put in a hex value // text1 is a textbox on the page // when the user clicks off the input field (FontColorInput) the blur event runs the code to change the color when the user clicks off the field. export function FontColorInput_blur(event) { let introText = $w("#text1").text; $w("#text1").html = "<p style='font-size: 25px; font-style: avenir; text-align: right; color:" + $w("#FontColorInput") + " '>" + introText + "</p>"; }
0
3
45

Adam S.

More actions
bottom of page