ShawnLunny,
Do you have a web address I can look at to try to debug?
Sure.
eaglefordtexas.com/marcellus.com/bakken.com.
The banner should show up on any of those sites.
Let me know if you need anything else such as admin login, but I would send that over email.
Thanks!
First Glance
http://eaglefordtexas.com/ has a JS error which will stop any other JS from loading.
For marcellus.com I am able to see the banner on android, but there is still JS errors which is causing it not to function.
On bakken.com I also see JS errors
Also on bakken.com it looks like you added in style=”position: static; top: 0px;” which is why the banner isn’t showing up. Take a look at the screen cast link below.
So bottom line is you have a bunch of JS errors which would need to be corrected to have it load properly.
http://screencast.com/t/gxJ6piEyC
Thanks for the response.
After looking at the screencast I cannot tell why the JS is failing? Is this our JS or JS that is in the plugin folder?
Your first error is
window.addEventListener("resize", _debounce(function() {
document.getElementById ("width").innerHTML = window.innerWidth || document.documentElement.clientWidth;
googletag.pubads().refresh([window.topLeaderboard,window.botLeaderboard,window.botBannerwide,window.topBannerwide,window.leftWrap,window.rightWrap]);
}, 200)
);
Uncaught TypeError: Cannot set property ‘innerHTML’ of null
Secondly, you have applied an inline style
element.style {
position: static;
top: 0px;
}
To the smart banner, which is causing it not to show up.
Marking this post as resolved. If you are still running into issues you can email me again and I can see what I can do to help you debug the JS on your site.