The Jahia Starter Template module has the following limitations:
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
/fonts/fontawesome-webfont.eot?v=4.7.0
?v=4.7.0
in the CSS file resolves the issue, but implies modifying the vendor source file content: ''
in your css:
.u-layout-cell:before,
.u-container-style.u-opacity:before,
.u-group.u-opacity:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Solution: you need to remove the content: ''
in your CSS file, or you can override it in Page Composer (see point above) and use content: none
as the override.
The following improvements are under consideration for future versions of the Jahia Starter Template. Don't hesitate to use the form at the bottom of the page to share your view about these improvements:
data-jahia-text
and data-jahia-richtext
attributes. When one of these attributes is found, Jahia would automatically creates a content of type jnt:Text or jnt:BigText, and the text value is the content of the tag.data-jahia-*
attributes in a piece of HTML code, to ease the integration