Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Issue with parsys div showing up on footer on publish

Avatar

Level 2

Hello,

I have an issue with the parsys div showing on the publish instance in the footer.

So far I have done the following -

2 Replies

Avatar

Community Advisor

Guess you have missed to add your steps

Avatar

Level 2

Hello,

We need to remove the parsys tag on the publish instance.So far I have done the following for the same.We are on AEM 6.2.

1)Added the cq:htmlTag node at the component level so that the div tags get generated as per the structure mentioned in the cq:htmlTag node.

2)Overlay the parsys.jsp to apps for the following change to render the div without parsys -
if(mode == publish){ IncludeOptions.getOptions(request, true).forceSameContext(Boolean.TRUE).setDecorationTagName("");

3)Added the sly tags to the template by replacing the div tags.

4)Include parsysLimiter on the footer.

The updates do not work for the footer.Please advise.