saguaros
Hi,
the error happens also with EMPTY fields (see image attached).. both xampp and live site...
If you look at the path of the errors, they come from t4/theme/base/scss/.......
Anyway, this is the custom code:
//colors
:root {
--color-orange: #f77706!important;
--color-yellow: #ffc107!important;
}
.t4-header-inner {
background-color: #fff;
}
.homeusmi .t4-main-body {
background-color: #6a6a6a;
}
.homeusmi .t4-main-body p {
color: #fff;
}
//end colors
//body line height introtext
@media (min-width: 576px){
.intro-text, .item-page .com-content-article__body {
line-height: var(--body-line-height);
}
}
//end body line height
.top-no-padding {
padding-top: 6px!important;
padding-bottom: 6px!important;
}
.navbar-brand.logo-control img.logo-img {
max-height: 60px!important;
}
.top-zero {
padding-top: 0px!important;
padding-bottom: 0px!important;
border-bottom: 1px solid #efefef;
}
.top-icons {
}
.com-content-category-blog__items.blog-items.items-leading {
background-color: #ffffff;
}
.btn.btn-primary {
border-radius: 5px;
}
//adjust menu items space
.t4-megamenu > .navbar-nav > li {
margin-left: 10px;
margin-right: 10px;
}
//end adjust menu items space
//start avatar organigramma
.author-mystyle {
border: 1px solid #eee;
border-radius: 5px;
padding: 20px;
min-height: 325px;
background-color: #fff;
}
.author-mystyle-small {
border: 1px solid #eee;
border-radius: 5px;
padding: 20px;
background-color: #fff;
}
.author-title-usmi {
color: #d70202;
font-size: 16px;
margin-bottom: var(--global-spacing);
text-transform: uppercase;
line-height: 1.2;
}
.author-about-me {
line-height: 1.2;
}
.author-block .author-name, .author-name {
line-height: 1.2;
font-size: var(--h5-font-size);
font-weight: bold;
}
.author-avatar {
padding: 0px 5px 5px 5px;
}
.author-avatar img {
border-radius: 50%;
max-width: 130px;
}
.author-block.author-block-post-detail .author-avatar {
margin: 0px auto;
}
// end author avatar organigramma
// page navigation
.item-page .pagenavigation {
padding-left: 0px;
}
// end page navigation
.item-page .com-content-articlebody > p:first-child::first-letter, .item-page .com-content-articlebody p.has-letter::first-letter {
color: var(--color-primary);
float: left;
font-family: var(--heading-font-family);
font-size: 96px;
font-weight: 400;
line-height: 0.7;
margin-right: 16px;
padding-top: 16px;
}
// avoid big red letter
.item-page .com-content-articlebody > p:first-child::first-letter, .item-page .com-content-articlebody p.has-letter::first-letter {
color: var(--body-text-color)!important;
float: left;
font-family: var(--body-font-family)!important;
font-size: var(--body-font-size) !important;
font-weight: var(--body-font-weight)!important;
line-height: 0.7;
margin-right: 0 !important;
padding-top: 11px !important;
}
@media (max-width: 575.98px) {
.item-page .com-content-articlebody > p:first-child::first-letter, .item-page .com-content-articlebody p.has-letter::first-letter {
padding-top: 6px !important;
}
}
//avoid margin left in author section
.item-page.has-sharing .pos-after-content {
margin-left: 0;
}
//avoid short description in ambiti list
.ambito-governance-list .eb-event-short-description {
display: none;
}
//dotted breadcrumbs
.bread-und-slide {
border-bottom: 1px dotted #dfdfdf;
}
// bold titles in ambiti
.gov-2 .jacl-item__title {
font-weight: bold;
}
// end bold titles in ambiti
//icona download
.dow-ico:before {
content: url('http://localhost/jablockk/images/download-solid-20.png');
width: 20px;
margin-right: 5px;
}
.dow-ico {
display: block;
background-color: #ebebeb;
padding: 10px;
}
//float content in foot
.float-foot {
text-align: right;
}
@media (max-width: 767px){
.float-foot {
text-align: center;
border-top: 1px solid #e7e7e7;
padding-top: 3rem;
}
}
//border right on HP modules
.b-right {
border-right: 1px inset #e1e1e1;
}
@media (max-width: 991px){
.b-right-latest {
border-right: 1px inset #e1e1e1;
}
}
//margins hamburger
.t4-offcanvas-toggle {
margin-right: 0px;
}
//video embed proportions
.com-content-article > iframe {
aspect-ratio: 16/9!important;
}
.intro-text > iframe {
aspect-ratio: 16/9!important;
}
.intro-text iframe {
aspect-ratio: 16/9!important;
}
iframe {
aspect-ratio: 16/9!important;
}
.intro-text > p {
color: #d70202!important;
}
.intro-text > p {
color: #d70202!important;
}