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.

Transferring Premium theme

Open 8 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello, I recently purchased the upgrade to Vantage Premium on my development site (jvdev.onescs.net) and am now ready to transfer it to my live site (joyfulvida.com). I am having trouble doing this and can’t seem to find any receipt or order number in my email. How do I make this transfer?

URL: http://joyfulvida.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. mattbomhoff 11 years, 3 months ago

    Also, I updated my Vantage Premium with the latest update and now my masthead image looks way too small. Does the new update require a larger (taller) image than 1080 x 200? It fit perfectly before the update and now there is padding above and below the image. I can’t seem to find a setting to remove the padding.

  2. Andrew Misplon Staff 11 years, 3 months ago

    Hi Matt

    There is no need to officially transfer your theme/purchase, as long as you’re only running the theme on one production (live) site, then you’re all good.

    Please check your header padding setting at Appearance > Customize > General: Header Padding.

    Hope that helps.

  3. mattbomhoff 11 years, 3 months ago

    Thank you Andrew, everything is working great. One more question: is there a way to make my container background whiter? It seems a bit off-white and my white images are not blending in well. Is there a way to change that in the settings or a CSS fix?

    thank you!
    Matt

  4. Andrew Misplon Staff 11 years, 3 months ago

    For sure.

    In Vantage Premium you can set your container BG under Appearance > Customize. In Vantage Free insert the following into a Custom CSS plugin like Simple Custom CSS:

    /* Main Container */
    #main {
    background: #FFF;
    }
  5. mattbomhoff 11 years, 3 months ago

    Looks great – thanks!!!

  6. Andrew Misplon Staff 11 years, 3 months ago

    Super, glad we could help.

  7. mattbomhoff 11 years, 3 months ago

    Andrew,

    One more quick thing – I have been unable to get rid of the padding on the left and right of my header image (joyfulvida.com). It is the same size (1080 px) as the container but appears with padding on each side. I’ve tried the header padding settings but nothing happens. Do I need CSS for this?
    Thanks!
    Matt

  8. Andrew Misplon Staff 11 years, 3 months ago

    For sure.

    Have you tried the following under Appearance > Custom CSS?

    /* Full header logo */
    header#masthead {
    padding: 0 !important;
    }
    header#masthead .hgroup {
    padding: 0 !important;
    }
    header#masthead .hgroup .logo img {
    width: 1080px;
    }
    .main-navigation {
    margin: 0 !important;
    }
    body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
    display: none !important;
    }

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