• Resolved WP User

    (@masonhahne)


    With the FVM plugin activated, all of the banner images on my company’s website would no longer show up on our live page. When I deactivated the plugin, the site works properly Do we need to use the plugin as a cache plugin? is there any way we can use the plugin and resolve the banner image issue?

    • This topic was modified 2 years, 5 months ago by WP User.

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

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

    (@alignak)

    Sorry the late reply.

    From what I see, there are a few errors on your site with scripts and styles loading from an alternative url. I suggest you take a look at google chrome console log for seeing those errors.

    It also seems the site was not adjusted properly when migrating from staging or dev to the main domain. There are references like this:
    https://secureservercdn.net/198.71.233.46/bz5.abc.myftpupload.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0&time=1665071547
    URL should match your domain, ideally.

    The scripts errors as well, when FVM attempts to minify them, it may break the layout.
    This is because it stops executing when it finds the error and for example if the image are lazy loaded and require scripts to load, then it may not load them at all because execution is halted.

    Sort all errors shown on console log first, and then FVM should work, I think.

Viewing 1 replies (of 1 total)
  • The topic ‘Site works when FVM plugin is deactivated’ is closed to new replies.