embedded map issue
-
Hello tinuzz
I have problems getting embedded maps to work. The preview in the bottom pane or the page pointed to by the permalink simply remain empty.
Here is what I did:
1. Create embedded map:
– adding new embedded map called “test”:
[tsmap id=20] (i.e. same expression that works on a regular page)
– permalink is shown as https://my.domain/tsmap/test2. Publish
– embed html stanza is then shown as<iframe src="https://my.domain/tsmap/test/" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
– preview pane at the bottom remains empty (no error)
3. Open the permalink
– no error, but empty page
– page source:<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>test</title> <style> body { padding: 0; margin: 0; } html, body, #leaflet-container { height: 100%; } #container { height: 100%; } </style> </head> <body> <div id="container"> <div id="tsmap_1" style="width: 100%; height: 100%; max-width: 100%"></div> </div> </body> </html>
Any help appreciated. Any hint where and what to look for?
apache 2.4.38
wordpress 5.5.1
php 7.3.19
- The topic ‘embedded map issue’ is closed to new replies.