Help forum
- Adding structured data to product page

FeRojas
29 9 months ago
Hi ! Im having trouble adding a structured data in the body of a product page . Tried different configurations , but still https://search.google.com/test/rich-results?hl=es-419 dont recognize it . Only way that it worked for me , is by adding the script to the head of the page , the problem with that is that affects loading performance . The problem seems to be that it wraps the script content in <span data -node -type = "text " . . . > Any help with this would be really appreciated 🙌 . - Error with auth API
Leo
6 9 months ago
I ’m having trouble with the access token . When I save a new access token , it works perfectly for the first API call . However , starting with the second API call , an old acess token is being send to my backend instead of the new one I saved . This issue only happens when I ’m using the Toodle extension I tried to uninstall the extension and resinstall but but I still face the same issue . when IChecking my backend , where I can see it consistently returns the outdated token can anyone please help me thank you - [RESOLVED]Conditional styling
Yann
✅134 9 months ago
Hey there 👋 Coming from weweb , i 'm exploring toddle . I feel dumb asking this question but i have a navbar with differents texts that i want to style according to the page i am . I have created a class in the atributes panel and choose it as style in the styling panel . I have no clue how to create the formula that return true when pageId = = current pageId Thanks ! - Updating an item in a list is removing the item.
Seun Orofin
26 9 months ago
I have a very weird situation going on where i make an update to a specific item in a list using the index . .but instead of it to get updated . . on the UI it is actually being removed from the rendered list . i am rendering the list and using a filter fomular to render question items under the right section based on the id . the list is being rendered via context from the top component from a fomular tied to the variable . . .this same approach worked with rendering the sections . So i am not so sure why its behaving differently for the questions . - Student Trying to Make a Collage PWA

null
0 9 months ago
- path/url param dilemma...

needtheanswers
4 9 months ago
I have pages that are somehow structured as shown on the image . This would normally be my dashboard where mypath could have a value like home , settings , products , categories etc . and then I have a subpath (or url param ) for the settings that would have a value like account , payments , design etc . So my url that leads to the account settings would look like this "https : / /example .com /dashboard /settings /account " and my url that leads to the products page would look like this "https : / /example .com /dashboard /products " . The problem is when I try to remove the paths and go to "https : / /example .com /dashboard " it seems like I ´m being redirected (but I ´m not ; the url is still https : / /example .com /dashboard ) to a page that I ´m unable to identify . It doesn ´t show my dashboard content - it only shows my footer (there is no footer on the dashboard page ! ) . The footer component is only used on 3 pages and the dashboard page is none of them . What could cause this ? I ´m able to reproduce the issue but only WITHIN my project but not in another project . Any idea how to fix this ? I would also appreciate help from Team toddle , this seems like a very weird issue . Thanks a lot - Root Domain and www.
Nico
6 9 months ago
Iam a bit confused with my connected domain . I connect both the root and the www . with toddle . . and the www works fine but when i try to connect to the root it does load for a crazy long time and sometimes brings up the page . doesnt this also hurt my seo rankings cause of duplicated content if both root and www . get indexed ? - How to make all the editing area visible? How to add a gradient div on top of image background?

john
3 9 months ago
As a new Toddler , let me start by asking 2 dumb questions . 1 ) I am working on UI first of my new project and I guess the visible part is in the screen size and the below parts are outside the screen . In the preview , I can see all . As the area I am working on is not visible , I find it very annoying but I am sure it 's something that I am missing . What do I need to view all work -on areas ? 2 ) I have a div with a image background . I want to add a div on top of the image background with gradient fill but I just can 't find with what . Can someone show me the way ? Thank you . - trigger exposed workflow on success of an API call

needtheanswers
17 9 months ago
Hi , maybe I ’m overcomplicating things here , but I just can ’t wrap my head around how to make this work . I ´ve tried to illustrate it (hopefully this makes it a bit clearer ) . So I have a provider component with my apis . The api is wrapped in a workflow that is exposed in context so it can be called by the child components . Let ´s assume that child component 1 runs the exposed workflow "W1 " on load (that part is already working ) . Now comes the part that gives me a headache : of that api call I would like to call custom action "1 " . How do I wait for the success event ? Events can ´t be exposed and running another exposed workflow doesn ´t work because based on what should I run it ? I have multiple child components and everyone of them needs to call a different action . Also I don ´t want every child component to have their individual api . Is there a way to accomplish this ? Thanks - Feedback on prototype community package

J.ulian
✅20 9 months ago
Hi , I try to make an intu ïtive , yet complete Toddle implementation of the great Embla Carousel . Would really appreciate feedback on structure . What I am also not sure on is if scoping is ok , so multiple instances can be places on one page . And of course , feedback in general . I want this package to be of high quality , with all plugins included . It is not finished , but working quite well already . Many thanks for your thoughts ! https://editor.nordcraft.com/projects/amaranth_ric_oli__circular_crayfish/branches/main/components/Embla%20Carousel?canvas-height=800&canvas-width=800 https://www.embla-carousel.com/ - Test value for variable
brob (bryanlrobinson)
✅13 9 months ago
I 've gotten around this for a bit with an initial value for a variable , but is there a way to create a test value for a variable ? When I use an array in a variable to create a repeat , I need to be able to select the properties that become each visible piece of the loop , if the variable is null or an empty array , i don 't have anything I can select , so I have to put dummy data in and then later remove it (and if i have to update the repeat function , then I 'd have to add the data back again . . . ) - Set/remove focus of an input with a button

ssssadsadasd
1 9 months ago
[here ] ( https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/test7?canvas-width=800&rightpanel=events&selection=nodes.SO-WcyIVaJNQ7QsUqG6Io.events.click&canvas-height=1196 ) , I want to click a button and focus to an input with a certain id . so I give the input the id 'abc ' and when the button is clicked I do "focus : abc " but this does not work . any idea how to achieve this ? thanks - Set path from reusable error?

ssssadsadasd
5 9 months ago
Before when you set a path paramaeter from a reusable it did not show an error now it does even though the functionality still works . is there any issue with that ? - Modifying the array of a repeat element on button click
brob (bryanlrobinson)
16 9 months ago
I have a repeating element that has a button . When a user clicks that button , I want to increment one value in the array that matches the element that contained the button [{
item: 'data1',
count: 1
},
{
item:'data2',
count: 1
}
]I 've tried to set this up in a variety of ways and haven 't been able to find the right path (Still struggling with shifting my regular coding mental model over ) My thought was that onClick , I 'd access the index of the item in the array , and increment the count on that item (or use a piece of data on the object and run a find , update that object , then rewrite the variable ) , but I can 't seem to figure out how to update the array or make a new version with only that one item changed (i figure out a flow , but then can 't find a piece of data . - Migrate Project to another toddle account
Jonathan Ebot
8 9 months ago
Hey Team toddle , is possible to migrate a toddle project to another toddle account ?

.jpeg/public)