wordpress - Image header loading in all browsers but Safari, why? -


on companies website has gone live, header image pulled through advance custom fields via wordpress working fine. url string loading correctly , seems good. when check on safari, doesn't seem loading.

any ideas?

http://www.wessexlabels.co.uk

your website looks fine me in chrome windows, chrome on mac osx, safari on mac osx, , safari on ios. (latest versions)

it doesn't work in safari 5.1 windows old discontinued browser.

there typo in header being ignored newer browsers, style element on header should contain url(.....) contains url(..... (i.e. closing bracket missing)

when fix in developer tools of safari 5.1 background image loads.

<section>   <header class="image-hero" style="background-image: url(http://www.wessexlabels.co.uk/wp-content/uploads/2017/07/desk3-min.jpg" alt="page image" "173);"="">     (....)   </header> </section> 

Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -