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
How to create audiences based on AEM users/usergroups? - Adobe Target 28-09-2021
Is it possible to create a target audience which would contain certain users/usergroups from AEM. I'm creating two user groups in AEM namely beta1 and beta2 and adding the user test1 to beta1 and test2 to beta2. When testX logs in to the website we need to check if this user belongs to beta1 or beta2. And if the user belongs to beta1 should show experience1 one and similarly for beta2. Is it possible we can have these individual users who are identified by their usernames created as an audience ...

Views

435

Likes

0

Replies

5
How can I display the search result in a page using OOTB Quick Search Component? - Adobe Experience Manager 28-09-2021
Hi,I was trying to use the OOTB Quick Search Component. I can set up the search root from cq:dialog and the results count from design dialog. The search is working fine it appears to be as I see the related pages as dropdown when I initiate the search by typing in. How can I have this results displayed in a page?Component References: 1. https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/quick-search.html?lang=en#properties-tab2. https://github.com/adobe/a...

Views

301

Likes

0

Replies

2
Elevate for search keywords. - Adobe Experience Manager 08-09-2021
In AEM we have this Elevate for search keywords option in asset properties where we can have multiple keywords added so that the AEM would pick it up for DAM search. Is it possible we can extend this feature so that these keywords would be picked up in website search as well? Is there any OOTB feature to enhance the site search capability?

Views

156

Likes

0

Replies

1
Dynamic Media video poster not displaying in print css - Adobe Experience Manager Assets 07-09-2021
I've this DM component added to a page. When emulating media print using the browser the DM video poster is not displaying at all. It's working fine with media screen css. When checking the poster URL in a browser window, it's loading the image.

Views

156

Likes

0

Replies

1
Dynamic media not loading videos when an external script is used in the page - Adobe Experience Manager 12-08-2021
I've this dynamic media component in page. When I try to add a video to it, it remains blank(Refer screenshot below, I've dropped a video to the dynamic media, but it's not visible in the UI, but the data is getting added to the nodes properly). But when I instead add an image to it, it's working fine. No errors observed in either browser console/sling logs.I did some debugging around this and found one external script was causing the issue. It was a Usersnap script which adds a feedback button ...

Views

151

Likes

0

Replies

1
Pages throwing 404 in view as published and publishers. - Adobe Experience Manager 08-08-2021
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 correctly. The browser console shows:Failed to load resource: the server responded with a status of 500 (Internal Server Error) And the error log:09.08.2021 06:16:44.518 *WARN* [10.43.0.184 [16284898...

Views

193

Likes

0

Replies

2
Re: No delivery requests in adobe target, implemented via... - Adobe Target 08-07-2021
Yes I do have that launch call in the network logs @Gaurav_Singh

Views

535

Likes

0

Replies

0
Re: No delivery requests in adobe target, implemented via... - Adobe Target 08-07-2021
Hi @Gaurav_Singh In the network log as well there's no trace of any target calls, it's not getting fired.

Views

543

Likes

0

Replies

0
No delivery requests in adobe target, implemented via launch - Adobe Target 08-07-2021
I was trying to implement target via Adobe launch. Installed the extension as follows(Screenshot attached) and created a rule for loading target and firing page load request. I've also added the prehide snippet above the launch code, the code is as follows. //prehiding snippet for Adobe Target with asynchronous Launch deployment (function(g,b,d,f){(function(a,c,d){if(a){var e=b.createElement("style");e.id=c;e.innerHTML=d;a.appendChild(e)}})(b.getElementsByTagName("head")[0],"at-body-style",d);setTimeout(function(){var a=b.getElementsByTagName("head")[0];if(a){var c=b.getElementById("at-body-style");c&&a.removeChild(c)}},f)})(window,document,"body {opacity: 0 !important}",3E3); The issue is that the target is not sending any network requests(The client code and at.js version is not being displayed in the debugger). I'm not getting any console warnings or errors w.r.t this. Is there anything that I might have missed...

Views

561

Like

1

Replies

6
Re: copyPage curl command - Adobe Experience Manager 29-06-2021
You can use the following js instead, in the browser console. $.ajax({ type: "POST", url: "/bin/wcmcommand?srcPath=/path/to/source&destParentPath=/path/to/destination&cmd=copyPage"}); Hope this helps

Views

182

Likes

0

Replies

0