Website is GolfCartResource.com. We use the plugin Ads Pro from CodeCanyon utilizing their shortcodes for the ad spaces. We’re having issues with the Header Ad not appearing on Mobile. It works great on Desktop, however. FYI we add the Ads Pro shortcode into the Header Ad Space under Ads in the Newspaper Theme Panel. Any help or suggestions would be greatly appreciated. Thanks!
Hi,
It seems the ad is loading but it is not displayed. Please enter this code in Theme panel->Custom CSS section, the ad should be visible on mobile
– https://www.screencast.com/t/2yPULXvwr
@media (max-width: 767px) {
.td-header-rec-wrap {
display:block;
}}
Thanks
I have the same problem, but it is not showing correctly on desktop, nor is it showing on other devices. The AdPro code is in the html, but it is showing only a tiny version of the ad. This is what I have entered in Headers ads – For testing purposes: I have a div that does not have a “td-visible” style in it (and the ad shows there) and then the other divs thatn I found in your documentation. You can see that the ad does show in the “td-visible-desktop” version, but it is extremely small. Do you have an suggestions?
http://boomathens.staging.wpengine.com
—–
<div style=”margin-left:auto;margin-right:auto;align:center;display:block;”>[bsa_pro_ad_space id=11]</div>
<div class=”td-visible-tablet-landscape”>[bsa_pro_ad_space id=11]</div>
<div class=”td-visible-tablet-portrait”>[bsa_pro_ad_space id=11]</div>
<div class=”td-visible-phone”>[bsa_pro_ad_space id=11]</div>
<div class=”td-visible-desktop”> test[bsa_pro_ad_space id=11]</div>
<div class=”td-all-devices”>[bsa_pro_ad_space id=11]</div>
-
This reply was modified 8 years by
boomathens.
@boomathens This is how the ad is displayed for me on desktop
– https://www.screencast.com/t/aOAnPsgIlm
The size seems to be the intended ad size
– https://www.screencast.com/t/0B08kpppRv9
Below that header ad there are all the other ads based on device
– https://www.screencast.com/t/Fdden4Befyg
So it seems you have entered the ad code once with no restriction, then entered it again based on device. Also the positioning in the page is broken. Implementing other ads then Adsense would not be difficult, if the ads are responsive you can serve the same one, or create cases as mentioned here
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/