to fix this issue, The publisher needs to disable two elements on a div with the class “tdb-block-inner”:
1. transform: translateZ(0) (which isn’t doing anything anyway)
2. -webkit-transform: translateZ(0)
website- https://celebhub.in/
Hello!
In order to avoid misunderstandings, please provide more information about what exactly you need to achieve, screenshots or a video.
A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
I’m using the Newspaper 11 theme, My video ad is not floating for this theme. I provided you a screenshot, If this place is clicked then the video ad is not showing But if I’m removing the click then the ad is showing, How to fix it?
Hello, I have a similar problem on the tko.pl website
The player thumbnail with ads does not appear (on the home page and in each article).
The service provider wrote that: “You have such a thing in your styles. You need to completely remove translateZ from the parent elements for the player”
.tdi_134.td-a-rec:not(.td-a-rec-no-translate) {
transform: translateZ(0);
}
-
This reply was modified 2 years by
kubick.
Did you manage to solve this issue? I’ve run into the same problem with the translateZ and my video player
Yes and no 🙂
This custom css solved the video player thumbnail problem.
.wpb_wrapper .td-a-rec:not(.td-a-rec-no-translate) {
transform: none !important;
-webkit-transform: none !important;
}
However, a new problem has emerged with Adsense automated vignette advertising on mobile devices.
We are currently trying to solve this with support.