Gridorama - editing tect

Hi. I feel foolish asking what is surely a simple question, but I cannot figure out how to edit the individual grid headlines and content in this setup:

I want to link each to a separate part of my site. Thank you!

Hello @CInno,

Thanks for writing in!

I can see that you are using the Gridorama: Slackin. It is using Looper Provider JSON to fill up the grid cells. To edit the headlines, you will need edit the Looper Provider JSON.

Best Regards.

Thank you. I can get to a JSON screen, but all of the values for the headlines and content that’s already on the template have disappeared. It wants me to start from scratch. Can I simply replace the text? Or, is there an easier way to edit headlines and text within that space? I love the layout but editing the text is something that may have to happen now and again.

Hello @CInno,

This is the contents of the Looper Provider JSON:

[
  {
    "ySpan"       : "2",
    "link"        : "#slackin-feature-01",
    "title"       : "Track Stacks",
    "description" : "Define your template across both the X and Y axis and place content within any grid area.",
    "cBackground" : "#ffffff",
    "cShadow"     : "rgba(50, 50, 93, 0.11)",
    "cShadowInt"  : "rgba(24, 24, 58, 0.22)"
  },
  {
    "ySpan"       : "2",
    "link"        : "#slackin-feature-02",
    "title"       : "Powerful Placement",
    "description" : "Align and justify your content as desired for the Grid as a whole, or individual Cells.",
    "cBackground" : "#ffffff",
    "cShadow"     : "rgba(50, 50, 93, 0.11)",
    "cShadowInt"  : "rgba(24, 24, 58, 0.22)"
  },
  {
    "ySpan"       : "1",
    "link"        : "#slackin-feature-03",
    "title"       : "Source Order Control",
    "description" : "",
    "cBackground" : "#ffffff",
    "cShadow"     : "rgba(50, 50, 93, 0.11)",
    "cShadowInt"  : "rgba(24, 24, 58, 0.22)"
  },
  {
    "ySpan"       : "1",
    "link"        : "#slackin-feature-04",
    "title"       : "Gap Management",
    "description" : "",
    "cBackground" : "#ffffff",
    "cShadow"     : "rgba(50, 50, 93, 0.11)",
    "cShadowInt"  : "rgba(24, 24, 58, 0.22)"
  },
  {
    "ySpan"       : "1",
    "link"        : "#slackin-feature-05",
    "title"       : "Intuitive Syntax",
    "description" : "",
    "cBackground" : "#ffffff",
    "cShadow"     : "rgba(50, 50, 93, 0.11)",
    "cShadowInt"  : "rgba(24, 24, 58, 0.22)"
  },
  {
    "ySpan"       : "1",
    "link"        : "#more",
    "title"       : "More",
    "description" : "",
    "cBackground" : "transparent",
    "cShadow"     : "transparent",
    "cShadowInt"  : "transparent"
  }
]

You need to edit the “Title” only if you want to update the headlines for each cells.

Hope this makes sense.

Thank you.

Thinking through managing this site, is there a way that I can simply add headlines and text boxes to this grid and maintain the layout? It would be easier to update those in the future.

Hi @CInno,

Unfortunately, there is no such way to add the headline and text as you are expecting.

Thanks

Is it possible to have a separate link for each of the grid boxes? If so, how would I do that? Thank you.

Actually, sorry. I figured out the links. :slight_smile:

Hi @CInno,

Glad that you are able to figure it out.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.