IE8 is not compatible with HTML5 or CSS3 – so if you add code that uses either one, it won’t work. For additional help, you may want to contact the developer of your theme:
http://themeforest.net/item/blocked-responsive-html5-template/4150423
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Thank you for your replies. I tried these plugins and other similar ones but they don’t solve the problem.
I noticed that when placing the same widget into the header custom widget area, it works on IE8, so maybe the problem is in the footer.php file.
I noticed some lines of code in the header.php file that say:
<!–[if IE 8]>
<style>
So, I thought that maybe I should add some code in my footer.php file but the thing is I have no idea what to put. Any ideas would be appreciated.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What have your theme’s vendors said about your issues?
I haven’t contacted them yet for this issue but I guess I should.
Hi,
using this code in your style file
this code for only ie8
.ssf-yellow li
{
height:auto /!important;
}
html body.page .footer-wrapper footer ul
{
*max-width: auto / !important;
}
[Moderator note: Remember to wrap your code in backticks]
Thank you sonai, that worked.