I am using AEM 6.4 version and I am totally new to AEM.
I am trying to develop a website following the steps given in the below link.
Getting Started Developing AEM Sites - WKND Tutorial
I am in part 4 of the tutorial (Getting Started with AEM Sites Part 4 - Developing with the Style System)
My problem is that the layout and other components snaps back into place no matter where I drag it at all times.i have tried in different browsers as well. I am not able to resize any of the components. But suprisingly , i was able to resize the components before two days.
Can anyone help me with this please
Solved! Go to Solution.
Views
Replies
Total Likes
Ah ok looks like the forward slash was accidentally deleted? make sure the contents of /apps/wknd/clientlibs/clientlib-site/components/text/text.less looks like below:
/* WKND Text Styles */
@import (once) "styles/default.less";
@import (once) "styles/quote.less";
Views
Replies
Total Likes
Try to clear browser's cache and force to recompile clientllbs: How to force a recompilation of all Sling scripts jsps, java, and sightly in AEM 6.4
Views
Replies
Total Likes
Another thing you can try. In part 5 - you can access the package for section 4. Try installing that part 4 package and see if that makes a difference.
Views
Replies
Total Likes
I have cleared cache and recompiled Client libs as well. Unfortunately its not working.
Views
Replies
Total Likes
Can you check: http://localhost:4502/etc.clientlibs/wknd/clientlibs/clientlib-base.css to see if there are any LESS compilation errors?
Views
Replies
Total Likes
Also - try installing the package - that will tell us if you missed something or an issue with you AEM server.
Views
Replies
Total Likes
Yes , i am getting the below error
LESS compilation failed due a JavaScript error!
Input: /apps/wknd/clientlibs/clientlib-site/main.less
Error: ParseError: unmatched `/*` in /apps/wknd/clientlibs/clientlib-site/components/text/text.less on line 2, column 20:
1
2 * WKND Text Styles */
3
Views
Replies
Total Likes
I have installed part 4 package. That doesn't make any difference.
Views
Replies
Total Likes
Are you seeing this view when you load the Sports page:
http://localhost:4502/editor.html/content/wknd/en/sports.html
Views
Replies
Total Likes
Ah ok looks like the forward slash was accidentally deleted? make sure the contents of /apps/wknd/clientlibs/clientlib-site/components/text/text.less looks like below:
/* WKND Text Styles */
@import (once) "styles/default.less";
@import (once) "styles/quote.less";
Views
Replies
Total Likes
This does look like the cause of the issue. I installed the package too and everyone works well - see my screen shot in this thread.
Views
Replies
Total Likes
Views
Likes
Replies