Comment to Persons Cover inconsistancy
-
Is your website behind a proxy/CDN like cloudflare? I had a quite similar situation where some changes on my website were not reflecting live. Purging my CDN cache, in addition to clearing my UNA and browser's cache, fixed the problem.
-
oh, good thought. But no. My site is on a plain shared hosting platform (GreenGeeks) with no CDN or proxy that I'm aware of.
-
Well, what an odd issue! Please try to manually delete your UNA cache (via ftp or your server file manager).
Delete all files, except the .htaccess file, in the folders below:
/cache/
/cache_public/
-
Ok, did that. No change.
But I'm learning new tricks! Thanks for this.
-