Layout mode for Tablet AEM 6.5 | Adobe Higher Education
Skip to main content
Level 2
August 19, 2020
Beantwortet

Layout mode for Tablet AEM 6.5

  • August 19, 2020
  • 1 Antwort
  • 2561 Ansichten

Hi,

 

Layout container is not allowing to resize the component for tablet view in layout mode.

Is there any configuration that needs to be set?

 

Thanks in advance !

 

Best Regards,

Kirti Khatri

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Vijayalakshmi_S

Hi @kirtikhatri1,

Could you please confirm if breakpoints for Tablet is configured at template level or at desired page level.

If it is not, please do create by following the steps in below link. 

You can also take we-retail site as reference: We retail content page template.

  • /conf/we-retail/settings/wcm/templates/content-page/structure/jcr:content/cq:responsive

If the above is already done and issue exist, please share your sample template structure if possible for debugging further.

1 Antwort

Vijayalakshmi_S
Level 10
August 19, 2020

Hi @kirtikhatri1,

Could you please confirm if breakpoints for Tablet is configured at template level or at desired page level.

If it is not, please do create by following the steps in below link. 

You can also take we-retail site as reference: We retail content page template.

  • /conf/we-retail/settings/wcm/templates/content-page/structure/jcr:content/cq:responsive

If the above is already done and issue exist, please share your sample template structure if possible for debugging further.

Level 2
August 20, 2020

HI Vijayalakshmi,    I had cross checked in we-retail, /conf/we-retail/settings/wcm/templates/content-page/structure/jcr:content/cq:responsive , The same is there in my template structure ie. /conf/<project_name>/settings/wcm/templates/home-page/structure/jcr:content/cq:responsive/breakpoints/tablet. The difference that I noticed is , I have grid.less in /apps/<project_name>/clientlibs/clientlib-grid and I had added it in page policy of template whereas in we-retail, they have grid.less in clientlib-site. So, like as of now, in phone view in layout mode, I can resize my component but not in iPad view. I am still not able to figure out what is wrong with it.