-
Author
-
February 4, 2016 at 13:02 #102048tru3Participant
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.
February 7, 2016 at 23:21 #102575AndreiModeratorYou 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 solutionFebruary 24, 2016 at 14:38 #106211tru3ParticipantThank 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!
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.