Hi @Asutosh_Jena_ - We are on 6.5.3. Surprisingly, it's working on local instance but not on development environment. Both local and development environment are on 6.5.3
We have installed the wcm.io package in our AEM instance via inclusion in pom.xml. CA configuration is working fine, except that labels are not shown properly. Instead of a label, it’s showing a label id. I have verified all wcm.io bundles are active in the system/console. I have attached the screen...
@Shashi_Mulugu yea, i looked at these client libraries. Do you mean overriding these client libraries. If yes, on top of you head, do you know, which all bare minimum client libraries we need to override ?
We are customizing aem core carousel component, we have created a proxy component from where we doing resource supertype to core carousel v1 component. We want to override the markup of this component. But the issue is, when we override the markup, the “panel” selection option is not visible in the ...
We are using handlebar in AEM. We are passing the AEM authored data as a context to the handlebar template. It works fine. In the AEM component dialog, we have a link field that has a path starting with /content/<appname>.When I render this component with handlebar.hbs file, the link is not getting ...
Hi @Umesh_Thakur - 1) How to apply these classes when i resize the layout ? Do i need to override any AEM code to apply our classes instead of default generated by AEM?I mean where should i put the css and backend so that it gets picked up while resizing?
Hi @Vijayalakshmi_S, if i do changes alone in grid.less alone and remove columns from policy , then layout resizing doesn't stay. It just goes back to default size. Basically, layout resizing doesn't work. And I have verified changes are there in compiles css file.
Hi.In the editable template, can we configure the Responsive grid (wcm/foundation/components/responsivegrid) to have different columns number in different breakpoints?. E.g. I'd liked to have 12 columns in desktop and tablet and (6 in mobile). I tried this, but it doesn’t work. I have done two thing...