
vinaysaini
-
Posts
36 -
Joined
-
Last visited
Community Answers
-
vinaysaini's post in theme css is not getting updated was marked as the answer
I do not know how. But it is fixed now. I just did the following thing.
Advanced Parameters-> Performance
Went to => CCC (Combine, Compress and Cache) Section.
For Smart cache for CSS Choose Use CCC for CSS And then reverted back to Keep CSS as original and found it fixed.
-
vinaysaini's post in Shop name does not reflect immediately was marked as the answer
Could not found any solution but in the end I had to use
header('Location:'.$_SERVER['REQUEST_URI']);
Obviously this will solve problem. After changing variable it will reload the page from server itself.