Expand my Community achievements bar.

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

  • 11/24/22
    Hi All, I have an image asset (part of hero component) which is rendered on published site as Scene 7 URL. The hero banner image when processed via smart crop is not visible to all users. For users with higher resolution and sizes (height-3000px beyond) the image is not rendering and displays 403 H...

    Views

    1.9K

    Likes

    3

    Replies

    3
  • 11/24/22
    Author v6.5.11   Hello,   We have successfully configured SAML for the AEM Author system 6.5.11. However, for various reasons we also need the default login with local username and password. Is it at all possible in AEM to combine both and make them available for selection on the default login page?...

    Views

    1.4K

    Likes

    0

    Replies

    8
  • 11/24/22
    Hi, I want to add a sticky footer to my page that always remains at the bottom of the screen despite the scrolling and length of the page. What should be my strategy? I have tried to make a container sticky and add my component to that didn't work.

    Views

    749

    Likes

    0

    Replies

    1
  • 11/24/22
    Hi, So have a core form and a custom action which calls a servlet when the user submits the form. I modified the action attribute in container.html on the core form container component to call on my servlet.   Here is a code snippet of my container.html <form data-sly-use.container="com.el.core.mode...

    Views

    3.1K

    Likes

    0

    Replies

    11
  • 11/24/22
    Hi All,I'm trying to build a sample project using maven archetype,  mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=24 -D aemVersion=6.5.0 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D f...

    Views

    394

    Likes

    0

    Replies

    1
  • 11/24/22
    Hi community members, Can anyone help me to get AEM Developer Professional certification details with preparation materials please? Thanks!

    Views

    546

    Likes

    0

    Replies

    1
  • 11/24/22
    Hi, I am trying to run Aem forms cloud service migration utility in aem 6.4.8.2 instance for making forms compatible for aem as cloud service environment. After running the migration utility I am getting undefined variable error for the converted rules, which are converted into reusable functions by...

    Views

    998

    Likes

    0

    Replies

    2
  • 11/24/22
    The requirement is create the content fragment programmatically and update the master and child variants data dynamically while iteration.

    Views

    3.1K

    Likes

    0

    Replies

    4
  • 11/24/22
    whenever I change something in the de.xml getting reflected in the page, this should not be done. only en.xml should be deployed. example. if sling: message for de.xml of specific i18n label is wrong/empty, the same sling:message in en.xml should be reflected in de.xml for we need to add some filter...

    Views

    362

    Likes

    0

    Replies

    1
  • 11/24/22
    Hi I am trying to unschedule the sling jobs(Scheduled jobs) in aem 6.1 programmatically. Its not working. I am using below method. public void stopScheduledJob() { Collection<ScheduledJobInfo> myJobs = jobManager.getScheduledJobs(TOPIC, 10, null); myJobs.foreach(sji -> sji.unschedule()); }   Pleas...

    Views

    1.2K

    Likes

    0

    Replies

    3