I am trying to apply styles for author view only, is there a class that exists in the HTML or Body elements that I can use to target elements only in author mode? Or is there an easy way with JS to check for something in the DOM so I may apply a class?
Does anyone know how to go in and make edits to someone title and then move their name above or below the name of someone else. For example, if I want to change a contact name of a staff member and her title changed... then making her at a higher position.
Hi all,After applying SP 6.4.8.4 the link button stopped working in our content fragments.Previously using the Multiline Text the link button worked as expected - once the SP update was applied the link button stopped working. Has anyone encountered this issue before? This JS error is thrown in the ...
I am trying to retrieve the data from node and update as well.This is the code that I am trying to runtry { //Create a connection to the CQ repository running on local host Repository repository = JcrUtils.getRepository("http://localhost:4502/crx/de/index.jsp#/content/launch...
Hi All, I need to add parsys in nested loop in sightly. code snippet:<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html"data-sly-call="${clientlib.all @ categories='test.stickyleftnav'}"/><div data-sly-test="${wcmmode.edit}" class="cq-placeholder section" data-emptytext="Sti...
Hello All, I'm running into an issue with my setup where when I try to install Service Pack 6.5.8 and it does not remove the Package Share Icon. I've tried several steps to see if I could rectify the situation on my own:Deleted and rebuilt crx-quickstart folder then uploaded service pack 6.5.8 for e...
Hello All: Our AEM Admin team has advised of a pending AEM Upgrade from 6.3 to 6.5.8. Are there any AEM users who has experience with this upgrade, and can share any concerns or issues our AEM user base should be aware, or prepared for. It is important that this upgrade goes well for the company. ...
Hello All, As a admin user I see all members are extracting from AEM group. But when user have less access then he is not able to extract other users Working Case : = Admin User , he can extract all three users Group Name : regional_asiaMember : user1, user2,user3 Problem Case: Login User := ...
Hi all, I am trying to use JUnit 5 AEM Mocks(wcm.io) in our existing AEM project. I have included all the required dependencies and there are no compilation errors. However, I get the below error when I try to run my test. Has anyone seen this error and how did you manage to fix it? java.lang.Runtim...
when setting up osgi configs, you put them in a dir to target a particular env and type.The problem is that cloud and non cloud seem to have different behavior. Should it be config.author.prod or config.prod.author? We see both in various posts. we are using config.prod.author for example. This wo...