Pricing Blog

Help forum

  • jehex-1407274991656894544

    Jehex

    0

    9 days ago

    Update the value of a specific attribute from an object stored in the cache
    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" "conversationjulia" etc...

    Would like to know how can I update a specific attribute of this object for all existing influencers ( so object conversation
    {name} stored in the cache )

    lets said I want to attribute "numberfollowers" for each existing objects conversation{name} , thanks a lot
  • matt_apollodev-1407073944359669810

    Matthieu B.

    4

    9 days ago

    Watch new message in gmail
  • immaculate_tiger_15139-1407036797946560703

    Kai

    5

    9 days ago

    Global css rules
    Hi!
    Can I create a CSS file and include it so that it globally defines, for example, all h tags in my pages?
  • ssssadsadasd-1407028789191643197

    ssssadsadasd

    1

    9 days ago

    Image/video dimensions (width/height/aspect ration)
    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
  • ssssadsadasd-1407001192856551535

    ssssadsadasd

    17

    9 days ago

    Keep scrolling position while other things are added on top of it.
    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
  • _.__._.__.__._-1406596950660354052

    Ethan

    1
    8

    10 days ago

    Match Table Column Size to that of header
    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?
  • joseverdin._77528-1406047390573793410

    Jose Verdin

    5

    12 days ago

    How to I show/hide elements based on a dropdown's selected option?
    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?
  • _.__._.__.__._-1405944889262473287

    Ethan

    8

    12 days ago

    Creating a generic form
  • miles1991-1405865165018239057

    Miles

    5

    12 days ago

    Infinite Loop Detected
    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
  • needtheanswers-1405304615469191300

    needtheanswers

    15

    14 days ago

    What´s the issue here?
    Why are my values showing 0? If I don´t convert the values to a number it´s showing null.
    Would appreciate any help
  • nocodeprocode-1405259095484792925

    NoCode ProCode

    5

    14 days ago

    Compile to Static Files?
    Is there a way to compile nordcraft into static files in a folder that can run client side like weweb?
  • jehex-1405118296625381557

    Jehex

    5

    15 days ago

    multiple SVG not in the correct order of my component
    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 🙂
  • uunicode-1404855759082361043

    unicodes

    4

    15 days ago

    Nordcraft and Google Tag
    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!
  • sakamotochan-1404832293662625943

    Sakamoto

    4

    15 days ago

    Help on Toast
    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!
  • baffoura-1404768825861214278

    Baffour

    10

    16 days ago

    Password protecting individual pages