This topic has 2 replies, 2 voices, and was last updated 8 years by tru3.

  • Author
  • #102048
     tru3
    Participant

    Hey to all… I have two topics…

    My customers website http://www.skillsclub.de displays well in safari, chrome and firefox but some customers told me about errors in displaying the website using ie11. So I ran the site using IE NetRenderer and in deed the website only shows a white background and the navigation list elements are all aligned left as list.

    I have no idea how to solve this problem and I don’t have any Windows PC here to test the site by myself.

    Did I forget to include anything or what might be the problem.

    Second problem is the login modal. If the remember me checkbox is checked and I restart my Browser I have to login again. If I use wp-login.php instead all works fine even if I restart my Browser. I changed the values in app.js and app.min.js to rememberme as mentioned in a topic before and I added

    add_filter( ‘auth_cookie_expiration’, ‘kleo_keep_me_logged’, 10, 3 );
    function kleo_keep_me_logged( $expire, $user_id, $remember ) {
    return 31556926;
    }

    to my themes functions.php

    Any ideas? I would appreciate it very much.

    #102575
     Andrei
    Moderator

    You have a pretty old theme version, please try to upgrade it, it will fix the login issue.
    Regarding IE11 issues I will need some explicit screenshots with them so I can know what to investigate.

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #106211
     tru3
    Participant

    Thank you very much for your reply. I fixed the “remember me” problem by an update. Thanks a lot.

    For testing, I know this isn’t percfect, I checked http://netrenderer.de/index.php and tested http://www.skillsclub.de/welcome

    The displayed screens shows me errors in header-menu, like there seems to be no css file?!?

    I fixed this error a second ago. I was missing the correct MIME-Type text/css in my .htaccess 😉

    Thanks a lot for your support!

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?