Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

No background Images on Internet Explorer

New Front EN Support Forums Kanso Theme Support No background Images on Internet Explorer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3687
    massakid
    Participant

    Hello, there is any knowing issues for background images not show up on Internet Explorer? I did a cross browser test and any internet explorer can load the pages background images. Please help

    #3693
    mmsatori
    Keymaster

    Hey Massaki,

    I’ve tested your website in IE11 (screenshot) and IE10 (via Browserstack, screenshot), they both seem to be displaying the images correctly. Could you please tell me which version of IE you are using to test the website? Thanks!

    Sincerely,
    Andrii / Satori Studio

    #3710
    massakid
    Participant

    I tested on Internet Explorer 8. I just tested again and there is no images loaded.

    #3713
    mmsatori
    Keymaster

    Hey Massaki,

    I’ve dropped IE8 support for all themes since the beginning of 2014, following ThemeForest’s lifting of this requirement. What you can do, though, if you want the website to show images in IE8, is transfer the background CSS rules into the theme’s “ie8.css” file, like this:

    #page-holder-12 { 
    background-image: url('http://www.facem.jp/wp-content/uploads/2014/04/FaceWaterSplashWEBVersion.jpg'); 
    background-repeat: no-repeat ;
    background-size: cover; 
    }
    #page-holder-35 { 
    background-image: url('http://www.facem.jp/wp-content/uploads/2014/04/fundo.jpg'); 
    background-repeat: repeat ;
    background-size: initial;
    }
    #page-holder-46 { 
    background-image: url('http://www.facem.jp/wp-content/uploads/2014/04/access.jpg'); 
    background-repeat: no-repeat ;
    background-size: cover; 
    }
    

    Sincerely,
    Andrii / Satori Studio

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.