Expand my Community achievements bar.

SOLVED

Cannot find parsys component in wknd tutorial.

Avatar

Level 4

I am following the wknd tutorial part two and I am not able to find the parsys component on the template I created for the article page. The screenshots are included. what is the possible reason? I have checked the supertype reference of the page and it is pointing to the correct location.

Tutorial Link:Getting Started with AEM Sites Chapter 2 - Creating a Base Page and Template

1710622_pastedImage_1.png

1710782_pastedImage_2.png

also there is no link for other template options other than the edit mode.

1710783_pastedImage_3.png

Please help.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

try to add init.jsp in head section of the page component

e.g.

<div data-sly-include="/libs/wcm/core/components/init/init.jsp"></div>



Arun Patidar

View solution in original post

6 Replies

Avatar

Community Advisor

I can check in the second screenshot there is a single line. can you please confirm what is that?

because sometimes parsys comes like that only. I will tell you how to enable that. over the mouse on it and click then check if you are getting + icon.

Avatar

Level 4

I am getting an empty page only, not even a line.

On the third screenshot you can see a line it comes instead of the mode like this

1710793_pastedImage_0.png

Avatar

Community Advisor

Can you please try downloading the package from article and try again?

I tried it previously and it was working for me.

Avatar

Level 4

I tried creating it from scratch rather than download.

Avatar

Community Advisor

Yes, It is good to go step by step but when we are not getting output what is written in helpx so I usually download the package and checks if an issue is still coming or not...

Avatar

Correct answer by
Community Advisor

try to add init.jsp in head section of the page component

e.g.

<div data-sly-include="/libs/wcm/core/components/init/init.jsp"></div>



Arun Patidar