Found now afterwards that with twentytwelve theme it works fine.
How do i get it working on my current Theme?
please post a link where your current theme can be downloaded and I will have a look…
Hi AlexGzb,
the issues is within the file /unite/inc/js/main.min.js:
document.write(“<style>body{display:none;}</style>”);
and
jQuery(document.body).show();
are breaking the proper display of the map. I`d advise talking to the theme developer if he can use another approach than document.write (like jquery.hide()?) as this would be more advisable due to other compatibilities issues IMO.
best,
Robert
Thanx a million for your help.
Replaced
document.write(“<style>body{display:none;}</style>”);
with:
jQuery(document.body).hide();
Im just wondering how the hell you could figure this out?!
Again Thanks alot for your help!
you’re welcome!
well, I just analtically removed all scripts from the theme until I found the one which one is causing the issue 😉
best,
Robert
PS: if you like using my plugin, I’d appreciate your review at http://ww.wp.xz.cn/support/view/plugin-reviews/leaflet-maps-marker