Site logo

Archived topic

How to Remove Java Script

5 replies · Started by HT on July 26, 2021

Viewing posts 1–6 of 6

Hi there,

Those aren't loaded by GP.

Perhaps from other plugins?

Any tips to findout plugin please?

You can try disable all plugins to start and reactivate them one by one.

Disabling all plugins is start on a live site is always not helpful. But if you can share some tips to understand this from dev tool or something instead of giving a blanket statement :-D

Disabling all plugins is start on a live site is always not helpful. But if you can share some tips to understand this from dev tool or something instead of giving a blanket statement 😀

It is not recommended to do development work on a live site. You should ideally have a staging environment clone of the site and do your changes there so the live site doesn't get affected.

While I understand that it sounds like a blanket statement, all debugging steps start the same way which is by searching for possible conflicts.

And the search for conflict starts with disabling of ALL plugins. If the culprit JS is still loading, we then check for child theme's functions.php. If the culprit JS isn't loading anymore then we check which plugin or code is causing it.

We then enable plugins 1 by 1 and check which loads it. We then try to figure out why it does that and then recommend from the findings.

But we can't possibly know all the details of every third-party plugin in existence. And TBH, they're really out of our scope.

Some are easy to figure out so we try to help the best we can when it's out of our scope but some very convoluted. Due to this, you may see us ask users to contact the third-party plugin's support.

That said, I'm afraid we can't be of much help if we can't do debugging steps. Consider setting up a staging site. :)

This archived topic is closed to new replies.