Hi @harinder.singh,
This is something you replied to me about last year but wasnt something explored further.
Its the final recommendation based on accessibility testing to implement a nav menu in mobile.
I have found a keyword which prints level 0, 1 & 2 - %asset_linking_lineage^index:1^as_asset:asset_short_name% but I only need to print all the level 2s as in all the parent pages a section. Its only printing the current level 2 but not the others.
This is something you also suggested, to implement a show_if in the parse file. This might be a better option rather than using the default paint layout for all pages. Not sure of the pros and cons to that.
`<MySource_AREA id_name="show_side_column" design_area="show_if" print="no">
<MySource_SET name=“condition” value=“keyword_regexp”/>
<MySource_THEN>%globals_asset_contents_paint_layout_id_123456:<MySource_PRINT id_name=“global” var=“asset_assetid” />%</MySource_THEN>
<MySource_ELSE></MySource_ELSE>
</MySource_AREA>`
Thanks
Innes