Skip to main content
All CollectionsInstallation
Known WordPress plugins causing widget installation errors and how to fix them
Known WordPress plugins causing widget installation errors and how to fix them
Sebastiaan Jooste avatar
Written by Sebastiaan Jooste
Updated over a week ago

WP Rocket

Issue:

Delay JavaScript Execution. On all JavaScript, either with a src attribute or not, a type="rocketlazyloadscript" attribute will be added. This fake type value prevents the browser from executing the script.

Solution:

  1. Go to the WP Rocket plugin settings.

  2. Click on the "File Optimization" tab on the left navigation.

  3. Uncheck the Delay JavaScript Execution box.

Clear your website cache.

Re-crawl your website.

To exclude the Alli AI script from being delayed

Here is the solution:

  1. Go to the WP Rocket plugin settings.

  2. Click on the "File Optimization" tab on the left navigation.

  3. Uncheck "defer JS"

  4. Copy the first few characters of the site code snippet.

Paste this part of the code snippet in the WP Rocket exclusions field.

Clear the website cache.

Nitro Pack

Issue:

Nitro Pack delays and defers our script during the page loading process, which will cause our system to not detect the code snippet on your pages.

Solution:

Add nitro-exclude to your Alli AI code snippet. Here is an example:

ClickCease

Issue:

ClickCease prevents our user-agent from crawling the site.

Solution:

Remove Bot Zapping Tracking Code (Deactivate):

If you wish to remove the Bot Zapping's tracking code from your site, simply open the plugin and click on Deactivate:

Here is a help document for reference:

Did this answer your question?