javascriptwordpress

how to fix 304 - not modified error with wordpress?


I just freshly installed wordpress 4.8 and accessPress Parallax for theme (http://demo.accesspressthemes.com/accesspress-parallax/).

Now I see that, there's no parallax effect and responsive menu not working on mobile view. I suspect this has something to do with js files not loaded?

I checked the network tab and found many js files returning 304 error. enter image description here

What does the 304 means here? How can I fix this? Currently I'm running on localhost.


Solution

  • Status code 304 means that files was not modified since last load and browser can use it from local cache.