Expand my Community achievements bar.

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

  • 4/14/21
    I am trying to add style to a tag generated from paragraph format plugin, like <p style="font-size:18px">some text</p>. Is it possible to do so? if not, is there any other way I can achieve the same, without forcing users to user both RTE paraformat and  then style plugin?

    Views

    666

    Likes

    0

    Replies

    1
    6.5
  • 4/14/21
    $(".coral3-Multifield-item").each(function( index ) {}this loop is not working for the newly added items. $("coral-multifield").children("button[coral-multifield-add]").on("click", function() {       $(".coral3-Multifield-item").each(function( index ) {             console.log("add item");        })...

    Views

    880

    Likes

    0

    Replies

    5
  • 4/14/21
    Hi, I am having one config "org.apache.sling.jcr.repoinit.RepositoryInitializer" and in that I am trying to set "set ACL for test-user \r\nallow jcr:read on /libs/dam/content". While deploying the changes in local, it gets deployed easily, but when I deploy this config with my codebase in AEM AACS S...

    Views

    2.4K

    Likes

    0

    Replies

    3
  • 4/14/21
    My project is using Bugsnag to catch errors in our AEM site, one recurring error is:ReferenceError/enContextHub is not defined The stack trace shows the following sequence of events:  XMLHttpRequest succeededDOMContentLoaded Page LoadedPage ShownReferenceError: ContextHub is not defined   [ { ...

    Views

    1.9K

    Likes

    0

    Replies

    8
  • 4/14/21
    I want to call a JS function when a new item is added to the multifield. I have tried: $(".cq-dialog").find("coral3-Button coral3-Button--secondary").on("click", funcName);doesn't call my function. 

    Views

    1.3K

    Likes

    0

    Replies

    9
  • 4/14/21
    Few JS files are not getting minified.Is there any way to check what is causing error for JS minification.

    Views

    484

    Likes

    0

    Replies

    2
  • 4/14/21
    If I replace: const setOptions = function () {let fontField = $(".cq-dialog").find("#fontField ")[0];let optionItems = fontField.items;optionItems.clear();for (var i = 0; i < 1; i++) {let obj = new Object();let cnt = new Object();obj["value"] = "#ffffff";cnt["textContent"] = "white";obj["content"] =...

    Views

    1.3K

    Likes

    0

    Replies

    9
  • 4/14/21
    Hi All, What is the possible cause and fix for the alert "Your request could not be completed because you have been signed out. "? Thanks in advance @AEM 

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 4/14/21
    We just launched Brand Portal, and are having a process to have users onboarded via our HelpDesk But users keep requesting access via brand portal, even though we disabled that option in Brand Portal setup The "request access" link is hidden on the login screen, but if they try to sign up, creating ...

    Views

    756

    Likes

    0

    Replies

    6
  • 4/13/21
    Hi.When trying to create products in AEM 6.5, similar to We.Retail, we get the error message"No scaffold definition found for /var/commerce/products"I've looked everywhere trying to find a solution and the only article that I've been able to find suggests using classic ui and going to the Tools cons...

    Views

    1.2K

    Likes

    0

    Replies

    5