Help forum
- Update the value of a specific attribute from an object stored in the cache
Jehex
0 9 days ago
Hi there , Im currently store an object into the local storage for each of my " influencers " who contain some of their infos and allow me to load way faster some pages . The name use for store theses datas are currently "conversation _ {name } " ( concatenation ) so I basically have objects stored into my local cache under this form "conversation _emilie " "conversation _kelly " "conversation {name } stored in the cache ) lets said I want to attribute "number {name } , thanks a lot - Watch new message in gmail
Matthieu B.
4 9 days ago
- Global css rules
Kai
5 9 days ago
Hi ! Can I create a CSS file and include it so that it globally defines , for example , all h tags in my pages ? - Image/video dimensions (width/height/aspect ration)
ssssadsadasd
1 9 days ago
I need to save the image /video dimensions (width /height /aspect ration ) in the database . so I use the input element in NC , upload the image /video , and before saving to database I need to fetch the image /video dimensions . has anyone implemented this before ? I tried with AI but was not successful . thanks - Keep scrolling position while other things are added on top of it.
ssssadsadasd
17 9 days ago
Suppose I have three divs : parent tweets , tweet , children tweets . I come to the page and all tweets are fetched and I scroll to tweet immediately . However , parent tweets have some videos that take some time to load and when they are loaded the height of the parent tweets changes pushing down the postion where I initially scrolled (tweet ) . what I want to achieve is sth [like this ] ( https://vimeo.com/1110966785?share=copy#t=0 ) , where somehow the parent tweets do not push the other divs down but are added on top of them without changing the scrolling positions . I created a [sample page ] ( https://editor.nordcraft.com/projects/seno12/branches/start/components/test-scrolling?canvas-width=800&canvas-height=1202.3&selection=onLoad.actions.2.events.tick&rightpanel=style ) to illustrate it . I would not prefer to solve this using placeholders with a determinate height or getting the height of the video beforehand somehow as this seems too complicated and needs some database additions . and the example in the video seems to not use this anyway anyone has any idea how to solve this in nordcraft ? thanks - Match Table Column Size to that of header
Ethan
✅18 10 days ago
Hi all , I 'm creating a generic table component that takes in JSON and builds the table from that using repeated elements . All has gone well so far but I can 't figure out how to set the size of the <td > elements in each row to the size of their header element , so that they align properly . How should I achieve this ? - How to I show/hide elements based on a dropdown's selected option?
Jose Verdin
5 12 days ago
Hey crew ! I 'm running into a tricky puzzle I can 't seem to solve : I want to show and hide elements based on a dropdown 's current selected option . In the screenshot provided , I have 2 dropdown options : Contact and State . What I 'm specifically trying to accomplish is when select (dropdown ) element is set to option "State " , hide the input field . Then when select (dropdown ) element is set to option "Contact " , show the input field . The input field would be hidden by default normally until "Contact " was selected . How do I achieve this in NordCraft ? PS : Perhaps there is a better way to do it but I will have all of these different input fields shown /hidden depending on which option in the dropdown is selected . Each of these inputs would be bound to different filtering variables which would then power filtering in a data set with different columns . Is there a better way than having all of these input fields being shown and hidden based on drop down selection ? - Creating a generic form
Ethan
8 12 days ago
- Infinite Loop Detected
Miles
5 12 days ago
Blue Screen of Death 😮 All I did was duplicate the div that contains and SVG and some Text (p ) . Then this appeared . Now I can 't open the div to delete the element . Although I 'm not sure why this would cause this . Anyone have any ideas of how to solve ? TIA - What´s the issue here?
needtheanswers
15 14 days ago
Why are my values showing 0 ? If I don ´t convert the values to a number it ´s showing null . Would appreciate any help - Compile to Static Files?
NoCode ProCode
5 14 days ago
Is there a way to compile nordcraft into static files in a folder that can run client side like weweb ? - multiple SVG not in the correct order of my component
Jehex
5 15 days ago
Hello there , I have a list of items , theses items are basically from a component who is structured like this : a slot for the svg then a span for the text . They 're is not extra html or css applied to any individuals items and all SVG come from the same website ( iconify ) with the exact same size etc . . . Thanks you 🙂 - Nordcraft and Google Tag
unicodes
4 15 days ago
Hi there , who are you ? I was looking into how Nordcraft added the Google Tag because , in my case , it is impacting performance significantly . I noticed that Nordcraft isn 't using Google Analytics , or if they are , it ’s not visible in the header . What do you use guys ? Since the Google Tag was affecting performance , I added async set to true . Do you know if this affects the Google Tag in any way ? It worked to reduce the down rate of lighthouse and is visible in google tag manager , but maybe some of you tested this and find that maybe asyc included in this way limits the tag . Thank you ! - Help on Toast
Sakamoto
4 15 days ago
I need some help with setting up toast messages after an API call . I 'm using Spark Core but I 'm having trouble understanding the documentation for this specific feature . Has anyone done this before ? Is there a good guide or tutorial you could point me to ? Any help would be greatly appreciated ! - Password protecting individual pages
Baffour
10 16 days ago