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

jezwn
jezwn
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
26

Posts

Posts
102

Discussions

Discussions
15

Questions

Questions
87

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by jezwn
Customize the badges you want to showcase on your profile
Re: Display as Teaser in List Component - Adobe Experience Manager 19-08-2022
The documentation is correct but the screenshot is wrong(maybe from v3) at https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/v2-components/list.html?lang=en#item-settings-tab Hi @kautuk_sahni could you please check the list components V2 document? I created an issue at https://github.com/AdobeDocs/experience-manager-core-components.en/issues/39

Views

16

Like

1

Replies

0
Re: How can I display the search result in a page using OOTB Quick Search Component? - Adobe Experience Manager 15-07-2022
Hi, need to render thumbnail Image in the search result. any help how to render or add image to itemTemplate.html and search.js file. Search Results: need to display Title, Description and Thumbnail Image. Please help anyone on this.Thanks in advance

Views

93

Likes

0

Replies

0
Re: Target delivering content twice. Content is getting duplicated on experience. - Adobe Target 12-07-2022
This happens to me frequently when I use the insert HTML option in the VEC. I do not know why it happens.But, when I notice it, I quickly switch to adding the content via script like this, wrapping my updated element/content in a parent element with its own ID...var newcontent = ` New content here `; if (document.querySelectorAll('temp_tt').length < 1) { document.querySelector('#actualcontentelement').innerHTML += newcontent; }

Views

75

Like

1

Replies

0
Re: Contextual search for AEM site - Adobe Experience Manager 09-05-2022
Late to the game, but let me know if you want to discuss contextual/personalized search for your site. Disclaimer, I'm with Coveo but not with Sales

Views

84

Likes

0

Replies

0
Re: Target page params as array - Adobe Target 02-03-2022
@jgrubbs The similar approach actually worked for me, but I need it as a list to create an exclusion in recommendation -Will it work for my use case? I have posted it separately over here -https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-we-pass-multiple-values-as-mbox-parameter/td-p/442704Any help would be appreciated, thanks!

Views

196

Likes

0

Replies

0
Formstack embed breaking AEM emulator layout. - Adobe Experience Manager 30-12-2021
I'm using formstack form in the pages using formstack embed script which I add in the pages using HTML component. The form appears to work as expected. However I'm noticing some issues with the AEM emulator where it's not working when this embed is added to the pages. Attached below is the console error I get trying the emulator options. I've tried using no jquery in the embed to check it has got anything with the jquery, but it appears not.

Views

144

Likes

0

Replies

0
Re: How can I customize AEM OOTB crop functionality to add custom presets? - Adobe Experience Manager 30-12-2021
Thanks @arunpatidar I tried this, however we needed to define fixed width/height for crop rather than the ratios. And it was achieved using the image profiles and smart crop option, which enabled us to define fixed image dimensions for crop as "image profiles" and using "smart crop" to crop the assets folderwise and individually, as required.Reference: https://experienceleague.adobe.com/docs/experience-manager-64/assets/dynamic/image-profiles.html?lang=en

Views

150

Likes

2

Replies

0
Re: Pages not displaying contents on publish instance - Adobe Experience Manager 13-12-2021
Hi @jezwn As per the below code, I see some issue with the java code with respect to Array (may be in some loop). Please share the code to help debug more. Also the second error does not seem to have complete log. Please share it as well.13.12.2021 08:56:21.537 *ERROR* [15.206.241.159 [1639385780236] GET /path/to/page.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable java.lang.ArrayIndexOutOfBoundsException: null Thanks,Kiran Vedantam.

Views

212

Like

1

Replies

0
Re: Does anyone have any standard script for pulling DataLayer information for personalization? - Adobe Target 09-12-2021
Hi @CJara1 You can make use of profile parameters to pull the datalayer value into target. Reference: https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/odd-issues-with-profile-parameters/m-p/427214#M7068Once you have the datalayer variable in target you can use it in the offers as, ${profile.firstname} Reference: https://experienceleague.adobe.com/docs/target/using/experiences/offers/passing-profile-attributes-to-the-html-offer.html?lang=en I haven't tried the second part, ...

Views

149

Like

1

Replies

0
Re: AEM asset metadata delete. - Adobe Experience Manager 06-12-2021
@Siva_Sogalapalli ACS Commons asset importer can't be used to update metadata as the purpose of the tool is to import assets. Feel free to correct me if I'm wrong. And also I needed to have this done for existing assets in DAM.

Views

380

Like

1

Replies

0