Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2301
Robert Kavgić
Participant

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