Hi arranrice2012,
thanks for reaching out.
It sounds like the ad content is loaded form another server (e.g., when you are using an ad network) and that they need longer than your site to provide the ad content. In this case, there is nothing Advanced Ads can do.
You can verify this by using the “Dummy” ad type. If that loads faster then the issue is not on your site.
The “reserve the space” option works when you enter a specific height and width. If the ad is responsive then this wouldn’t work properly for all devices, though.
Please let me know if either of my assumptions is wrong and send me a link to a page with the ad so that I can check it.
Best regards,
Thomas
Hi Thomas,
Yes that is correct. So using reserve the space works, but ads are responsive. Is there any way to reserve just height, and the width can be variable?
Thanks for your help! It’s really appreciated.
Best,
Arran
Hi Arran,
the option currently needs width and height to work, but I will make a note to maybe change that.
In the meantime, you can just add some inline CSS to the ad code field to set a minimum height. Do you know how to do that?
Thanks,
Thomas
Hi Thomas,
I see okay.
That sounds like a good idea, I don’t know how to do that though? Would you be able to provide the code here?
Many thanks & best wishes,
Arran
Hi Arran,
the most simple solution would be wrapping your ad code in a container, like this:
<div style="min-height: 200px">
...
</div>
... is where you put your current ad code. You can change the value for the minimum height to your liking but should always check that it is not too large on mobile and desktop.
Let me know if this works out.
Best regards,
Thomas