-
Notifications
You must be signed in to change notification settings - Fork 3
Module not working #34
Comments
In most cases, it is a syntax mistake. Maybe you could show your markers, so I can take a look. You can send me an email if you don't want make it public. |
Hi,
thanks for your quick reply!
I forgot to tell you that in the same website on another page, there is another OS Modul with just one marker and it works perfectly. I also tried to uninstall the module and reinstalled it, after clearing the cache of browser and of Joomla, but no luck!! Other useful hint: yesterday I updated the version of JCE, maybe this interfered with the module; do you think I could try and disable temporarily JCE Editor?
Also in another website this module displays a list of houses to rent (five of them) without any issue...
Anyway I attach the list of pins and popups (basically a list of bookshops when people can find our books).
Many thanks!
Elisabetta
… Il giorno 06 mag 2018, alle ore 13:19, Schlumpf ***@***.***> ha scritto:
In most cases, it is a syntax mistake. Maybe you could show your markers, so I can take a look. You can send me an email if you don't want make it public.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTm303noaIzn48aAz7PXY1zgL8983ks5tvuphgaJpZM4T0AaP>.
|
Hi again,
I inspected the page with Firebug and found an error in the code: Error: Invalid LatLng object: (undefined, undefined). It looks like this line
var mpK237_ = new L.LatLng();
has come in the page code.
The problem is I don’t know how to correct it…
Elisabetta
… Il giorno 06 mag 2018, alle ore 13:50, Elisabetta Petroni ***@***.***> ha scritto:
Hi,
thanks for your quick reply!
I forgot to tell you that in the same website on another page, there is another OS Modul with just one marker and it works perfectly. I also tried to uninstall the module and reinstalled it, after clearing the cache of browser and of Joomla, but no luck!! Other useful hint: yesterday I updated the version of JCE, maybe this interfered with the module; do you think I could try and disable temporarily JCE Editor?
Also in another website this module displays a list of houses to rent (five of them) without any issue...
Anyway I attach the list of pins and popups (basically a list of bookshops when people can find our books).
Many thanks!
Elisabetta
<osModulPins.txt>
> Il giorno 06 mag 2018, alle ore 13:19, Schlumpf ***@***.*** ***@***.***>> ha scritto:
>
> In most cases, it is a syntax mistake. Maybe you could show your markers, so I can take a look. You can send me an email if you don't want make it public.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTm303noaIzn48aAz7PXY1zgL8983ks5tvuphgaJpZM4T0AaP>.
>
|
Did you use any non-ASCII characters in pin name? |
Please , find attached the list with the syntax I used and tell me if it’s ok.
Many thanks!
Elisabetta
Il giorno 19 mag 2018, alle ore 07:54, Schlumpf ***@***.***> ha scritto:
Did you use any non-ASCII characters in pin name?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTpgQ-ABy5br4z-b7ykZ3ruuxEI5zks5tz8GSgaJpZM4T0AaP>.
#pinclifbook{(53.489089,-10.021517),,{#popupclifbook,click}};
#popupclifbook{<b>ClifdenBookshop - Main Street</b></br>Clifden};
#pinkeogh{(53.489089,-10.021517),,{#popupkeogh,click}};
#popupkeogh{<b>Henry Keogh - Main Street</b></br>Oughterard};
#pinallth{(53.487628,-10.020900),,{#popupallth,click}};
#popupallth{<b>All Things Connemara - Market Street</b></br>Clifden};
#pinleenane(53.596571,-9.693618),,{#popupleenane,click}};
#popupleenane{<b>Sheep & Wool Centre</b></br>Leenane};
#pinkyle{(53.56163,-9.8911506),,{#popupkyle,click}};
#popupkyle{<b>Kylemore Abbey</b></br>Kylemore};
#pinglynsk{(53.37062,-9.82138),,{#popupglynsk,click}};
#popupglynsk{<b>Glynsk House</b></br>Glynsk};
#pinking{(53.6049435,-9.892954),,{#popupking,click}};
#popupking{<b>Sean King Coffee & Shop</b></br>Lettergesh};
#pinkenny{(53.298997,-9.007962),,{#popupkenny,click}};
#popupkenny{<b>Kenny’sBookshop</b></br>Galway};
#pinbyrne{(53.271679,-9.052983),,{#popupbyrne,click}};
#popupbyrne{<b>Charlie Byrne’s Bookshop - Middle Street</b></br>Galway};
#pinstandun{(53.245364,-9.286379),,{#popupstandun,click}};
#popupstandun{<b>Standún</b></br>Spiddal};
#pinspailpin{(53.245062,-9.300693),,{#popupspailpin,click}};
#popupspailpin{<b>An Spailpín Fánach - Ceardlann</b></br>Spiddal};
#pinround{(53.3964,-9.92779),,{#popupround,click}};
#popupround{<b>Roundstone Musical Instruments</b></br>Roundstone};
#pincentra{(53.289603,-9.654737),,{#popupcentra,click}};
#popupcentra{<b>Centra Supermarket</b></br>Lettermore};
#pintex{(53.288024,-9.551346),,{#popuptex,click}};
#popuptex{<b>Texaco Petrol Station</b></br>Casla};
#pinlough{(53.798764,-9.523778),,{#popuplough,click}};
#popuplough{<b>Mc Loughglin Bookshop - Shop Street</b></br>Westport};
#pinduffy{(53.799992,-9.521695),,{#popupduffy,click}};
#popupduffy{<b>TheBookshop - Castlebar Road</b></br>Westport};
|
There is a missing opening curly bracket at This should fix your problem ;) Best regards |
Hi Martin,
unfortunately I still have problems; now all the markers are displayed correctly, but there is no marker for the main setting location :(
It looks like a cache problem inside the module (I cleared all Joomla, template and browser cache). Is there a system to clear the module cache?
Thanks!
Elisabetta
… Il giorno 19 mag 2018, alle ore 11:17, Schlumpf ***@***.***> ha scritto:
There is a missing opening curly bracket at #pinleenane. The correct line should be #pinleenane{(53.596571,-9.693618),,{#popupleenane,click}};
This should fix your problem ;)
Best regards
Martin
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTo8EZY78pBQ_y6p1pR3kwDBXzOLZks5tz_FJgaJpZM4T0AaP>.
|
Main location marker is set under the "Popup Text" from the module configuration menu. (or whatever the tab text is in the english version....Using it in French) Philippe |
Hi Philippe,
I know where to find it and i put the marker description in module menu (I didn’t use any Editor, only pure code), but the marker and its popup isn’t visible. I wonder if this is a problem of cache, because in my file htaccess I put this rule:
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week”
I can’t think of any other problem...
Elisabetta
… Il giorno 21 mag 2018, alle ore 18:46, roscofil ***@***.***> ha scritto:
Main setting location marker is set under the "Popup Text" from the module configuration menu. (or whatever the tab text is in the english version....Using it in French)
Enjoy :-)
Philippe
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTrbjyNzDLL8nPXVk0v_Bzzn0neNKks5t0v1zgaJpZM4T0AaP>.
|
Have no specific rule like yours in my htaccess file, so...
What happens if you remove these rules?
Cheers
Philippe
Le 22 mai 2018 à 11:35, beamaria <[email protected]<mailto:[email protected]>> a écrit :
Hi Philippe,
I know where to find it and i put the marker description in module menu (I didn’t use any Editor, only pure code), but the marker and its popup isn’t visible. I wonder if this is a problem of cache, because in my file htaccess I put this rule:
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week”
I can’t think of any other problem...
Elisabetta
Il giorno 21 mag 2018, alle ore 18:46, roscofil ***@***.******@***.***>> ha scritto:
Main setting location marker is set under the "Popup Text" from the module configuration menu. (or whatever the tab text is in the english version....Using it in French)
Enjoy :-)
Philippe
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTrbjyNzDLL8nPXVk0v_Bzzn0neNKks5t0v1zgaJpZM4T0AaP>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#34 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Af-UkxXzVwiE1PQyd-sBbDKNqlQbiYKHks5t09vNgaJpZM4T0AaP>.
|
Hi haven’t yet tried it.. I’ll let you know as soon as I do
Elisabetta
… Il giorno 22 mag 2018, alle ore 11:03, roscofil ***@***.***> ha scritto:
Have no specific rule like yours in my htaccess file, so...
What happens if you remove these rules?
Cheers
Philippe
Le 22 mai 2018 à 11:35, beamaria ***@***.******@***.***>> a écrit :
Hi Philippe,
I know where to find it and i put the marker description in module menu (I didn’t use any Editor, only pure code), but the marker and its popup isn’t visible. I wonder if this is a problem of cache, because in my file htaccess I put this rule:
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week”
I can’t think of any other problem...
Elisabetta
> Il giorno 21 mag 2018, alle ore 18:46, roscofil ***@***.******@***.***>> ha scritto:
>
> Main setting location marker is set under the "Popup Text" from the module configuration menu. (or whatever the tab text is in the english version....Using it in French)
> Enjoy :-)
>
> Philippe
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvTrbjyNzDLL8nPXVk0v_Bzzn0neNKks5t0v1zgaJpZM4T0AaP>.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#34 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Af-UkxXzVwiE1PQyd-sBbDKNqlQbiYKHks5t09vNgaJpZM4T0AaP>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALJvThT8_xr4LRjyhOwgfkTWqo9Jpzi-ks5t0-KBgaJpZM4T0AaP>.
|
Hi, I have same issue! |
OSModul has moved to Gitlab: https://gitlab.com/schlumpf/osmodul |
I was quite happy to discover this module and use it instead of Google, I've installed it on several sites and worked perfectly, but in one site, where there are multiple markers (16 of them) the module displays only the start position and it is not clickable, even if I chose "show pop up on click"
I used the default pin and openMaps layout.
The text was updated successfully, but these errors were encountered: