Unhide Missing in Responsive Grid | Community
Skip to main content
crisr1
Level 4
January 7, 2016
Solved

Unhide Missing in Responsive Grid

  • January 7, 2016
  • 2 replies
  • 2538 views

I'm following this post https://docs.adobe.com/docs/en/aem/6-1/administer/operations/page-authoring/configuring-responsive-layouting.html for the responsive grid system. It most seems to works, except for the unhide feature. I can hide components, but upon selecting the parent, the only option is to reset the layouting (which does not unhide the component). I don't see JS client errors, 404's or error log messages. I'm not sure what I'm doing wrong. 

Update: I see how to unhide. The other thing I learned was that resizing the browser does not adjust the layout being worked on. I needed to use the buttons to select a device, which falls into my desired layout ranges..

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by heim0

We've added information about the unhide functionality to the documentation - it's now under:

Added to:
- Defining Layouts (Layouting mode)

Hope that helps, but just let us know if you have more problems.

2 replies

Jitendra_S_Toma
Level 10
January 7, 2016

@cmrockwe@umich.edu ,

Yes, it is missing. I didn't find a way to unhide responsive grid. However, we could do from the backend (crx). I guess, a few details are missing from the document as well.

To show responsive grid, go to crxde and the page where the grid is hidden. Each responsive grid has "cq:responsive" node under the "parsys" node. And, this "cq:responsive" node will have a property (cq default behavior) with "hide" value. Just change it to "default". 

--

Jitendra

heim0Adobe EmployeeAccepted solution
Adobe Employee
January 7, 2016

We've added information about the unhide functionality to the documentation - it's now under:

Added to:
- Defining Layouts (Layouting mode)

Hope that helps, but just let us know if you have more problems.