Page 3 of 3

Re: Phoaca Maps not displaying in custom module

Posted: 19 Feb 2017, 19:00
by pawela
BINGO!!! When I disable marker maps is appear! but why? I don't know. Anyway maybe this is enough for this page. Thanks!

Re: Phoaca Maps not displaying in custom module

Posted: 23 Feb 2017, 13:54
by Jan
Seems like something in Marker description can break the javascript code. But what and why? Becasue the html code inside the Javascript is escaped so it will not break the javascript.

Try to add some simple html to the Marker description, e.g. <p>Text</p>. Do you get the same problem with this simple text?

Jan