Broken map
-
Map is glitching all over the page, scrolling makes it worse and I cannot figure out what I can do to make it right.
There are no errors on the servers logs.
I made the change to the “Single location page format” but it does not seem to have changed anything.
The page I need help with: [log in to see the link]
-
Your website is not loading the em-osm.min.css stylesheet, so the map content has no definitions. If you look at the source code of your page, you will see
<link rel="stylesheet">It should be:
<link rel="stylesheet" href="yourdomain.com/wp-content/plugins/stonehenge-em-osm/inc/em-osm.min.css">You may also want to deactivate the Mappress plugin to see if that causes the clash. You might need to exclude that plugin from injecting into Events Manager pages.
Additionally:
You need to look at your Google Fonts references. They are loaded over http, while you site has https. This gives 7 errors.I am confused to where I can modify that stylesheet link.
I do not know what mappress plugin you are talking about nor fonts references.
Mappress is an active plugin on your website. https://wordpress.org/plugins/mappress-google-maps-for-wordpress/
These are all quite basic WordPress things.
-
This reply was modified 7 years, 1 month ago by
Stonehenge Creations.
I actually do not have the plugin in my plugin page. I really do not know how it would be installed as I have not done so at any point.
An online WordPress Theme & Plugin detector says you do. But now your site is down, so there is something wrong with your website.
I am disabling all plugins and figuring out which one is causing the problem.
Widget Context was the one causing the glitching problem, but now there is no map.
Trying to figure out how to change the stylesheet link.I have also added a plugin to disable google fonts.
-
This reply was modified 7 years, 1 month ago by
carobell.
I really want the widget context plugin so I reactivated it, so now still glitchy.
I added <link rel=”stylesheet” href=”https://mydomain.com/wp-content/plugins/stonehenge-em-osm/inc/em-osm.min.css”> to the header file and no more glitch, but no map anymore.Personally, I do not know Widget Context, but I am using Widget Logic myself without any troubles. π
From the screenshots, it looks like WC is has more options, while WL uses the WP native references, like:is_page('event');Still… I see no reason why WC should (want to) interfere with the loading of a non-widget stylesheet…
I really do not see how it would make it glitchy either…
Now I’m kinda stuck on what to do, if I have :
- WC activated without the stylesheet I get the glitchy map,
- WC activated with the stylesheet I get no map,
- WC deactivated with the stylesheet I get no map,
- WC deactivated without the stylesheet, still no map.
Ah… try this, as stated in the plugin FAQ’s:
Please check Events β Settings β Formatting β Single Event Page β Single Event Page format.
Replace: <div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
With: #_LOCATIONMAPIt seems your map is filling 100% of 0px.
That’s already done.
https://bjdqc.ca/events/foire-geek/
No, it’s not!
I know you cannot believe everything everyone says to you, but I’m a little tired of being told something isn’t as it is, so here are screenshots of my config.
No mappress, stylesheet added and Event Page format modified :
https://bjdqc.ca/wp-content/uploads/Screenshot-from-2019-02-15-11-17-29.jpg
https://bjdqc.ca/wp-content/uploads/Screenshot-from-2019-02-15-11-15-47.jpg
https://bjdqc.ca/wp-content/uploads/Screenshot-from-2019-02-15-11-14-55.jpgWell, this is what your source code tells me:
https://paste.pics/71c7b555519c23b8dfe182f4b564cb69 -
This reply was modified 7 years, 1 month ago by
The topic ‘Broken map’ is closed to new replies.