• Resolved neharjashari

    (@neharjashari)


    I’ve used FVM plugin on all of my sites but there wasn’t a problem like this before. After setting the settings and purging the cache the FVM files are being created inside the /wp-content/cache/ directory but they are not being loaded on the page at all.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    Are the files empty perhaps? If the files are created on the cache directory and they are not empty, check your html source for the file names.

    If there are references to fvm files, and if you can open those files directly, it should work.

    If you mean, the files are not added to the page at all, probably some other plugin or code is causing it. Likely some other cache plugin, or some code using “ob_get_contents” or similar on the php code and interrupting the flow.

    Deactivate (rename) the other plugins one by one and you should be able to see it.

    Also make sure any server page caching is disabled, including object cache.

    Thread Starter neharjashari

    (@neharjashari)

    Thank you for the quick reply @alignak. The issue is that the files are not added to the page at all. So I will check the issues that you mentioned and try to find what the conflicting plugin is.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FVM scripts and styles not loading on the site’ is closed to new replies.