Conversation
supportHello, I have problem with displaying map in my theme – when we are looking it by direct link: http://bit.ly/1d4HSyw it looks great, but when we are checking page with map from menu, map isn’t working. Probably it’s a problem with animation in this theme, but when I disabled it, problem remained… So maybe you can take me an advice how to fix it? Best regards https://wordpress.org/plugins/interactive-polish-map/
Hi RallyMedia It is simple. This javascript: interactive-polish-map/js/interactive_polish_map.js Has function, witch is triggered on “document.ready”. That means after load whole page. But you are using some plugin to load content asynchronously. Obviously javascript from interactive do not work, because on “document.ready” map do not exists. You must add this js function with will be called after page is loaded by ajax action. Marcin
Hello, Thank you, problem is solved! Best regards
Hi RallyMedia It is simple. This javascript: interactive-polish-map/js/interactive_polish_map.js Has function, witch is triggered on “document.ready”. That means after load whole page. But you are using some plugin to load content asynchronously. Obviously javascript from interactive do not work, because on “document.ready” map do not exists. You must add this js function with will be called after page is loaded by ajax action. Marcin
Hello, Thank you, problem is solved! Best regards