If you see the source code of your page, could you see the css and js path in the header ?

Yes, like this :

<head><link rel="stylesheet" href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css <view-source:http://demo-trunk-ofbiz.apache.org/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css>" type="text/css"/><link rel="stylesheet" href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css <view-source:http://demo-trunk-ofbiz.apache.org/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css>" type="text/css"/><link rel="stylesheet" href="/flatgrey/maincss.css <view-source:http://demo-trunk-ofbiz.apache.org/flatgrey/maincss.css>" type="text/css"/><link rel="stylesheet" href="/flatgrey/javascript.css <view-source:http://demo-trunk-ofbiz.apache.org/flatgrey/javascript.css>" type="text/css"/><link rel="stylesheet" href="/images/jquery/plugins/asmselect/jquery.asmselect-1.0.4a-beta.css <view-source:http://demo-trunk-ofbiz.apache.org/images/jquery/plugins/asmselect/jquery.asmselect-1.0.4a-beta.css>" type="text/css"/></head>


You can see that for flatgrey, css path is /flatgrey

It's defined in the FlatGreyThemeData.xml like that :
<VisualThemeResource visualThemeId="FLAT_GREY" resourceTypeEnumId="VT_STYLESHEET" resourceValue="/flatgrey/maincss.css" sequenceId="01"/>

And it's available in OFBiz from this path :

/theme/flatgrey/webapp/flatgrey/maincss.css

Take care of the path where you copy your files.
Are they contained in a theme component or in a hotdeploy component ?

Julien.


Le 24/02/2016 15:30, hoboy2 a écrit :
Je m'excuse 1000 ...
It is terrible not to said hello my mistake, it will never happen again :)
The first I think is that your folder is not a public folder.
Could you see the path of your files in the source code of the header ?
witch header code ?
I have something like this
<link href="css/bootstrap.min.css" rel="stylesheet">

script type="text/javascript" src="js/jquery.min.js"></script>
Do you mean this ?

Thanks very much in advance




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/New-Screen-css-layoutSettings-issue-tp4677488p4677490.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to