Bueno theme issue: change colors

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
That means that you're watching a thread, meaning that you would get alerts and maybe emails of activity going on in the thread.

In regards to the issue your having, this could be due to Varnish Cache.
Try adding this to the .htaccess file (preferability in the document root):
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
Additionally, if you're using Cloudflare, enable development mode and refresh twice to update the cache on the browser and Cloudlfare's server(s).
 
Top