New Landing How can we help? Cardinal IE8 Issues since update

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #169655
    a33
    Member
    Post count: 105

    Hi Guys,
    A few problems with my site and IE8 (seems to be since update)

      IE8 issues

    1a.The product pages do not render properly accordions have no formatting
    1b.Layer Sliders do not show up in IE8

    #169663
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you take a screenshot of what you are seeing wrong?
    Thanks

    -Rui

    #169831
    a33
    Member
    Post count: 105
    This reply has been marked as private.
    #169873
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme options -> Custom CSS/JS -> Custom JS -> Insert given below code and update option.

    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />

    Thanks
    Mohammad

    #169888
    a33
    Member
    Post count: 105

    Thanks Mohammad

    There are two place your support have told me to put this code, when i look at the page source code this code ends up in the footer instead of the head.

    Is there a way to put it in the head?

    #169893
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php pf child theme.

    add_action('wp_head','hook_meta');
    
    function hook_meta()
    {
    
    $output='<meta http-equiv="X-UA-Compatible" content="IE=Edge" />';
    
    echo $output;
    
    }
    
    

    Thanks
    Mohammad

    #169933
    a33
    Member
    Post count: 105

    I have tried that and ie8 is still not working properly

    #169946
    a33
    Member
    Post count: 105

    De activating Master Slider WP made the Layer Slider and accordion appear !!

    Everything is still stacking like a mobile rather than side by side

    #169958
    a33
    Member
    Post count: 105

    Turning off Revolution Slider as well has fixed everything

    #169962
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Are you latest version of revolution slider plugin Version 4.6.91 – http://d.pr/f/1dK68/bBAtl85q ?
    Thanks
    Mohammad

    #169975
    a33
    Member
    Post count: 105

    The latest version does not cause this problem

    Thanks !

    #169977
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok. Thanks for this information.
    Thanks
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register