[ad_1]
Plugin Support
tomwolf
(@tomwolfhun)
Hello @ericschlabach ,
First of all, try to fix the JS errors in your site.
Lets see the problem:
Somehow the Flatsome theme in the footer do not want to load the CSS.
Please append this JS code into your site after the footer widget. It willl load the CSS and the display will be cool:
var link = document.createElement( "link" );
link.href = "https://hiddenacrespuppies.com/wp-content/uploads/trustindex-facebook-widget.css";
link.type = "text/css";
link.rel = "stylesheet";
link.media = "screen,print";
document.getElementsByTagName( "head" )[0].appendChild( link );
In the background we will check the issue, to handle it automatically in the next version.
Feel free to write to us if you need further assistance,
Trustindex
