Problem with template under IE 11
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Sat May 24, 2014 1:45 pm
- Reply with quote
- Report this post
There is a problem with animation image under IE 11. It not goes up to the top of the page but starts where menu ends. Is there a CSS fix for that. It does not look good and IE is still one of mainstream browsers.
-

- Fresh Boarder
- teitbite
- Mon May 26, 2014 7:31 pm
- Reply with quote
- Report this post
Hi
I've asked programmers to take a look into this. Will let You know when they will answer.
I've asked programmers to take a look into this. Will let You know when they will answer.
-

- Moderator
- teitbite
- Fri Jun 06, 2014 5:55 pm
- Reply with quote
- Report this post
Hi
For the issue with top menu please add this to override.css and make sure override is enabled in template settings:
For the issue with top menu please add this to override.css and make sure override is enabled in template settings:
- Code: Select all
#gkPageTop {
position: absolute;
top: 0;
}
-

- Moderator
- GK User
- Sat Jun 07, 2014 1:23 am
- Reply with quote
- Report this post
Hi.
This fixes the IE issue but creates two new ones for IE and Firefox. One is that now the initial images is a little reduced and you start seeing the white where it says: "Welcome to the Business Portfolio Website"
2:) The width/margin of the site is increased and a horizontal scroll-bar is visible on both browsers to scroll into darkness.
Thanks for your guidance.
This fixes the IE issue but creates two new ones for IE and Firefox. One is that now the initial images is a little reduced and you start seeing the white where it says: "Welcome to the Business Portfolio Website"
2:) The width/margin of the site is increased and a horizontal scroll-bar is visible on both browsers to scroll into darkness.
Thanks for your guidance.
-

- Junior Boarder
- teitbite
- Sat Jun 07, 2014 8:02 am
- Reply with quote
- Report this post
Hi
Ok, so I'm sending this back to programmers.
Ok, so I'm sending this back to programmers.
-

- Moderator
- teitbite
- Thu Jun 12, 2014 9:19 pm
- Reply with quote
- Report this post
Hi
I've just got another part of code which should fix the problem. Please try with this:
I've just got another part of code which should fix the problem. Please try with this:
- Code: Select all
#gkPageNav > div {
position: absolute;
width: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
-

- Moderator
- GK User
- Thu Jun 12, 2014 11:10 pm
- Reply with quote
- Report this post
Hi.
Thanks for your reply.
But this code still creates an unwanted horizontal scrolling bar in IE.
Much more than last time. Right side goes into black.
Thanks for your reply.
But this code still creates an unwanted horizontal scrolling bar in IE.
Much more than last time. Right side goes into black.
-

- Junior Boarder
- teitbite
- Fri Jun 13, 2014 12:59 pm
- Reply with quote
- Report this post
Hi
Can You please contact me on skype (my login "teitbite") ? Maybe when I'll see it while sharing screen I'll come up with a fix.
Can You please contact me on skype (my login "teitbite") ? Maybe when I'll see it while sharing screen I'll come up with a fix.
-

- Moderator
- GK User
- Wed Jun 18, 2014 10:17 am
- Reply with quote
- Report this post
Hi.
I sent you access codes to the backend.
Thanks
I sent you access codes to the backend.
Thanks
-

- Junior Boarder
- teitbite
- Wed Jun 18, 2014 8:41 pm
- Reply with quote
- Report this post
Hi
No no. I do not need Your backend access. We need to met on Skype and share screen so I'll see what is the problem. I do not have IE11, that's why I was sending it to programmers for help, but since the last fix didn't help I would like to try by myself.
No no. I do not need Your backend access. We need to met on Skype and share screen so I'll see what is the problem. I do not have IE11, that's why I was sending it to programmers for help, but since the last fix didn't help I would like to try by myself.
-

- Moderator
- teitbite
- Tue Jul 08, 2014 4:48 pm
- Reply with quote
- Report this post
Hi
After a skype session we figured out some more lines of code to add to fix:
After a skype session we figured out some more lines of code to add to fix:
- Code: Select all
#gkPageTop {
-ms-overflow-y: hidden !important;
}
#gkHeaderTop .gk-parallax {
margin-top: -120px;
}
-

- Moderator
- teitbite
- Tue Jul 08, 2014 5:26 pm
- Reply with quote
- Report this post
Hi
Correction. We had to remove all mentioned changes and add just this small class:
Correction. We had to remove all mentioned changes and add just this small class:
- Code: Select all
#gkHeaderTop {
display: table;
width: 100%;
}
-

- Moderator
12 posts
• Page 1 of 1
