background image flickers when going to a new page

Discussion in 'Squirrel WordPress Theme' started by lnmarketingservices, Jun 19, 2013.

  1. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    i was at a potential client site today and

    he complained to me about
    the background image flickering
    on one of my portfolio sites (with Squirrel Theme

    although it was very visible on his desktop monitor
    i was unable to detect it with my laptop

    what do you recommend to eliminate this flicker of the background image when changing from one page to a different page or even hitting the Refresh button



     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    We have checked your website and seems that you are using too large image for image background that's why this issue is occurring.
    You should use thin strip of that image and upload it.
    Note: Use Photoshop to do that.
     
  5. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    thanks, I'll try this.

    NOTE: It is only noticeable on Internet Explorer!

    Neither I nor my client could detect it on Firefox or Chrome.

    BUT he still wants its fixed.
     
  6. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    how i have reduced it to less than 182KB - reduced from the original by a factor of almost 8!
    BUT it still flickers on Internet Explorer
    (and no flicker on Firefox or Chrome)
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    We have checked your website again in IE and still we are unable to find the issue and also you have not changed the size of background image yet. So please cut the thin strip of that background image with the help of Photoshop tool or any other image editor tool and upload it. And do let us know the Version of Internet Explorer in which the issue occur.
     
  8. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
  9. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    i should say it is inconsistent as in the video
    even the different pages do not flicker all the time
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Firstly,

    Go to Appearance > Theme Option > General Settings > Body Background Image
    and remove background image from there.
    Now,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    html, body {
    background: url(http://coastrenovationsanddesigns.com/wp-content/uploads/2013/06/marble-flipped-BIG2-square-182KB.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    
     
  11. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    hi there ,

    I made changes as suggested but still suffering flicker on IE 10 (see short video below)
    http://goo.gl/s8qlF
     
  12. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue.
     

Share This Page