I have added this custom liquid to my product pages:
It shows correctly in the theme but when I publish, nothing appears.
Why would this be?
Main issue: A product page uses a custom liquid block containing only an HTML div with classes (elfsight-sapp-…); it appears in the theme editor but shows nothing on the published site.
Key points from replies:
Status and next steps:
I have added this custom liquid to my product pages:
It shows correctly in the theme but when I publish, nothing appears.
Why would this be?
Hi @GG1496
As I can see, if you just just add this html code. it will show nothing.
So you should add something else in your theme except this code
Hello @GG1496 , Could you please clarify what you intended to display within that div? It appears that the div in your code is empty, which is why it is not rendering any content.