Expand my Community achievements bar.

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

  • 8/9/21
    Hi,I have a reviews and rating component that needs to be added at the bottom of the page. It gets its data from MySQL DB. I want to know is there a way to lazy load this whole component so that it doesnt impact page load speed? I am using sightly to query db for fetching all the desired details abo...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 8/9/21
    Hello Team, We need to allow jcr:title property for live copy creation. In order to do so, we are thinking to add this configuration at code level. I tried to do in below ways: 1)  Create a file under /apps/myproject/osgiconfig/config/com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory.amende...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 8/9/21
    How set property value of textfield using sightly? or how to add the page title as property value in text field?

    Views

    1.4K

    Likes

    0

    Replies

    7
  • 8/9/21
    I need  xliff connector package for human translation functionality and trying to download it from link "https://www.adobeaemcloud.com/content/marketplace/marketplaceProxy.html?packagePath=/content/compani... but it is not working for me.Also I have tried package share on aem 6.4 but for me i am get...

    Views

    380

    Likes

    0

    Replies

    1
  • 8/9/21
    Hi All,Whenever resource resolver is getting installed on production environment,it causes one of the applications running on AEM ,to go down .Only after restarting the instance ,the site is up and the bundle changes are reflecting.This behaviour is seen only on production not on lower environment (...

    Views

    503

    Likes

    0

    Replies

    2
  • 8/9/21
    Hi All, Hope you are fine.AEM Version: 6.5.6.0Question 1: A) We have created a new site  using Blueprint from Master site .B) Now we add a new Page A in Master site.C)How we can sync Page A from Master site to new Site as When we try to open page properties of A, it does not show up "Blueprint " Tab...

    Views

    338

    Likes

    0

    Replies

    2
  • 8/9/21
    We have a requirement, our sling model has been consumed by multiple components.Eg: GenericPageModel - This model has been included in several components Can someone help me solving this?

    Views

    302

    Likes

    0

    Replies

    1
  • 8/8/21
    Some pages are throwing 404 in author instance when 'view as published'. The page is rendering fine in edit/preview mode. But when viewed as published I'm getting a page not found error. This is the same with publishers as well. When I remove wcmmode=disabled from the author URL I'm getting the page...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 8/8/21
    Hi Community, I've created project using maven archetype. Now I want to sync the codebase with git. Do I need to push the entire project codebase to git repo or there is any .gitignore specific for AEM project ? Please help to answer. Thanks

    Views

    765

    Likes

    0

    Replies

    3
  • 8/8/21
    import java.util.*; public class HelloWorld{ public static void main(String []args){ Locale locale = new Locale("zh","CN"); TimeZone zone = TimeZone.getTimeZone("America/Chicago"); String displayNameShort = zone.getDisplayName(true, TimeZone.SHORT, locale); Syst...

    Views

    778

    Likes

    0

    Replies

    2