Home>Support>Site Broken

Site Broken

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I just updated the vantage theme from 1.2 to the current version. I even bought the pro version thinking I could get it fixed. The site is completely broken now. I took this over from another developer and just updated wordpress to the current version and your theme. The theme was built using a child theme, but it seems as if everything is gone from the developers original settings. How can I get things back without contacting Godaddy to see if they have a backup?

URL: http://dbwp-co.info/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 24 days ago caltsman

    Ok,

    So I have sort of figured this out. I changed the child theme to see the vantage 2/style.css

    However, I have a few issues. The logo at the top is not consistant across all pages. home, features & pricing there is no bottom padding however on the remaining pages there is.

    The features & pricing pages the purchase now button in the first section is all screwed up. I have a feeling its something to do with the header logo as its find on the remaining pages.

    The two widgets on the bottom. How do I center those to the page?

  2. 10 years, 24 days ago caltsman

    ok, I have figured out everything except the two widgets on the bottom issue. Any help would be appreciated!

    Chris

  3. 10 years, 22 days ago Andrew Misplon
    Hi, I Work Here

    Hi @caltsman

    Thanks for the wait. We’re unfortunately a little over capacity at the moment and working hard to catch up.

    Sorry to hear about the hassle. Well done on resolving the problems.

    There is a bit going on here, it largely relates to the earlier work that was done. To get everything back to center locate the following Custom CSS rule and change it as follows:

    #footer-widgets aside {
      width: 50%;
    }
    

    Next remove the float that’s been added to the following selector:

    #copyright

    Also completely remove the float from the following selector:

    #footer_nav ul p

    Next edit your markup and complete the list that was opened:

    <div id="footer_nav">
    <ul>
    <li><a href="#">Terms of Service</a></li>
    <li>|</li>
    <li><a href="#"><Privacy Policy</a></li>
    </ul>
    </div>
    

    Next remove the float from this selector:

    #footer_nav ul li 
    

    And replace it with inline block. Final result for this rule look as follows:

    #footer_nav ul li {
    display: inline-block;
      margin-left: 10px;
      color: #f6f6f6;
    }
    

    Let us know where you are once this all done and we can take another look and clean up from there.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More