Today, suddenly, when I disable and reenable the Visual Composer plugin for testing, the spaces between the ads have disappeared.
The two ads that appear below the grid leave no space for news block. In the sidebar is the same, the first ad shows space but the rest ads no.
Link to the web: http://www.lacasadeel.net
Thanks
Hello Beldar,
Make sure visual composer is enabled as it is required by the theme. Try to disable all plugins and leave just visual composer then see how the ads are displayed. It could be another conflicting plugin. I also saw some errors in the console of your site you might want to look at: http://screencast.com/t/xS5hCq9B
Let us know how it goes!
Thank you!
Hello Bogdan, yes, the Visual Composer is enabled, if I were not, would codes on page. I try to disable all plugins and only enable Visual Composer, but still it remains. From what I’ve seen, only it happens with Custom ads.
The problem has arisen since this morning I disabled the Visual Composer plugin and I’ve been reactivated.
Hi,
We changed the css(margin, padding) for ads containers, because many users reported that when the ad is hidden extra space is still there. So the css is applied on adsense class or if you use non-adsense on the recommended div containers – http://screencast.com/t/in1YMek1C1W – http://screencast.com/t/IdCbIOf67B
I have checked your site and your code is non-adsense but you also don’t use the recommended div containers – https://forum.tagdiv.com/sidebar-ads/ that’s why the margin bottom is gone. For example I have inspected the sidebar ad spot and there you use a simple div container and you have the bottom space – http://screencast.com/t/JSlGwnpLSeX So this is the solution just try to use a div to your code and see how it goes.
Thanks!
Hi Beldar,
I see that you use some custom ads, just add a div container like for the sidebar ad – http://screencast.com/t/2HuTMfUqrBdX Those div containers from documentation are not only for siderbar ad, you can use them also for custom ad, article ads(top, inline, bottom)…
If you don’t want to do this just paste this css code in Theme Panel > Custom Css, it will add margin bottom for all custom ads(like it was before update) – http://screencast.com/t/0HDDa5yH0
.td-a-rec-id-custom_ad_1, .td-a-rec-id-custom_ad_2, .td-a-rec-id-custom_ad_3, .td-a-rec-id-custom_ad_4, .td-a-rec-id-custom_ad_5 {
margin-bottom: 48px;
}
Let me know how it goes!
Thanks!