IE10 update

Discussion in 'Elite Pro WordPress Theme' started by nicnax, May 13, 2013.

Thread Status:
Not open for further replies.
  1. nicnax

    nicnax New Member

    Joined:
    Mar 19, 2013
    Messages:
    8
    Likes Received:
    1
    Hi there,

    I've noticed that main slider images are displaced when viewing this template in the new IE10. Please can you provide a fix for this or advise where to adjust the image in the CSS as the few fixes I have tried are not working.

    Thanks in advance!
     
  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  3. nicnax

    nicnax New Member

    Joined:
    Mar 19, 2013
    Messages:
    8
    Likes Received:
    1
    Thanks, it is *removed*. This is fine in all other browsers but I just updated to IE10 and noticed the jump.
     
  4. Gourav

    Gourav Support Staff

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

    Go to header.php present in your theme directory and add the code given below

    Code:
    <?php if(ereg('MSIE 10',$_SERVER['HTTP_USER_AGENT'])){?>
    <style>
    .flexslider .slides{
    list-style:none;
    }
    .flex-caption {
    min-height:333px;}
    .flexslider .slides img {
    width: 100%;
    height: 332px;
    }
    </style>
     
    <?php } ?>
    
    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  5. nicnax

    nicnax New Member

    Joined:
    Mar 19, 2013
    Messages:
    8
    Likes Received:
    1
    Thanks so much for your assistance with this, it is appreciated - I added a top margin to the style and now it's back in place.
     
Thread Status:
Not open for further replies.

Share This Page