Hi Dubey,Thanks for your reponse. What you said is true. But following is my usecase.1. I created a template using the page component wcm/foundation/components/page and created a page using this template. When I access this page, I am able to see the sidekick. I want to hide this sidekick. Where is ...
We can hide/disable sidekick in author mode in page component by removing/commenting or by not including "/libs/wcm/core/components/init/init.jsp" in any of the jsps of the page or its super/parent resource. But how to achieve the same in sightly page component? What/where is the line of code that e...
Hi Scott, I am following the article [1], for this. Also I am trying to understand its behaviour from logs, and wurfl, device, devicegroups data in CRX nodes.[1] http://docs.adobe.com/docs/en/cq/5-6/developing/mobile.html
Does AEM Mobile RedirectFilter uses WURFL database by default for device detection and redirection or does it use only the Devices(created as emulators) and the DeviceGroups created and mapped to the root page of mobile website when "cq:deviceIdentificationMode" property set to "server-side". When I...
I guess you can achieve this by Overlaying campaign, teaser and brand templates. I tried this and it worked for me. Here are the steps:1. Copy /libs/mcm/templates/brand to /apps/cq/mcm/templates/brand and make the following changes a. Add /apps/cq/personalization/templates/campaign to allowedChil...
We have a requirement to use OpenDDR/ApacheDeviceMap for Server side Device Detection. What would be the effort in integrating OpenDDR/ApacheDeviceMap with AEM so that it replaces WURFL by supporting all the features that are supported by WURFL like managing device groups, supporting emulator, etc a...