1) Error
Notice: Undefined index: mantra_headerupload in F:\bit5411\apps\wordpress\htdocs\wp-content\themes\mantra\admin\sanitize.php on line 128
2) Steps to reproduce
Dashboard
Apperance
Mantra Settings
Miscellaneous Settings
Custom Css
add some custom css and save, get error
CSS style.css errors
style.css
see padding-top – 2 values
.contentsearch #s {
display:block;float:left;
margin-bottom:20px;
padding-top: 5px 10px;
padding-bottom:5px;
padding-left:10px;
font-size:18px;
height:29px;
}
see float:none – needs ;
.tinynav {
display:block;
float:none
margin:0 auto;
display:none;
min-width:200px;
width:100%;
padding:10px;
margin-bottom:8px;
}