Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/1/21
    Hi there,I have tried adding the following code but the configure option is not showing still <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:actions="[edit]" jcr:primaryType="cq:EditConfig"> </jcr:root> Does...

    Views

    2.1K

    Likes

    0

    Replies

    7
  • When a package with JS and CSS code is built and deployed, and then a page requested from the website, it contains links to JS and CSS files processed by AEM (with additional name parts and possibly minified), e.g.: <script src="/etc.clientlibs/foundation/clientlibs/shared.min.9f3716b2c473fd53ab31b1...

    Views

    2.7K

    Likes

    0

    Replies

    9
  • 9/1/21
    Hello Team, Below code is part of one Sightly HTML:<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script><script>var hello = new Swiper(".artcile-page", {mousewheel: true,});</script>PROBLEM:In author view source, we can see this piece of code. But in Publish page, only <script src="h...

    Views

    704

    Likes

    0

    Replies

    2
  • 8/31/21
    I noticed recently a slowdown in performance and went to check for Session leaks after almost 2 years of stability.  I noticed over 430 SessionStatistics but none have any values in the stacktrace field.  Shouldn't I be seeing the trace of what opened the Session?  What could this mean?There are a r...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 8/31/21
    Hi Everyone, We have multiple developers who work on the same form/template during different time periods. We like to keep track of which developer has made what change to the forms. Each developer opens the XDP template in the stand-alone desktop Designer 6.5. Makes the necessary changes to the for...

    Views

    735

    Likes

    0

    Replies

    5
  • 8/31/21
    Hello, We've upgraded from AEM 6.2 to 6.5 and now when we add an SVG image to an Image component it loses the transparent background.

    Views

    582

    Likes

    0

    Replies

    2
  • 8/31/21
    In AEM author, the content editors can create vanity urls and "redirect vaninty url" in the pages properties basic tab. However, we cant find any documentation for these features, and they dont seem to work. If the normal page url is mystite.com/helppages/somepage.html, and we add a vanity url of "h...

    Views

    896

    Likes

    0

    Replies

    1
  • 8/31/21
    Hi community, i developed a custom XML exporter:"/** * XML export used to generate XML render on servlets. */@Component(service = ModelExporter.class)public class CustomXmlExporter implements ModelExporter { private static final Logger LOG = LoggerFactory.getLogger(CustomXmlExporter.class); @O...

    Views

    2.5K

    Likes

    0

    Replies

    14
  • 8/31/21
    Hello,we are seeing duplicates of a campaign in the initializeTeaserLoader function on a page. this is happening after we upgrade to the latest service pack aem 6.5.10. we noticed increase in the page load times and when looked into the page source, we found duplicates in the initializeTeaserLoader....

    Views

    469

    Likes

    0

    Replies

    1
  • 8/31/21
    If I have a remote server with AEM installed can I push my current code with something as simple as:mvn clean install -PautoInstallDevPackage -U -Daem.host=test-author.dev.com -Daem.port=4502 -DUserName=admin-Dpassword=admin Or do I need to use cURL? POM? I haven't been able to find much information...

    Views

    1.7K

    Likes

    0

    Replies

    10