Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #592611

    Hi,

    The theme is not correct on IE7,8,9,10.

    We have a problem with the slider / menu. In all other browsers its correct but on IE the slider is under the mainmenu.

    What is the fix for this? We are usingthe latest theme.

    Thanks!

    #592897

    Hi TravisKempers!

    Can you please post the link to your website?
    Also, please note that theme is not compatible with IE7.

    Cheers!
    Yigit

    #593195

    See private details for information.

    #593497

    Hey!

    You need to add some code in the <head> section of your wordpress site
    Please use a plugin like https://wordpress.org/plugins/header-footer/installation/

    Adjust the 100px as required in the below code and add it in the plugin options int he head section.

    <!--[if lt IE 9]>[
    #rev_slider_1_1_wrapper {
    margin-top:100px;
    }
    ]<![endif]-->
    

    Regards,
    Vinay Kashyap

    #593513

    Hi Vinay,

    Thanks for your tip!

    But its not working? changed the version number to

    <!–[if lt IE 11]>[
    #rev_slider_1_1_wrapper {
    margin-top:100px;
    }
    ]<![endif]–>

    And downloaden the plugin. But no result. Could you check maybe?

    #593539

    Hey!

    IE versions that you have called out, are not working properly because they are also abadoned from Microsoft ( they are not supporting or updating to the latest Internet Standards ).

    I checked your web site with Edge browser and seems to be loading fine. I would also suggest to ask your users to update, when they visit your web site, that is what WordPress does also.

    Best regards,
    Basilis

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