Expand my Community achievements bar.

SOLVED

AEM Parsys component issue

Avatar

Former Community Member

Hi All,

I am new to AEM and I am facing some problems in making website in AEM . Problems which i am facing are as follows:

1).First problem which i am facing is that , i have some parsys component on my page. First parsys component is working fine but rest of two are not working in the sense that no components are displayed to drag and drop for those component.

<cq:include path="par" resourceType="foundation/components/parsys"/>
<div class="container content">
    <div class="col-xs-12 col-lg-6 col-sm-6">
        <div class="col-xs-12 col-sm-12 left_par nopad">
            <cq:include path="left_par" resourceType="foundation/components/parsys"/>
        </div>
    </div>
    <div class="col-xs-12 col-lg-6 col-sm-6">
        <div class="col-xs-12 col-sm-12 right_par nopad" style="overflow:auto">
            <cq:include path="right_par" resourceType="foundation/components/parsys"/>
        </div>
    </div>
</div>

 

2).Second problem is that , editor mode is not working even i set the property to sling:resourceSuperType:foundation/components/page . It open as a blank page.

 

Thanks in Advance,

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out.

Please go through the below forum threads and see if they help:

Issue with Parsys in a Sightly component

How to extend/reuse parsys component

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out.

Please go through the below forum threads and see if they help:

Issue with Parsys in a Sightly component

How to extend/reuse parsys component

Thanks!