recently one of my sub pages https://www.dontgiveasock.de/coole-socken is only shown blank/white.
I didn’t change anything so thats pretty weird. Found something about an iframe error in the code in some other posts, but I have no custome code except cookies.
Maybe someone can help real quick? Would mean the world!
It looks like the “loading animation” section goes from display none to visible. There is no script on the page, but it is possible that there is a custom code at the project level that makes this block visible… This would explain why in preview it works and on the published site the content is under the element “loadin animation”.
After studying the CSS it seems that a script makes the loading animation block change from none to flex…
The solution is to be found on this side, if not, removing the “loading animation” section will definitely solve the problem.
Maybe a script set the opacity to zero, after page load because when the page is loading you can see the element for like 0.4 seconds… You have to test removing script from the site to the project settings.