[ad_1]
Hi @goreholio,
This sounds like a Javascript error to me. Could you share a link to your page?
If not it would be helpful to have a look if there are any JS errors in the console:
In Chrome press CMD+Option+J (Mac) or Strg+Shift+J (Windows) to open the Web Developer Console. Do you see any red errors there?
Best Regards,
Daniel
- This reply was modified 12 hours, 58 minutes ago by 100plugins.
Hi Daniel,
thanks for the ultrafast reply! You’re totally right.
The console shows a JS error:
Uncaught ReferenceError: oum_enable_fullscreen is not defined
at HTMLDocument.<anonymous> (frontend-block-map.js?ver=1.2.25:25:39)
(anonym) @ frontend-block-map.js?ver=1.2.25:25
Link to the page: http://wordpress.p627227.webspaceconfig.de/?page_id=23
Hey @goreholio,
I think I’ve found the issue. Your Theme (Divi) or some plugin minifies HTML, Javascript and CSS.
This negatively affects some inline JS that is necessary to load the map. IMO the minification engine here does a bad job – but nevertheless please try to disable minifaction and see if it works. (I’m not sure if its because of JS or HTML minification though. You’ll have to try.)
Does this help?
Best Regards
Daniel
- This reply was modified 10 hours, 21 minutes ago by 100plugins.
Hey Daniel,
unfortunately my version of Divi doesn’t give me the opportunity to turn it off anymore like in the video. I’ll try to get some help by a colleague tomorrow and let you know if I could handle it. It must be an issue of Divi, because there are no other plugins installed.
Best regards
Michael
Hey Daniel!
Problem solved! I had a child theme active, that was missing a line.
Thanks for your support!
All the best
Michael
