Missing Footer Characters when plugin enabled

Hello,

I’m having an issue with this plugin. In our footer, when Beaver Builder is deactivated, our icons show up well.

When Beaver Builder is activated, the icons no longer appears.

Any thoughts?
Al

Your theme uses the old font awesome icons, Beaver Builder uses the latest, you can fix this with some simple css.

.enigma_footer_widget_column ul li a:before {
  font-family: "Font Awesome 5 Free";
}

Excellent. Thank you. How about my menus?