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

Amit-Tiwari
Amit-Tiwari
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
12

Likes Received

Likes Received
32

Posts

Posts
46

Discussions

Discussions
10

Questions

Questions
36

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Amit-Tiwari
Customize the badges you want to showcase on your profile
Re: New Experience League Community game features and FAQs - Adobe Experience Cloud 28-10-2021
@KelseyTaylor loved the new way badges, mission  

Views

1.8K

Likes

3
Re: Assessment Migration Tool - Where to download - Adobe Experience Manager 28-10-2021
hey,use this link:https://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/crx2oak/1.8.10/crx2oak-1.8.10-all-in-one.jar

Views

245

Like

1

Replies

1
Re: What's the best format for images and videos in AEM? - Adobe Experience Manager 26-10-2021
Hey,There is an step in dam update asset called EPS thumbnail, if you configure this step in the web enabled step there is a way to configure the quality, try that might help. In the quality field you can put some value ex.75 if you want quality of 75 %Its good that you create a new workflow for generating rendition using that step only, instead of changing the default workflow. Please download your existing image from dam and check their pixels, if they are of good quality.

Views

121

Likes

2

Replies

0
Re: Help, Toggle Full Screen, Cancel, and Done buttons are not visible in my custom dialog - Adobe Experience Manager 26-10-2021
Two things:1. you are sharing a touch ui dialog ,but xml file belongs to classic one.2. to solve this issue just add jcr:title property in your touch ui dialog xml file just like thisjcr:title="your component name or any word"sling:resourceType="cq/gui/components/authoring/dialog">and this is happening because you might used the dialog conversion tool.

Views

432

Like

1

Replies

0
Re: Blurry Renditions with long images - Adobe Experience Manager 25-03-2020
@MeganMitchell Go to /system/console/configMgr and search for Day CQ DAM Buffered Image Cache and put 2460x1440 (or whatever you want the max) in Max Dimension filed.Regenerate the rendition.Hopefully this will solve your problem.

Views

799

Like

1

Replies

0
Re: Troubleshooting a Client Library loading Failure - Adobe Experience Manager 23-03-2020
@AEMUserFromPlano If your client library in apps folder then 1. check you have js.txt and css.txt and inside them the files are included2. check have you added the property allow proxy true in order to access them from apps

Views

1.4K

Likes

0

Replies

0
Re: Copy, paste functionality of components in pages is n... - Adobe Experience Manager 28-02-2020
Its already addressed and will be available in SP8 that is probably releasing on 5th of march (CQ-4286144)

Views

4.3K

Like

1

Replies

0
Re: AEM6.3 Rollout does not pickup custom class of WCMCommand IN TOUCH UI but same works in classic - Adobe Experience Manager 02-01-2020
Hi Srinivas,I am not sure about your requirement, but for a similar type situation i handled this way with some new code for touch ui (js and java both) var touchMode = Packages.com.day.cq.wcm.api.AuthoringUIMode.TOUCH;var classicMode = Packages.com.day.cq.wcm.api.AuthoringUIMode.CLASSIC;var currentMode = Packages.com.day.cq.wcm.api.AuthoringUIMode.fromRequest(request);if(classicMode ==currentMode){do your task you are in classic mode}if(touchMode ==currentMode){do your task in touch mode}

Views

1.6K

Likes

0

Replies

0
Re: Event handler for replication complete in AEM - Adobe Experience Manager 14-08-2019
I think you should write a workflow-1.It should be triggered on modified event under /content/yourproject 2.it should be triggered on publish environment onlyand from the workflow payload you will get the page details that you can use to send a mail from workflow only and since you are triggering all those things from publish you have the activation process also complete.

Views

1.6K

Likes

0

Replies

0