Problem updating to 1.4
I tried updating to 1.4 using Wordpress' built-in updater after it prompted me to update on the updates page. It uploaded some hacked version of Vantage (Siteorigin) so I deleted it and uploaded the 1.4 zip file via FTP. (Should I be using the Updater plugin instead?)
The problem now is that my child theme in not operating as it should. The top box that is colored green should be white. And I'm having problems getting it to show a header. The existing one does not show then when I try uploading one I just get a blank screen (see attachment).
The text of my child theme style.css is below:
Capture.jpg
/*
Theme Name: Vantage - child
Theme URI: http: //greenbuildingcanada.ca/
Description: This is a custom child theme I have created.
Author: bigvibes
Author URI: http: //greenbuildingcanada.ca/
Template: vantage
Version: 1.0
*/
@import url("../vantage/style.css");
#main .advert .widget_listings_ad, #main .advert .widget_text {
clear: both;
margin: 15px auto;
width: 728px;
}
#content {
background: #FFFFFF url('images/content-bg.png') repeat-x 0 0;
position:relative;
}
body {
height:100%;
color: #333;
font: normal normal normal 1.03em/normal Cambria, Book Antiqua, Palatino, serif;
background: #E4E4E4 url('images/header-bg.png') repeat-x 0 0;
border-top:2px solid #DDD;
}
h1 {
font-family:Century Gothic, Tahoma, Cambria, Geneva, sans-serif;
font-size:24px;
}
h2 {
font-family:Century Gothic, Tahoma,Cambria, Geneva, sans-serif;
margin:30px 0 20px;
font-size:22px;
}
#main-navigation .menu li a {
font-size: 13px;
font-weight:bold;
font-family:Century Gothic, Helvetica, sans-serif;
color: #383838;
padding: 11px 24px 0 24px;
margin: 0 0;
height: 27px;
top: 0;
display: block;
border-right: 1px solid #E1E1E1;
text-align: center;
text-shadow: 0 1px 1px white;
}
#main-search .search-title {
font-size: 24px;
color: #fff;
text-shadow: 0px 1px 1px #000;
font-family:Century Gothic, Helvetica, sans-serif;
}
#search-submit{
width: 100%;
min-width:110px;
height: 38px;
display: block;
margin: 34px 0 0 0;
padding: 0;
background: transparent url('images/search-blank.png') no-repeat 0 0;
border: none;
color: #555;
font-size: 18px;
font-weight: bold;
font-style: italic;
font-family:Century Gothic, Helvetica, sans-serif;
text-shadow: 0px 1px 0 #DDD;
text-indent: 30px;
line-height: 35px;
cursor: pointer;
cursor: hand;
}
textarea {
width: 98%;
height: 100px;
margin: 6px 0 0;
padding: 5px;
background: #F4F4F4; /* for non-css3 browsers */
/*
* Why base64?
*
* In a nutshell, it's being used to render gradients and rounded corners together for IE9 and older. You can read more here:
*
http://www.appthemes.com/support/faq/#css-base64
*/
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5 vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwM CUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF 0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5ODAiI GdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCU iIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b 3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN 0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMSIvPgo8L2xpb mVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0 iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5ODApIiAvPgo8L 3N2Zz4=);
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4)); /* for webkit browsers */
background: -moz-linear-gradient(top, #ffffff, #F4F4F4); /* for firefox 3.6+ */
border: 1px solid #C2C1C2;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #5E5E5E;
font-size: 13px;
font-family: Century Gothic, Helvetica, sans-serif;
}
.page article.page h1 {
margin-bottom:15px;
font-family:Century Gothic, Geneva, sans-serif;
font-size:24px;
font-weight:bold;
}
.page article.page h1 a {
color:#58673f;
text-decoration:none;
}
#masthead .advert {
width: 728px;
height: 90px;
position: absolute;
top: 0;
right: 0;
}
#masthead .advert a img {
width: 728px;
}
#masthead .row {
margin-top:10px;
margin-bottom:5px;
position: relative;
overflow: hidden;
}
a,
a:link {
color: #4d710d;
a:visited {
color: #93c21c;
a:hover {
color: #204400;
a:active {
text-decoration: none;
}
#main-search {
clear: both;
padding: 10px 0 0 0;
overflow:hidden;
}
.post img {
border: 0px !important ;
box-shadow: none;
padding: 0px !important;
#main .advert .widget_listings_ad, #main .advert .widget_text {
clear: both;
margin: 15px auto;
width: 728px;
}