-
AuthorPosts
-
April 15, 2015 at 3:35 pm #428980
even if i use the html entities for it
ö =ö
ü=ü
etc
they are not shown in the right manner !April 16, 2015 at 8:14 am #429386Hey Guenter!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardApril 16, 2015 at 10:48 am #429483This reply has been marked as private.April 16, 2015 at 11:04 am #429487i found something in class-framework-widgets.php
line: 1331
the utf-8 is mentioned here with json_encode – this is i guess the point.
But i don’t know how to handle it.- This reply was modified 9 years, 7 months ago by Guenni007.
April 16, 2015 at 12:14 pm #429542well in the database options (widget_text and widget_avia_google_maps) the data is ö in Plöck
so i suppose it has to do with json_encode
April 16, 2015 at 12:29 pm #429553This reply has been marked as private.April 17, 2015 at 5:49 am #430085Hey!
The ö is displaying fine on my end: http://imgur.com/nHvTF8k. Did you manage to get it fixed?
Cheers!
RikardApril 20, 2015 at 8:32 am #431148hey Rikard – not the ö in the text widget is meant.
please open the bubble info of the POI google maps widget in the socket (4th column)and in addition the content of the bubble is surrounded by quotation marks, which are not set by me. Every bubble content is in between quotation marks.
- This reply was modified 9 years, 7 months ago by Guenni007.
April 21, 2015 at 1:04 pm #431943Hey!
did you try with utf-8 code? here you can find a list: http://www.periodni.com/de/unicode_utf-8-codierung.html
Hope this helps. If not I would ask the Google team, as they know their functions best.
Regards,
Andy- This reply was modified 9 years, 7 months ago by Andy.
April 21, 2015 at 3:21 pm #432052thanks Andy – yes i tried that –
it only leads on the frontend to that special output
And as you can see one post under this on pages and posts it works all nice !!!
Only in the widget it does not function. My thougts go to a conflict with ajax and the javascript. The widget has its own javascript – so maybe there is a mistake in it! AND
what about the quotation marks – maybe this could be the fault !
why is everything in that bubble automatically framed by these quotation marks ? (in posts and pages not !)edit: btw. the & is automatically changed to …you know what i mean
&
so the UTF-8 code doesn’t work- This reply was modified 9 years, 7 months ago by Guenni007.
April 21, 2015 at 4:06 pm #432095This reply has been marked as private.April 21, 2015 at 8:23 pm #432334on the source code in the javascript before there is:
you see the quotation marks and that the & is also translated/encoded – therefore i guess no translation for the ö
- This reply was modified 9 years, 7 months ago by Guenni007.
April 23, 2015 at 7:54 pm #433714Hi!
did you try with a default WordPress theme?
Cheers!
AndyApril 24, 2015 at 10:10 am #434009??? this is the enfold installed Google Maps Widget
and that is the reason why i asked here . On pages/posts all is fine – even the bubblecontent !
in widget there are these automatically added quotation marks and the German Umlaute do not work at all.April 24, 2015 at 2:43 pm #434119is it a bug ?
its only the widget so i started to look to : class-framework-widgets.php
on line 1331 change from for the umlaute trouble
$content = json_encode(utf8_encode($content));
to
$content = json_encode($content);
on line 1385 for the quotation marks trouble:
var contentString = '".$content."';
to
var contentString = ".$content.";
April 24, 2015 at 2:47 pm #434129This reply has been marked as private.April 26, 2015 at 3:00 pm #434876Hi!
thanks a lot for sharing your solution with us. We will inform Kriesi about it.
Best regards,
AndyApril 28, 2015 at 3:10 pm #436075 -
AuthorPosts
- The topic ‘Google Maps Widget Bubble Content and german "umlaut" ö ä ü etc.’ is closed to new replies.