Javascript animation on cloned page
-
I have a page with javascript animation, when it is cloned the animation does not work. I have inspected the code of cloned page and the javascript code is there though the animation is not present; there is just an empty space where the animation should be. Could anyone be so kind as to shed some light what the problem might be?
The blog I need help with is: (visible only to logged in users)
-
Hey @mateolefort
Just so we are on the same page, the page you need help with is https://sanjeronimo.com/industria/, yes? Inferring from your description, it looks like the page Industria did have an empty rectangular space.
Since you’ve cloned it, it could be that the block containing your animated JavaScript is cached. Adding /?*cachebuster* at the end of your page’s link resolved the issue.
Check here: https://sanjeronimo.com/industria/?*cachebuster*Now, to fix the issue, you’ll just need to clear your site’s cache. Guide to Clear your Site’s Cache. Then, clear your browser cache.
I hope this helps, and let me know how it goes.
- The topic ‘Javascript animation on cloned page’ is closed to new replies.