Hi,
I use Joomla! 3.4.3 (latest) JEvents 3.4.0 (latest) phoca maps 3.0.1 (latest)
Before the last maj joomla everything worked properly, since the map is displayed well when alone:
http://www.lrpr.fr/evenements/icalrepea ... er_reset=1
by cons when I put a marker everything becomes gray:
http://www.lrpr.fr/evenements/icalrepea ... er_reset=1
I tried everything change template and local test is the same!
could someone find me a solution?
thank you in advance.
Best Regards
Phoca maps marker
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca maps marker
Hi, on your site, you have some javascript errors which should be solved to display the map properly (as the map is rendered by javascript, there cannot be any errors rendered).
https://www.phoca.cz/documents/16-joomla ... -conflicts
First, try to change the Marker description, maybe there is some html code which can break the javascript - try to remove the description - for test and if this will work, try to add some simple text there
Jan
https://www.phoca.cz/documents/16-joomla ... -conflicts
First, try to change the Marker description, maybe there is some html code which can break the javascript - try to remove the description - for test and if this will work, try to add some simple text there
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Jul 2015, 09:15
Re: Phoca maps marker
Thank you for your reply, I have not apperemment javascript error.
With regard to the marker I performed the requested changes but no change.
Jean Claude
With regard to the marker I performed the requested changes but no change.
Jean Claude
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca maps marker
Hi, on the site I get the following errors:
SyntaxError: unterminated string literal
http://www.lrpr.fr/evenements/icalrepea ... er_reset=1
Line 468
Timestamp: 2. 8. 2015 23:58:37
Error: downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1): status=2147746065 source: http://www.lrpr.fr/components/com_compr ... f2?v=4.3.0
Source File: http://www.lrpr.fr/components/com_compr ... 534c7239b8
Line: 12, Column: 12
Source Code:
@font-face { font-family: "FontAwesome"; font-style: normal; font-weight: normal; src: url("font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); }
Jan
SyntaxError: unterminated string literal
http://www.lrpr.fr/evenements/icalrepea ... er_reset=1
Line 468
Timestamp: 2. 8. 2015 23:58:37
Error: downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1): status=2147746065 source: http://www.lrpr.fr/components/com_compr ... f2?v=4.3.0
Source File: http://www.lrpr.fr/components/com_compr ... 534c7239b8
Line: 12, Column: 12
Source Code:
@font-face { font-family: "FontAwesome"; font-style: normal; font-weight: normal; src: url("font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); }
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Jul 2015, 09:15
Re: Phoca maps marker
thank you Jan,
What can I do to correct this?
I installed locally:
- The latest version of Joomla: Joomla_3.4.3-Stable-Full_Package_French_v1
- The latest version of JEvents: jevents34_3.4.0RC2
- The latest version of phocamaps: com_phocamaps_v3.0.1
- The latest version of the plugin: plg_content_phocamaps_v3.0.2
I kept the standard template joomla.
I have exactly the same problem when I want to see a marker on a map.
do you have an idea ?
Jean Claude
What can I do to correct this?
I installed locally:
- The latest version of Joomla: Joomla_3.4.3-Stable-Full_Package_French_v1
- The latest version of JEvents: jevents34_3.4.0RC2
- The latest version of phocamaps: com_phocamaps_v3.0.1
- The latest version of the plugin: plg_content_phocamaps_v3.0.2
I kept the standard template joomla.
I have exactly the same problem when I want to see a marker on a map.
do you have an idea ?
Jean Claude
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca maps marker
Hi, did you change the description, as written above - first try to e.g. remove the description of the marker (see html code of the description and remove it completely) to be 100% sure the html code in description does not break the javascript code.
Check the error in the font using - some part of your site (template, or plugin) tries to use external font but there is a problem in code, so first you need to find which part does it and then try to disable to discover if this was the problem or not
Jan
Check the error in the font using - some part of your site (template, or plugin) tries to use external font but there is a problem in code, so first you need to find which part does it and then try to disable to discover if this was the problem or not
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Jul 2015, 09:15
Re: Phoca maps marker
thank you Jan, I'm not comfortable with php and js code, I tried to change the display settings phocamaps markers but no effect.
by cons with my new site I test the error message that appears before the gray screen (bottom of this post), perhaps a track?
if not what can I do to appraise my code?
sorry for the time spent on this problem.
Jean Claude
the copy errors :
by cons with my new site I test the error message that appears before the gray screen (bottom of this post), perhaps a track?
if not what can I do to appraise my code?
sorry for the time spent on this problem.
Jean Claude
the copy errors :
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca maps marker
Hi, I don't mean to do it in php, to edit php. I mean - to empty description of the marker - in administration of Phoca Maps - to clear the description text.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Jul 2015, 09:15
Re: Phoca maps marker
hi, there is nothing in the description of the marker.
jc
jc
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Aug 2015, 12:19
Re: Phoca maps marker
Hi, I have problem with markers too,
If I dont use any markesr - its work corectly.
But when I put a marker, it looks like that:
http://www.prod.bluebear.pl/kontakt
Can You help me please ?
BR
Maciek
If I dont use any markesr - its work corectly.
But when I put a marker, it looks like that:
http://www.prod.bluebear.pl/kontakt
Can You help me please ?
BR
Maciek