This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Site Broken

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. caltsman 10 years, 8 months ago

    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. caltsman 10 years, 8 months ago

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

    Chris

  3. Andrew Misplon Staff 10 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread