Can’t seem to find an exact solution to my problem. Seems the Full Width Easy slider on my homepage is not displaying correctly in IE8. It’s just showing up as a slice…very narrow.
Any suggestions or easy fixes? (I hope)
Thanks for the great theme!
Hey kerriotoo!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow.image_no_stretch li img {
width: 100%\9;
}
Cheers!
Yigit
Thanks for the reply. The space for the slider is there now (in IE8) and the text overlays are showing up, but there are no images showing up.
Another issue I’ve discovered during testing is the Portfolio Grid on the home page which is supposed to be 2 columns is forced into one column in Firefox.
I tried the following suggested fix found in another post, entered into the Quick CSS field…
#top .portfolio-sort-container .post-entry { padding: 0; }
but FF is still forcing the grid into a single column. Any ideas?
Thanks for your great support!
Hey!
Thank you for the update.
I checked the site on IE8 and it is showing the images on the content slider. Please try to remove browser cache then reload the page a few times. Regarding the portfolio columns on firefox, please add this on Quick CSS or custom.css:
.avia-mozilla .flex_column:after, .clearfix:after {
clear: none;
}
.avia-mozilla #top .no_margin.av_one_half {
width: 49%;
}
Regards,
Ismael
Thanks so much. Problem solved!