Creative top part showing improperly in IE

Creative and responsive Joomla template with amazing parallax effect.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 04, 2014 4:29 pm
Reply with quote
Report this post
Hi. I'm planning to switch to this template.
I noticed that the template doesn't display the blue sky on the sides of the menu.
In Firefox it works properly.
This problem is from your site demo. I tried on another computer, it is the same.
PC Windows 8.1 IE 11.

Thank you.
User avatar
Junior Boarder

teitbite
Thu Jun 05, 2014 9:22 am
Reply with quote
Report this post
Hi

Issue reported to programmers. Will let You know when they will answer.
User avatar
Moderator

GK User
Thu Jun 05, 2014 3:05 pm
Reply with quote
Report this post
Hi.
Thank for you reply.

I tried it with an ipad air today. The parallax effect isn't working. The plot just stays on top, nothing moves.
On a Samsung tablet it works.
User avatar
Junior Boarder

teitbite
Fri Jun 06, 2014 5:55 pm
Reply with quote
Report this post
Hi

iPad is using an image instead of paralax. So it's removed on purpose.

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;
}
User avatar
Moderator

teitbite
Tue Jul 08, 2014 5:29 pm
Reply with quote
Report this post
Hi

Here is a correct fix for this problem:

Code: Select all
#gkHeaderTop {
    display: table;
    width: 100%;
}
User avatar
Moderator


cron