Hi, I have a problem with sticky. See I have set a column to sticky, in it I have custom ad code (adsense) and a list of articles. Unfortunately, it is not sticky on the page, only when scrolling the center of the page falls into this column. How to solve this to keep the entire length of this column on the left side? Test page: dev2024.babskiporadnik.pl
I removed it. The problem remains. The problem is when I have added the code in the ad box, in the custom code. When I choose an image instead of the code and add the image as an ad – the problem does not occur and the column is sticky.
https://ibb.co/d0MpcRt
https://ibb.co/Zh3WmfS
Hello,
Please add this code to the theme panel -> custom code -> custom javascript https://pastebin.com/YN1NGu4p
Thank you!
Hello,
Safari’s private browsing mode has stricter JavaScript and CSS handling. In some cases, certain JavaScript functionality may not work due to restrictions like blocking cookies, local storage, or stricter handling of certain DOM manipulations.
Confirm that jQuery is properly loaded and accessible in private mode. Use the browser’s developer tools (Cmd + Option + I) to check for errors in the console.
Also, you can try to use this code https://pastebin.com/6i57h95e
Thank you!
Hello,
Please try to use this code https://pastebin.com/eVdnP7eh The issue you’re facing is likely because the script executes before the .td-is-sticky elements are fully rendered on the initial page load.
Thank you!