Dear All, One of my requirement for adding the styles to the teaser is as below. The teaser background color should be blue , as shown in below figure.For this I have created the hometeaser.less file with the below contents./* MCK teaser home */.cmp-teaser--home { .cmp-teaser{ .cmp-teaser_...
Thanks Scott. After I copied the files from the WKND exercise , it is working fine. I observed the below difference. 1) I include embed and it is working fine. But still now I did not get fully understand the use of embed. Can you please let me know why we use embed.
Dear All, I have followed the below steps mentioned in the below document Configuring Layout Container and Layout Mode But still I am not able to resize the Text in layout , as shown below. I have put my files in my git hub repository in below.GitHub - sunita197881/sunitatest1 at MCK-AEM-6.4 My grid...
Dear All,I am trying to use the OUT of Box Column Control in AEM 6.4 in the WKND sites , by following the below steps.But it is not coming fine means , in the drop down it is not coming anything . I am following the below steps.1) I go the WKND editable template (http://localhost:4502/libs/wcm/core/...
Dear Scott,I have created the structure in Lazybones and i have copied the out of box components from the maven arc-type 15.My template contains the component page called MCK/components/structure/mck-home-page and the component page has below 2 htmls.customfooterlibs.html<h1> Sunita Footer page </h1...
Dear All,I have just created a very simple templates and with out of box components in AEM-6.4.After I drag the component in my home page (For example text component) , it is coming fine and after i refresh the home page the text components are coming 2 times , as shown below.This behavior is for al...
Thanks Arun ,Now it is working fine after , I changes all my images/ path to the below path. background-image: url("/etc.clientlibs/SUNITA/clientlibs/global/resources/images/arrow-background.png");