Okay
  Public Ticket #205028
Webpage not loading in IE or Safari
Closed

Comments

  • Tim started the conversation

    My portfolio looks great in Firefox, but just hangs and won't load in Safari or Internet Explorer.  What's going on?

  •  8,470
    Tahir replied

    Hey Tim!

    It seem to be loading alright in IE . Could you try adding this in custom css:

    #portfolio{
    
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       backface-visibility: hidden;
    
       -webkit-perspective: 1000;
       -moz-perspective: 1000;
       -ms-perspective: 1000;
       perspective: 1000;
    
    
    
     -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
    
    }

    Thanks


    ThemeNectar Support Team 

  • Tim replied

    The issue seems to be in Internet Explorer 9.  It just won't load the portfolio, but it will load the About and Contact page.  Should I still add this custom css?

  •  997
    ThemeNectar replied

    Hey Tim, please see my response to your other ticket regarding this issue :)