Replies: 0
You have this bad code:
/miguras-divi-enhancer/includes/modules/AnimatedLinks/CreativeLinkEffects/css/demo.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
This should be https:// or just //
As it is, it is causing mixed content SSL errors on any site that is using https (which should be all sites)