Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › footer content › Reply To: footer content
I see that there is an error appearing in Console concerning Google fonts. Did you add some of the Google Fonts like Open Sans?
Blocked loading mixed active content "http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,200,100%7COpen+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic"
https://dictanet-leipzig.de/
Line 0
If you did, remove the “http” from the link so protocol can be automatically addressed, like the following:
//fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,200,100%7COpen+Sans:300italic....
The footer is not appearing because it has opacity: 0 rule applied inline, probably because of jquery waypoints (animation). Try solving the above error first and see if the footer and map errors are fixed then.
Also, try disabling all the unnecessary plugins which are not required by the theme.
Robert