.td-fix-index

Posted in: Newspaper
Post count: 4

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/

Post count: 21065

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!

Post count: 4

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?

http://telegra.ph/file/fc07e24297e1ff4c4d4ae.jpg

Post count: 21065

Hello!

Please provide the URL of this page, so I can check.

Thank you!

Post count: 4
Post count: 21065

Hello!

I’ve tried to replicate that, but no video is displayed there. Please provide a video, so I can better understand.

Thank you!

Post count: 4

Please Recheck

Post count: 21065

Hello!

Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.tdb_single_content .tdb-block-inner.td-fix-index {
transform: none!important;}

Thank you!

Post count: 63

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.
Post count: 10

Did you manage to solve this issue? I’ve run into the same problem with the translateZ and my video player

Post count: 63

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.

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.