WPIntell

Source evidence

Problem with Java/Flash?

Interactive Polish Map · support · 2014-03-20T19:22:00+00:00

mixedsentiment
lowseverity
0.56relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 21 rows with source links

4.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
RallyMedia resolved
Hello, 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

Comments

2 shown
Marcin Pietrzak 2014-03-21T08:54:00+00:00

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

RallyMedia 2014-03-22T09:33:00+00:00

Hello, Thank you, problem is solved! Best regards