I've confirmed no custom CSS. I only have 5 plugins: Akismet, Contact Form 7, Rev Slider, W3 Cache (I deactivated it and tried to no avail), and WP Smush
I did delete this string of JS, tested, and it didn't work: <script> function init() { var imgDefer = document.getElementsByTagName('img'); for (var i=0; i<imgDefer.length; i++) { if(imgDefer[i].getAttribute('data-src')) { imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('data-src')); } } } window.onload = init; </script>
Comments
if you want to center logo and menu, please select Stack: Center header style under Theme options > Header & Subheader > Header section.
Thanks!
I did delete this string of JS, tested, and it didn't work:
<script>
function init() {
var imgDefer = document.getElementsByTagName('img');
for (var i=0; i<imgDefer.length; i++) {
if(imgDefer[i].getAttribute('data-src')) {
imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('data-src'));
} } }
window.onload = init;
</script>