Pricing Blog

Help forum

  • kova2966-1361372854574125250

    Kova

    4

    7 months ago

    robots.txt
    Hi there, could pappa Toddla help a toddler like me, just a quick question, does having a robots.txt in public repo on github, copy/pasting link in project settings under Robots.txt work, or is there another way of doing it? thank you 😄
  • .targox-1361353445818372336

    Targox

    1
    3

    7 months ago

    Custom fonts for components
    Components don't have 'head assets' so there's no way to add a custom font through there.Is there a way to upload and use a custom font directly within a web component (not Google)? Since the component doesn’t inherit styling from the parent website, that’s not an option either. Thanks!
  • ssssadsadasd-1360987618501853224

    ssssadsadasd

    11

    7 months ago

    Best way t o store such data as user name, profile pic, etc.
    During a user section I want to save such data as user name, user profile picture, username etc so that I do not make an extra call everytime.
    I am using supabase, and I initially thought saving these in the supabase user_metadata would be the best solution but this is not reccommeded apparently. so I was wondering what is an alternative solution?
    save to local/session storage does not seem a good option? will the "save to cache" feature that will be coming to toddle fit to this case? thanks
  • petermac7886-1360949057685553312

    petermac

    7

    8 months ago

    Scrolling in toddle
    Hi

    I'm having problems scrolling in toddle menus, e.g. the right hand panel, say styling as an example. I'm on a laptop with no scroll wheel, sometimes I can scroll down with down arrow on keyboard, sometimes I can't. Sometimes holding down left button and dragging down will scroll sometimes it doesn't. Are there invisible scroll bars I'm missing? In general I find it hard to scroll down in toddle menus and sometimes I'm not sure if there are more items or not when trying to scroll. Any tips on scrolling on a laptop?

    Thanks
  • 101kwinner-1360544293101633607

    101kwinner

    12

    8 months ago

    authentication issue: No data in response of api call.
    Hi I am having issues with getting data in the response section of my api call for my sign up page. Every time I test it it gives me an error: "Unable to locate request". I have watched the tutorials, the body in the api call has the data in the formula, the submit action does trigger for the sign up form, and I have downloaded the Toddle plugin, though I am not sure what that does. Despite this, it still gives me the same error, I am using Xano for my backend. Any help would be greatly appreciated
  • petershaw99-1360357443808399501

    PeterShaw

    1

    8 months ago

    Popover for profile settings
    Whats the best way to build a profile settings modal as shown in the screenshot? Now its a popover but I struggle with the placement. I want it to be placed directly below the parent button which is a problem when the screen width changes
  • immaculate_tiger_15139-1360220869443453048

    Kai

    11

    8 months ago

    passing values between pages
    Hi,
    I have a question about passing values.
    I have an overview page /members with a list of users. For each user, the name, email address, and a "view profile" link are displayed. How do I pass the user_id to the /profile page so that I can pass it to the Xano API?
  • iampointi-1359858225113071968

    Stefan

    10

    8 months ago

    Check if user is logged in
    Hi,

    I am trying to simply check if the user is logged in = has a session cookie "access_token".

    But if I get the cookie in a formula via "get http only cookie" it returns the placeholder {{cookies....}} - so it is never empty, also not if there is no cookie.

    Whats the best way to simply check if the user is logged in?

    PS: I dont want to make an api call just to now if the user is logged in.

    One idea would be to use session storage for that, but also not ideal I guess.
  • petershaw99-1359834685504753785

    PeterShaw

    6

    8 months ago

    Copy component
    Hi, maybe Im missing something but I cannot copy a component from project A to B.

    It says "this component does not exist in this project."

    Any ideas?
  • leo_o_o-1359543894068433026

    Leo

    1
    4

    8 months ago

    Social media Infinite scroll
    Hey guys, I was wondering how to reproduce the infinite scroll like the one similar to social media where the more you scroll down, the more content gets rendered.

    I can’t quickly figure out how to make an API request and add the content on top of what has already been rendered.

    I would appreciate any response.
  • fe_rojas-1359235165104377986

    FeRojas

    29

    8 months ago

    Adding structured data to product page
    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 🙌 .
  • leo_o_o-1359230367424581813

    Leo

    6

    8 months ago

    Error with auth API
    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
  • yann_prigent-1359157567720263792

    Yann

    1
    34

    8 months ago

    [RESOLVED]Conditional styling
    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!
  • carterux-1359090273728069682

    Seun Orofin

    26

    8 months ago

    Updating an item in a list is removing the item.
    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.
  • -1358902894119882862

    null

    0

    8 months ago

    Student Trying to Make a Collage PWA