Tagged: IE8
Could you please take a look at this bug in IE8, images with a URL are displaying incorrectly as thin strips:
http://luisettiseeds.co.nz/nz/
Many thanks!!
Hi kudesign!
I noticed that IE8 outputs a js error on your website because it can’t calculate the logo offset. This will be fixed in the next theme update but for a quick fix open up /wp-content/themes/eunoia/js/avia.js and replace
if(logo_offset.left < menu_offset.left)
with
if(typeof logo_offset == "undefined" || typeof menu_offset == "undefined") { var offset_right = 0; var offset_left = 0; }
if(logo_offset.left < menu_offset.left)
I think this should also fix the image issue – if not we’ll check the css code.
Cheers!
Peter
Hi Peter, thanks for your support, however that killed the image slider at the home page, so I have reverted it back to the original code. Is there any other way around this? thanks!
Hey!
Please update to Enfold 2.4.3 – I think Kriesi released the update today and it should contain the fix I posted in my last answer. If the issue still persists we’ll check the css code.
Regards,
Peter