- Posts: 2
- Thank you received: 0
IE 8 problem for Hot Full Carousel slider
-
nikosjoomla
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago #33644
by nikosjoomla
IE 8 problem for Hot Full Carousel slider was created by nikosjoomla
Hello,
The Churchly template is perfect but there is a IE8 display problem with Hot Full Carousel (see the image-attachment).
Although the images in the slider are 1366px width (and shows up perfect in Firefox and chrome), we see a big white empty space at the right side.
I have tried with:
<meta http-equiv="X-UA-Compatible" content="IE=7">
or
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
or
<meta http-equiv="X-UA-Compatible" content="IE=edge">
..But nothing happens
Does anybody nows how to fix this??
Thank you for your advises!
Manso
The Churchly template is perfect but there is a IE8 display problem with Hot Full Carousel (see the image-attachment).
Although the images in the slider are 1366px width (and shows up perfect in Firefox and chrome), we see a big white empty space at the right side.
I have tried with:
<meta http-equiv="X-UA-Compatible" content="IE=7">
or
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
or
<meta http-equiv="X-UA-Compatible" content="IE=edge">
..But nothing happens
Does anybody nows how to fix this??
Thank you for your advises!
Manso
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #33656
by ivan.milic
Replied by ivan.milic on topic IE 8 problem for Hot Full Carousel slider
That IE macro is efficient since ie8 is almost vanished. Just use conditional since you dont want to affect ie9 and ie10:
put that code in index.php immediately bellow opening of head tag <head>
Code:
<!--[if IE 8]>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<![endif]-->
put that code in index.php immediately bellow opening of head tag <head>
Please Log in to join the conversation.
-
nikosjoomla
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
11 years 3 months ago #33664
by nikosjoomla
Replied by nikosjoomla on topic IE 8 problem for Hot Full Carousel slider
Thank you Ivan for your reply..
I added the code but nothing changed. The same white space.
I do not think that IE8 has vanished! There are many users out there, which have windows XP and IE8 on it!
Please, it is possible to do something??
Kind regards
Manso
I added the code but nothing changed. The same white space.
I do not think that IE8 has vanished! There are many users out there, which have windows XP and IE8 on it!
Please, it is possible to do something??
Kind regards
Manso
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #33682
by ivan.milic
Replied by ivan.milic on topic IE 8 problem for Hot Full Carousel slider
Send link
Please Log in to join the conversation.
-
fitzsi
Inactive member - New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 10 months ago #37612
by fitzsi
Replied by fitzsi on topic IE 8 problem for Hot Full Carousel slider
Hi,
I hope you can help me as I have the same problem as reported above. The problem is only being experienced with ie8.
Can you let me know what the solution to this problem was.
Thank you in advance.
Heather
I hope you can help me as I have the same problem as reported above. The problem is only being experienced with ie8.
Can you let me know what the solution to this problem was.
Thank you in advance.
Heather
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #37615
by ivan.milic
Replied by ivan.milic on topic IE 8 problem for Hot Full Carousel slider
We don't support IE8 since IE11 is latest. Even Microsoft sites have problems with IE8
The following user(s) said Thank You: fitzsi
Please Log in to join the conversation.
Time to create page: 0.165 seconds