Hi, I used to have a particular javascript reloading part of a page. The div ID reloaded was “unicitem”.
I :
- removed all .js calling it
- modified all twigs with name inside
- checked all grav dir with grep -ri -e “unicitem” to ensure nothing was left behind (not in twig php yaml or else)
- cleared cache from grav
- restarted of course apache and phpfpm
and, I don’t understand why, it appears at the very end of the page ! Is there a possibility flushing the cache is not enough ?
thanks for any idea…