Pricing Blog

Help forum

  • nocodeprocode-1350924851346542783

    NoCode ProCode

    6

    8 months ago

    Rendering List Error
    I got a weird rendering issue with lists - I'm building a toast package and when I remove the toast it flashes gut the list item moves one down, I've tried countless possibilities, but I'm stuck with the out animation - I set a class to transition it out, and that works nice, but the moment I remove it after it transitioned out I get a flashing in the list.

    https://app.nordcraft.com/projects/purple_taun__e_parental_octopus

    I know I could use spark for this - but I really wanna learn this myself and understand how lists and rendering in Toddle works on a deep level - so any help is appreciated 🙏
  • achivas-1350766627658137603

    A-Chivas

    3

    8 months ago

    Query Parameters inside components
    I will be using it as a web embed, it shows an error here, will it work with my shopify, where it will be part of the page with query parameter in the url string though?
  • julienboid-1350711517804236821

    Julien

    3

    8 months ago

    Filter with contains like formula
    I don't understand why I can't filter my array from a matches block. It seems very simple, but I've been thinking about it for hours 😭 The idea behind is to filter the elements according to a contain filter. Maybe it's not the right formula to use.
  • pinksaltwhitepepper-1350567777194348716

    PinkSaltWhitePepper

    19

    8 months ago

    Box not in middle
    I’m sure this is simple but I’m stuck. I want the third box to be right below the top row, not in the middle.

    If I change the height it’s goes to where I want it but then the entire height is cut off right below the third image. I want the app I’m building to always take the full height but I want the next image to be right below the first two, not in the middle.

    Pictures should explain I hope. Thanks.
  • nathandh.-1350280143226146877

    nathandh

    12

    8 months ago

    Weird "Paste" modal when clicking in browser
    Got this weird error that's driving me nuts. Every time I left-click on anything inside Toddle, I immediately get this little Paste dialog that pops up. I then have to click away a second time to dismiss, so basically the UI is unusable.

    It's in Safari, Orion (also Webkit), and Firefox, but not Chrome. So it's not a single browser setting, thought it might be a system level thing or some plugin I have, but it is absolutely driving me batty.

    Has anyone else experienced this? Any ideas where I might look to troubleshoot? Screencaps from each browser attached.
  • nathandh.-1350259155105218641

    nathandh

    3

    8 months ago

    Home page settings
    How do I make a page the home page of the app? I see that creating a new app starts with HomePage by default, but you can create other pages and delete that one. How does toddle know which index to use as the first entry point for visitors? AI didn't seem to know either
  • francomelanieh-1350056653592068177

    Nico

    18

    9 months ago

    Custom Action and Events
    hey guys, quick question here. I use a custom action to create a JPG Mask of a drawing (using HTML Canvas).
    My Script allready has a function to download the jpg on button click build in.

    But now i need to send it this image to a API using a "Submit" Event on a form.

    I cant wrap my head around the concept of Events in Actions.. any ideas on this?
  • needtheanswers-1350056575632543777

    needtheanswers

    34

    9 months ago

    stripe connect - embedded onboarding
    Hi,
    has anyone here successfully implemented the stripe onboarding component? Whatever I do I can´t make it work - it doesn´t even show anything in the console log.
    I create the account session using xano and get the client secret back - at least that works lol.
    I also understand that I would have to initialize ConnectJS first , befoe I can render the Account onboarding component in toddle but this doesn´t seem to work. I did modify the code to intialize ConnectJS a little because I already get the clientsecret back from xano so I made sure I can insert it using an argument.

    Would be greateful for any help here. Thanks

    https://docs.stripe.com/connect/get-started-connect-embedded-components#account-sessions

    https://docs.stripe.com/connect/supported-embedded-components/account-onboarding
  • tinsoldiers-1350037892248109066

    Tinsoldier

    4

    9 months ago

    background image for div
    I am trying to make this work and am not able to.

    How do i dynamically provide a backgroudn image in div.
  • klevelandbishop-1349911240234766386

    Kleveland Bishop

    6

    9 months ago

    Sites offline
    Hey guys, I think my billing issue has caused my sites to go and stay off-line even after new card was added. My email is. Kleveland.bishop@gmail.com
  • kamilnader-1349730807211888761

    Kamil

    4

    9 months ago

    301 redirects
    Hey! Just wondering how you're setting up 301 redirects with cloudflare. I've tried a bunch of things, but it seems like it’s not possible. Since toddle uses cloudflare with a proxied DNS A record, the requests bypass my cloudflare account and go straight to toddle’s, so my redirect settings don’t work. If I use proxied CNAME record, the redirects work, but then the images hosted on toddle returns 403. Is there a way to make this work, or would it be better to look for an alternative to cloudflare?
  • jehex-1349666627804987394

    Jehex

    2

    9 months ago

    Getting the base64 from a Promise
    Hello, any ideas to how get the base64 of my image from a promise and send it to Xano ? Thanks you !
  • uunicode-1348784927423856671

    unicodes

    28

    9 months ago

    Script TAG, how to add gtag in the script input.
    I added this code but isn't working.

    <script async src="google url"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-4534543543543');
    </script>

    Considering the script tag should be a tag I have deleted the script tags from the code but nothing is changing and isn't working.
    I have this tag in the menu component because I want to add it in all pages and not adding using Head Assets.

    Is this possible?
  • nocodeprocode-1348736246423490742

    NoCode ProCode

    2

    9 months ago

    Can't make client project owner
    here is the project - all members need to be owner https://app.nordcraft.com/projects/ymp_v2
  • ssssadsadasd-1348661585937432671

    ssssadsadasd

    4

    9 months ago

    Context in components
    I want to basically do what is currently doable with the toast plugin: we insert the toast element -> we put our elements of the page inside the toast element -> now the toast actions are available to all child elements.

    so what I do is [create a component](https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/notification-popover?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style&selection=nodes.KtbvoLP7IGXLZ44g6FDM2) -> set a workflow show-popover -> create a slot. in [the page](https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/test4%20context?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style), I put the reusable and add a child to it. now, I should be able to access the workflow that I created but I cant seem able to do it.

    what am i missing? thanks