Results 1 to 10 of 10

Thread: Problem updating to 1.4

  1. #1
    Thread Starter
    Senior Member bigvibes's Avatar
    Join Date
    Dec 2011
    Location
    France
    Posts
    194
    Thanks
    33
    Thanked 0 Times in 0 Posts

    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;
    }

  2. #2
    anuraagv's Avatar
    Join Date
    Sep 2013
    Location
    Australia
    Posts
    266
    Thanks
    51
    Thanked 8 Times in 7 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Senior Member bigvibes's Avatar
    Join Date
    Dec 2011
    Location
    France
    Posts
    194
    Thanks
    33
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Senior Member bigvibes's Avatar
    Join Date
    Dec 2011
    Location
    France
    Posts
    194
    Thanks
    33
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    usa4sale's Avatar
    Join Date
    May 2012
    Location
    United States
    Posts
    103
    Thanks
    5
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Thread Starter
    Senior Member bigvibes's Avatar
    Join Date
    Dec 2011
    Location
    France
    Posts
    194
    Thanks
    33
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Jomark Problem updating
    By sssdornier in forum Help Using JobRoller
    Replies: 1
    Last Post: January 17th, 2014, 11:13 AM
  2. Problem after updating to 1.7
    By ruralinfo in forum Help Using JobRoller
    Replies: 7
    Last Post: April 23rd, 2013, 11:12 PM
  3. Updating problem
    By bigvibes in forum Report Vantage Bugs (Legacy)
    Replies: 12
    Last Post: October 7th, 2012, 09:14 AM
  4. problem when updating an article!
    By anto65 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: June 24th, 2011, 11:29 AM