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.

Vantage Theme seems unstable on different browsers!

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

The Vantage theme seems to be offering different home pages depending on which platform or browser the pages are viewed on!

When viewed from within WordPress administration portal all settings appear to be ok with static home page selected, however, Chrome browser shows blog page even after refresh and header images seem to display different sizes than those stipulated within WordPress administration!

Another issue is that when viewed in portrait mode on iPad, navigation bar does not move below headers three images.

Site is adrianprota.co.uk and is a premium version.

As webmaster, just about to leave for vacation for 1 week, owner would appreciate some stability!

URL: http://adrianprota.co.uk

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 9 months ago

    Hi Mike

    It looks like you’re running W3 Total Cache plugin. Usually differences in the site when logged in vs logged out can be explained by caching plugins. Try clearing that plugin’s cache and see if the issue is resolved.

    Please also go to Settings > Reading and make sure that your posts page is not set as the home page.

    To resolve the header overlap issue, please try adding the following to Appearance > Custom CSS:

    /* Vantage Header Responsive Breakpoint */
    @media (max-width: 790px) {
      body.responsive header#masthead .hgroup {
        text-align: center;
      }
      body.responsive header#masthead .hgroup .logo {
        float: none;
      }
      body.responsive header#masthead .hgroup .logo img {
        margin: 0 auto;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }
      body.responsive header#masthead .hgroup .support-text,
      body.responsive header#masthead .hgroup #header-sidebar {
        position: static;
        display: block;
        margin-top: 30px;
        max-width: 100%;
      }
      body.responsive header#masthead .hgroup .support-text img,
      body.responsive header#masthead .hgroup #header-sidebar img {
        max-width: 100%;
        height: auto;
      }
      body.responsive header#masthead .hgroup #header-sidebar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: auto;
      }
      body.responsive header#masthead .hgroup #header-sidebar .widget {
        display: block;
        margin: 0 auto;
        float: none;
      }
    }
  2. Mike Wilson 10 years, 9 months ago

    Thank you Andrew,

    Currently glowing in Sardinia,  on return next week will look at recommendations and implement.  

    Kind regards

    Mike Wilson

  3. Andrew Misplon Staff 10 years, 9 months ago

    Thanks for the update :) Chat when you’re back. Cheers for now.

    • Mike Wilson 10 years, 9 months ago

      Hi Andrew,

      I have implemented suggested changes and it would appear that the refresh and navigation problems have been resolved.
      Checked on various browser platforms, iPad and mobile and appears to function as required!
      Many thanks

      Mike Wilson

  4. Andrew Misplon Staff 10 years, 9 months ago

    Super! Really glad to hear we made progress. All the best :)

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