Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

BrianKasingli
BrianKasingli
Online

Badges

Badges
40

Accepted Solutions

Accepted Solutions
293

Likes Received

Likes Received
864

Posts

Posts
732

Discussions

Discussions
48

Questions

Questions
683

Ideas

Ideas
0

Blog Posts

Blog Posts
3
Top badges earned by BrianKasingli
Customize the badges you want to showcase on your profile
Hello Shawn, Here's a quick fix, try this: 1. use cq:noD... - Adobe Experience Manager 29-02-2020
Hello Shawn, Here's a quick fix, try this:1. use cq:noDecoration2. add custom code into HTL as follows: <<<>>>

Views

3.7K

Likes

0

Replies

3
Re: AD0-E105 AEM Lead Developers Exam Preparation - Adobe Experience Manager 29-02-2020
Hey @AEMWizard,Everything should be detailed in this document - https://learning.adobe.com/content/dam/adls/certification/samples/en/AD0-E105%20Adobe%20Experience%20Manager%20Lead%20Developer_EN.pdf

Views

3.5K

Like

1

Replies

2
Re: Removing unsued divs in components - Adobe Experience Manager 29-02-2020
Hi @aemFrontend,The automatically rendered HTML element can be controlled via Decoration Tag, out of the box behavior by AEM.cq:noDecoration {boolean} : This property can be added to a component and a true value forces AEM not to generate any wrapper elements over the component.cq:htmlTag node : This node can be added under a component and can have the following properties:cq:tagName {String} : This can be used to specify a custom HTML tag to be used for wrapping the components instead of the de...

Views

3.7K

Like

1

Replies

6
Re: Creating custom mobile emulators for layout - Adobe Experience Manager 28-02-2020
@jwepurchase,Setting up custom emulators and breakpoints require additional CSS and JCR node setup. This good article will provide you with ways to set up this customization:https://medium.com/adobetech/customizing-the-aem-grid-3ff9c2121a36Hope it helps!

Views

1.3K

Like

1

Replies

1
Re: How to send data from a text component to a redirecte... - Adobe Experience Manager 28-02-2020
@sanjayn66673968,passing data from your redirect can be done via URL parameters; Take the example of [302 Redirect] URL: http://localhost:4502/content/my-site/ca/en-AK/home.html?dataID=211231332424424The resulting page is expected to will have javascript reading the URL parameter "dataID"; this Javascript should be invoked from your client library. function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); }; alert(getUrlParameter('dataID'); The URL example provided above is for an Author environment, which is where you would probably be testing and developing your feature.Hope this help...

Views

730

Likes

0

Replies

0
Re: Need to view the components and templates in a live A... - Adobe Experience Manager 28-02-2020
@saikumar_loganathan,There's a number of ways on how you can get the page structure details from your AEM production site:If you are using Adobe's core page component, and editable templates, you can replace ".html" with ".model.json", and you will get a JSON representation of the page structure (resourceType & all used components); assuming that you're Apache Dispatcher module rules allow you to access .model.json. e.g: https://example.com/home.model.jsonAccess your production publish instance,...

Views

767

Likes

0

Replies

0
Re: What is the best practice when creating a one off cus... - Adobe Experience Manager 26-02-2020
@pmueller88,I think, before jumping into creating mega component one-time-use components, we can do something better. Let's think about cutting cost, enabling reusability and flexibility. Can we break down the creative into reusable components?Can a group of reusable components achieve the same outcome, based on the creative?If we can strategically create components to shape up the marketing team's landing page, their team can be the ones who create the pages themselves, and since the marketer's...

Views

1.4K

Likes

0

Replies

0
Re: htl pass data between htl - Adobe Experience Manager 26-02-2020
@ebin_Aby You can try data-sly-template; ${title}: ${pageLevel} // ouput Home Page: 5 Adobe's documentation for data-sly-template can be found here: https://docs.adobe.com/content/help/en/experience-manager-htl/using/htl/block-statements.html#template-call

Views

805

Likes

0

Replies

0
Re: Process of Minifying JS and CSS - Adobe Experience Manager 24-02-2020
Hey @ArchanaVA,Other than the HTML Library Manager OSGi configuration (video tutorial), where the AEM publish instance will be doing the work to minification to CSS and JS, you can also try minifying your CSS and JS assets in the Apache webserver; utilising the Apache PageSpeed module, (installation documentation).I hope this helps!

Views

1.7K

Likes

0

Replies

0
Re: AEM Vs AEP - Adobe Experience Manager 24-02-2020
Archived. 

Views

5.0K

Likes

0

Replies

1