Color Picker Not Displaying. Not a Plugin Issue?

I’ve read through the topics previously addressing this issue and am not finding a solution. Can someone please help me troubleshoot? The color picker is not displaying in any module when I click on it. I deactivated all my plugins other than Beaver Builder and it is still not working.

What theme are you using? Can you provide a link to the site?

It is a custom made theme that a previous employee created.
https://referralfw.com

There’s a JS error coming from the Popper.js file from your theme. That occurs when just visiting the site. Resolving that might resolve the icon picker issue.

Thank you. I have no idea what any of that is… so I will do some research and see what I come up with.

I’m pretty sure I resolved this issue. It no longer shows in the DevTools. The only error I now get is the map not being able to be found, but from what I understand that should not affect the user side of the website. Do you think that would have throw off the color picker in Beaver Builder? Because the color picker is still not working even after uninstalling BB and resinstalling.

Most likely issue now is you have multiple versions of jquery on your page.

One being the core wp version and the 2nd coming from your theme:
https://referralfw.com/wp-content/themes/referralfw/assets/js/jquery.js

Multiple versions of jQuery tend to break almost anything that uses jQuery.

Ok. Thank you. I will need to do some research on how to deal with this. If the site wasn’t live, I’d just switch themes and start over.