Page 1 of 1

Bug: Landing Pagemountain.png in CSS file

Posted: 24 Dec 2016, 13:58
by Melloware
Nice job on this layout. I am stripping out everything I don't need and using my own custom logo's etc.

However after removing all images I don't need I get this warning in Jboss...
WARNING [javax.enterprise.resource.webcontainer.jsf.application] (default task-7) JSF1064: Unable to find or serve resource, images/landing/mountain.png, from library, atlantis-layout.
I don't think this should be in the CSS of the layout should it?

Code: Select all

.landing-body .landing-wrapper #introduction {
  height: 400px;
  background-image: url("#{resource['atlantis-layout:images/landing/mountain.png']}");
  background-size: cover;

Re: Bug: Landing Pagemountain.png in CSS file

Posted: 02 Jan 2017, 08:57
by mert.sincan
Thanks for your interest. Landing is a demo page. Therefore, you can change some fields or override css files. I think you can change _landing.scss file, then provide a new css for yourself.

Re: Bug: Landing Pagemountain.png in CSS file

Posted: 02 Jan 2017, 15:43
by Melloware
OK good to know. I just safely removed all .landing styles from the CSS and that solved my issue too.

Re: Bug: Landing Pagemountain.png in CSS file

Posted: 06 Jan 2017, 14:19
by mert.sincan
Glad to hear, thanks for the update!