Hello guys,
I have problem with loading picture of ADS in news section. So basicly AD loads but there is no picture only clickable blank space, if you click on blank space link of AD works as it should. This problems apper only on news section, i have same system in fotter, hompage and it works as it should. I belive there is a problem with lazy loading of pictures in news section but i’m not sure. Can you please check? Website is https://gaming.si
Thank you, best regards
Tadej
-
This topic was modified 8 years by
tadejm.
Hi,
I see two ads currently in the news section
– https://www.screencast.com/t/ymZomaHGc
– https://www.screencast.com/t/P5FeYwLtWXjJ
There is also an ad in the footer – https://www.screencast.com/t/twnpMJN3Gq
Maybe I am misunderstanding something, please correct me if that is the case.
Thanks
Hello,
Yes you are on homepage, try to click on one of the news, example: https://gaming.si/2018/05/06/pubg-ustavil-igralni-nacin-kjer-se-je-spopadlo-50-igralcev/
Picture: http://shrani.si/f/30/tO/15JIGEWw/newsdivi.jpg
Sometimes ads load if they load try in privat tab.
Thanks Best regards
Tadej
In that post they show – https://www.screencast.com/t/YxekSyZwKuiC
But in others they are missing for me as well
– https://www.screencast.com/t/AFom8G40e
Seems there is a visual issue, the ads are there but not visible. The lazyload animation seems to be broken due to some errors probably
– https://www.screencast.com/t/XVxPFTbDU
I could give you a code to make the ads visible
– https://www.screencast.com/t/DdHbGGbuL
You can enter that in Theme panel->Custom CSS
body.td-animation-stack-type0 .post ins img {
opacity: 1;
}
But you could try to find what exactly is causing this problem. Start by deactivating all plugins if possible as a quick test, leave only theme plugins active. Clear the cache and check if this has any effect.
Check code entered in theme panel, theme files and child theme. Something is creating this conflict.