Why my widget does not display in WPBakery Page Builder

If you use WPBakery Page Builder to create your website, you may run into an issue when the widget you're adding does not appear on your website. This happens because of a conflict between our widget installation code and the WPBakery plugin due to the peculiarities of the latter. However, there is a simple way to resolve this conflict and install any of our widgets.

All you need to do is copy the first line of the widget installation code and add it to your website's footer (you’ll find the code in this article).

If you are a New Dashboard user, you can find the installation code of your widget following the steps described in this article - Where to get Elfsight widget installation code (new dashboard).

Go to the Appearance tab in your WordPress dashboard and open Theme File Editor:

Find the footer.php file in your Theme Files and add the code below right before the closing </body> tag.

Here's the code:

<script src="https://apps.elfsight.com/p/platform.js" defer></script>

And here’s where you need to add it:

Then save the changes and that's it!

After adding the widget installation code, the widget will not be visible in your website's editor, however, it will definitely be displayed on your website's frontend.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us