[ad_1]
Hi @ethames, thank you for reporting the issue.
Could you please send me your block setting? maybe a quick screenshot? If there is a link it would be great. And what’s your version of WordPress? Have you seen any errors on the console log of the browser?
Thanks, Phi.
Hi Phi, Here is the link… https://ethames.ac.in/
Have you tried to flush the cache?
I don’t see the block’s frontend script in your site’s source. It’s something like https://domain/wp-content/plugins/counting-number-block/build/frontend.js?ver=4395d2203bb3d4549c58
Can you test it by deactivating the lightspeed cache on your local site?
Tried… I am unable to figure out what’s wrong. If I create a new page, the frondend.js is in the code and working, while in the main page, the javascript name is not shown.
Any ideas why this could be?
I believe it’s a caching issue, you should re-generate the cache for the homepage or the whole site. If the issue is still there, you should exclude the frontend.js file from the concatenation setting. I don’t have much experience with the lightspeed cache plugin, but I think it will have settings for those.
- This reply was modified 4 hours, 51 minutes ago by Phi Phan.
ok… Will check where could be the problem… For the time being, I have added the code manually in footer…
<script src=’https://ethames.ac.in/wp-content/plugins/counting-number-block/build/frontend.js?ver=4395d2203bb3d4549c58′ id=’boldblocks-counting-number-view-script-js’></script>
Please feel free to discuss more if you need help in the future. That temporary hotfix works but It’s a hacky way.
Phi.
