Provides Style Compability ACFCP and ClassiECO
Hello, friends!
Here you will find a patch that will ensure compatibility css styles of ACFCP and beautiful child theme ClassiECO.
Product Versions:
ACFCP
Version 1.0.2
ClassiECO
Version 1.0.0
File to modify: /wp-content/plugins/advanced-custom-fields-for-ClassiPress/css/acf-forms.css
Open acf-forms.css file and replace all code with following:
HTML Code:
div.left-box {width: 100%;}
#registerform .rowwrap label {width: 130px;padding: 11px 10px 0 0;float: left;clear: both;font-weight: bold;text-align: right;}
#registerform span.description {margin-left:150px; margin-top:-10px; margin-bottom:10px; float:left; clear: both;}
#registerform label.invalid {display: inline; clear: none; float: none; width: 100%; margin: 10px}
#registerform .ui-datepicker-trigger{display: inline; float: none;}
#registerform a.selectBox-dropdown {padding-left: 7px; padding-right: 7px;}
#registerform a.selectBox-dropdown, #registerform .rowwrap textarea {
border: 1px solid #eee;
font-size: 14px;
color: #aaa;
padding: 9px 12px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
width: 274px;
height: 20px;
margin-bottom: 10px;
line-height: 20px;
}
#registerform .rowwrap textarea {height:142px;}
.selectBox-label {padding: 0 0 0 0 !important;}
#registerform ol.checkboxes, #registerform ol.radios {
background:#fff;
float:left;
border: 1px solid #eee;
margin-bottom:10px;
padding: 9px 12px;
width:274px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-family: Arial,Helvetica,sans-serif;
color: #444;
}
Thats all!!!
I will post here updates of compability code for further versions of these products.
Thanks