Help forum
- Working with GSAP Animation
Sasha Kuzovlev
2 7 months ago
1 . I tried to write a simple Action code (screenshot ) . But it gives an error . Uncaught (in promise ) TypeError : Cannot set property window of # <Window > which has only a getter at gsap .min . j s : 1 0 :160 at gsap .min . j s : 1 0 :175 2 . I have not found a good guide on how to properly connect GSAP so that it is available in the entire project , or at least on the entire page . Can someone suggest step -by -step instruction ? 3 . Are there plans to create animation management functionality in the near future (as an example , you can look at the functionality of keyframes and states in RIVE ) ? - Setting Select Drop Down Option based on URL Parameter
Fisher
34 7 months ago
I 'm able to get the URL Parameter from the URL , and set the of the Select option based on it , but I can 't seem to figure out how to set which Select option is chosen based upon the URL param . It 's like the Value is being set , but the Label isn 't changing . - Best practice to chain API calls
benjabievres
26 7 months ago
Hello , I have a select element filled from a API Call 1 . When I choose an item in this select element , I call an API 2 and fill a second select element . And when I select an item from the second select element , it calls an API 3 ; results are displayed in a List . So far , it works fine , I leverage the « Changed » trigger of each select element . But I have some issues : - each select elements refreshed the change event of the other element show the last item of the resulting API calls = > how could I ensure the first element is displayed first ? - when I select another item in the first select element , API call 1 refreshes the second select element . But the list is not refreshed = > shall I use a different event than « changed » in the second select element ? Do you have any best practice to handle chained elements that leverage API Call ? Thanks - HTTP Cookie Bug
0xJam3s
15 7 months ago
Hey guys , it seems my bearer token is saving but when I get the HTTP cookie it doesn 't get pass the value to the my following api calls . It was working earlier . Any ideas , why this might be ? - Space between
ssssadsadasd
6 7 months ago
In bubble (and in css from what i see ) there is an option called "space -between " which basically moves div A to the left and div b to the right of the parent row div (see pic ) . how can I do this in toddle ? I tried the different optins in the 3x3 grid but could not find a working combination . thanks - Max width for page?
ssssadsadasd
32 7 months ago
I want my page to not exceed 1200px and be located at the center . so in the main div of the page I set : max width = 1200 px and layout = align top center . but the div still remain at the left . how could I solve this ? thanks - API URL changes automatically
codenitrr
16 7 months ago
Hello . I 'm having some problems sending a REST API request . In terms of authentication , the API works as follows : GET URL : https://{api_key}:{api_secret}@{cluster_url}/{shop_language}/{resource}.json If I enter these values and put them in toddle 's URL box . Then it automatically removes the values before @ . So example (fake data ) with this request : https://e80d99sfgsf8adfadfadcb7sfg409a:ea624fc02226adfadf22222c1c032f09a@api.webshopapp.com/de/checkouts/123455.json the request is eventually made to https://api.webshopapp.com/de/checkouts/123455.json I don 't know if I 'm doing something wrong or if this is a bug . I also tried encoding the url , but this too was unsuccessful . I suspect it has something to do with the @ sign for api .webshopapp .com - 200 API response, but data appearing under error rather than data
Danny
15 7 months ago
Hi there ! Hoping someone might be able to help me out . Running into a super weird issue where I have a Xano API endpoint that works fine and returns a 200 response along with some data , but that data is showing in Toddle under error rather than data . Has anyone seen this before or have any ideas ? Everything in Xano looks normal . - Branch Syncing
Vizualinx
5 7 months ago
Up until now i have only been using branching for versioning , i never figured it out but now i have to figure it out . I am in middle of building a new feature for my app , and i had to fix some stuff on the live version , i created a new branch made the fixes and published it , i didn 't touch anything that i changed in the other branch . but now when i went back to the other branch i can 't sync it with the live version (see screenshot ) . I had the same when i tried doing this in the past , that 's why i have only used branching up until now for versioning only . - Chat template?
ssssadsadasd
3 7 months ago
Just wanted to know whether there is any chat template (whatsapp like ) that we can quickly copy -paste in our app . I could build this myself but just to make sure there is sth already built . thanks - Images not Loading from provided URLs
Alex
8 7 months ago
Hey - anyone able to assist ? I sue this same process on all my toddle projects but for some reason can 't load images in repeat lists in this new project ? - Pass data through attributes or URL parameters?
Vizualinx
10 7 months ago
In my app i have a lot of modal popups (like contact details , donation details , transaction details etc ) . What would be the best way to pass data ? I can think of 3 ways : On click of a row , 1 : I can pass the whole row to the popup via attributes . 2 : only pass the row id through attributes and make a new APl call inside the modal . 3 : pass the row id through URL parameters and create the APl call in the modal . What is the best way to do it ? - Parent width question
ssssadsadasd
4 7 months ago
I have a ul with max width = 600px . I set the li inside it as width = max _width = 100 % ; same for the div inside this li . Now this div is a row with two elements : an image and another div . This last div goes beyond the parent so I set max _width = 100 % , but this does not solve the problem in this case since 100 % is considered as the whole parent div and not 100 % - image _width . What should I do to make sure tha this last div does not go beyond the width of the parent ? thanks - Embed Component Not Calling Proper URL other than (Weather API by toddle)
Usama
4 7 months ago
I 've created a simple component and embed it inside webflow and it 's not calling the right url when it 's embedded . somehow the toddle own weather api url is working fine , but any other external api call are not targeting the right url . maybe it 's a bug or i 'm doing something wrong . . . Kindly help me you can see the screenshot to understand more I 'm calling this API : https://dummyjson.com/docs/products/1 website url : https://lumos-test-020bc5.webflow.io/test toddle url : https://toddle.dev/projects/bronze_bib_fortuna_northern_orangutan/branches/test/components/Weather%20Widget?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style - NULL on query parameter request
Mr.R
13 7 months ago
Following the swagger from the api documentation gives me NULL result when adding the query parameter field . lso doen 't work to filter out certain data for example "Work hours " etc . Public api endpoint : https://jobsearch.api.jobtechdev.se/