• Resolved kyledevelopintelligence

    (@kyledevelopintelligence)


    Hi there,
    I have a site we just finished and were about to release to customers and now it’s broken thanks to this plugin. How do I completely manually remove this plugin and everything it has done?

Viewing 4 replies - 1 through 4 (of 4 total)
  • “Broken” isn’t specific enough to know if the plugin actually did damage to your WordPress installation or database. So I will assume this is an issue with some of the CSS or JS minified files not allowing the theme to behave as intended. In that case, you simply need to deactivate the plugin and the site will resume as it was before activating.

    Note: Before deleting the plugin entirely, I would utilize the plugin’s settings page to modify the way it behaves with your theme. Do some testing (basic trial and error) and see if you can’t get everything just right.

    Plugin Author launchinteractive

    (@launchinteractive)

    Hey kyledevelopintelligence,

    Uninstalling the plugin in WordPress should remove everything including all the generated JS/CSS cache files.

    If you can’t login you can manually remove the cache directory (defaults to /wp-content/mmr) and the plugin (/wp-content/plugins/merge-minify-refresh)

    Hi,
    I seem to have the same issue.. My site now load with random shapes and images first.. I tried deactivating and deleting the plugin but the site is now loading bad – https://web.botmetric.com/
    I also see these images and others in https://web.botmetric.com/wp-admin/wp-content/mmr. can you pls help me get rid of this? thanks for your help.

    @riyazhyder,

    Again, if you deactivate MMR, it’s no longer affecting your site. If you still see MMR assets in your source code (which there are not as of right now) then you need to bust any caches you may have from other caching plugins.

    As for your flash of “random shapes and images”… These are your normal page assets being loaded and styled poorly due to the way you’re loading your stylesheets. You have a ton of inline CSS loading in the <head> of your page – way more than is probably advised for performance. Then you load all the rest of your CSS files at the end of your document with a JS asset loader. This means your page is loading with some styling and showing you incomplete styling for some of these “random shapes” and then it can’t finish loading styles until the rest of the page loads. That’s why there is a slight delay between the “random shapes” and finished styling.

    By the way, the “random shapes”, as I said, are just your normal assets with incomplete styling. The big down arrow is just styled to fill its container but the container isn’t styled in your inline styling. It’s the down arrow you have displayed at the top of the page on mobile screen sizes.

    I’d recommend undoing whatever changes you made after you activated MMR, as this plugin won’t have any lasting effects once it’s gone and your cache is cleared.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Broken my site’ is closed to new replies.