That’s indeed the source of the problem. Jetpack includes its own Contact Info widget, and it conflicts with the one that ships with the Avada theme.
We currently check for the name of your theme in Jetpack, and do not include our Contact Info widget if the theme is named avada
. Unfortunately your theme is named avada 2
, so our check doesn’t work on your site.
We’re currently working on a better way to resolve that conflict, for all sites using a modified version of Avada with a different name.
Until we release a new version of Jetpack, you can fix your own version of Jetpack by applying the changes listed here:
https://github.com/Automattic/jetpack/pull/1814/files
Let me know how it goes.