sticky ads not working

Posted in: Newspaper
Post count: 23

Hallo,
we have notice that the div class .tdi_110.td-a-rec:not(.td-a-rec-no-translate) has the property transform: translateZ(0). This creates a conflict not only with the sticky.js library we use but also and with plain css. We have also notice that this property also exists and in other blocks like when we try to add a raw html. If you want you can check the problem in our home page: https://www.travelstyle.gr/ when you inspect the page as smartphone. the complete class of the div that has the property transform is: td-block td-a-rec td-a-rec-id-custom-spot tdi_110 td_block_template_4

Post count: 21065

Hello @dscom!

Can you please provide more information about your issue?

A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.

Thank you!

Post count: 23

https://app.screencast.com/o4nrYVGsnfkcF
As you can see in the video we have an element we want to remain sticky within a container. However, due to the ‘transform’ property of its parent div, it isn’t functioning as intended.”

Post count: 21065

Hello @dscom!

Create a new class on that element’s settings and add the CSS code:

.newclass{transform:none!important;}

Thank you!

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