You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, though the js file seems to be called correctly and all other code insertions seem to match your example page, I can't get the banner to resize.
Is it possible that the location of the banner within the theme is preventing the script from properly executing?
I'd love any feedback you may have on this.
The text was updated successfully, but these errors were encountered:
I've gotten your banner to resize using this jquery in console:
jQuery('#div-gpt-ad-1377291088288-3').rad();
The plugin doesn't handle it well though. It needs to have an actual container it can comfortably expand to. Maybe you can put a width of "width: calc(100% - 280px);" (+other browsers) on your #top-ad div on desktop and then an width of "100%" to your #top-ad div when the responsive CSS triggers at 767px.
I have implemented this code on my site for the top 728x90 banner:
http://www.protoolreviews.com
Unfortunately, though the js file seems to be called correctly and all other code insertions seem to match your example page, I can't get the banner to resize.
Is it possible that the location of the banner within the theme is preventing the script from properly executing?
I'd love any feedback you may have on this.
The text was updated successfully, but these errors were encountered: