Page 1 of 2
PhocaMaps not displayed
Posted: 07 Aug 2018, 08:31
by svlausitz
Hello everyone,
i have a problem with the phocamap component.
the component will not be displayed (
http://svl-forst.de/svl_neu/index.php/s ... ortplaetze) because something goes wrong. When you turn off the rt-hidden class, then you can see, that the component doesnt fit in the template. i think theres is a </div>-tag missing, but thats only a prediction. maybe it is possible that someone can help me? :)
Re: PhocaMaps not displayed
Posted: 07 Aug 2018, 13:30
by Jan
Hi, hmm, there is no javascript error in javascript console on that site. What happens when you try to test it with another template (only for test)?
Jan
Re: PhocaMaps not displayed
Posted: 07 Aug 2018, 13:44
by svlausitz
oh sorry, i forgot, i have tested it already and with the standard template, it works
Re: PhocaMaps not displayed
Posted: 07 Aug 2018, 14:34
by Jan
Hmm, so the error must be found in the template javascript
Jan
Re: PhocaMaps not displayed
Posted: 07 Aug 2018, 15:26
by svlausitz
hmmm, but it is the only component which makes an error
what can i do, i mean, in my opinion, there is only a </div>-tag missing, but i dont know where
Re: PhocaMaps not displayed
Posted: 07 Aug 2018, 15:37
by svlausitz
now, i get this error:
Code: Select all
Source-Map-Fehler: request failed with status 404
Ressourcen-Adresse: http://svl-forst.de/svl_neu/media/com_phocamaps/js/leaflet-control-locate/L.Control.Locate.min.js
Source-Map-Adresse: L.Control.Locate.min.js.map
Re: PhocaMaps not displayed
Posted: 08 Aug 2018, 14:03
by svlausitz
no one who can help me? :(
Re: PhocaMaps not displayed
Posted: 08 Aug 2018, 22:29
by Jan
Hi, the above message is not an error, it is development message for developers made by browser console.
Are you able to localize where the div is missing?
Jan
Re: PhocaMaps not displayed
Posted: 09 Aug 2018, 11:43
by svlausitz
<div id="phocamaps" class="phocamaps"><div class="phocamaps-box phocamaps-box-border-greyrc" align="center" style="margin:0;padding:0;margin-top:10px;"><div id="phocaMap5b6c0c3614e2a" class="phocamaps-map" style="width:100%;height:400px"></div><div class="phocamaps-box" align="center" style="margin:0;padding:0;margin-top:10px;"></div><div style="text-align: right; color: rgb(211, 211, 211); clear: both; margin-top: 10px;margin-bottom:10px;">Powered by <a href="
https://www.phoca.cz" style="text-decoration: none;" target="_blank" title="Phoca.cz">Phoca</a> <a href="
https://www.phoca.cz/phocamaps" style="text-decoration: none;" target="_blank" title="Phoca Maps">Maps</a></div></div>
this is the code of the site. if i count all <div>-tags and all </div>-tags, then there is one </div>-tag missing, but where it should be, i have no idea (i would place it at the end)
Re: PhocaMaps not displayed
Posted: 12 Aug 2018, 11:07
by Jan
Is the div missing in other template too?
Jan