-
AuthorPosts
-
January 27, 2015 at 8:58 pm #386571
Hi,
I moved my site over to WpEninge.
Then in the admin area when i editing a page all the icons titles gets ? for the letters öäå.
Talked to WpEngine support and they said that i should ask you guys.Hope you can help me out here.
//Cheers!
- This topic was modified 9 years, 10 months ago by apower84.
January 28, 2015 at 4:21 pm #387074Hejsan Mattias!
Have you figured it out already? I could not reproduce the issue on my end – http://i.imgur.com/SDkucXv.png
Regards,
YigitJanuary 28, 2015 at 6:26 pm #387256This reply has been marked as private.January 29, 2015 at 5:43 pm #387823Hey!
I still cannot reproduce the issue – http://i.imgur.com/8cV2R9H.png
Can you please post a screenshot and show the issue you are having? You can upload your screenshots on imgur.com or Dropbox public folder
Please also update Enfold to the latest version 3.0.8 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It fixed an issue with language files.Regards,
YigitJanuary 29, 2015 at 6:17 pm #387860This reply has been marked as private.February 1, 2015 at 7:27 am #388951Hey!
Please try to add this on functions.php to load the cyrillic subset of the open sans font:
function avf_add_subset() { $sans = urldecode('<link rel="stylesheet" id="open-sans-css" href="http://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&subset=cyrillic,cyrillic-extver=4.1" type="text/css" media="all">'); echo $sans; } add_action('admin_head', 'avf_add_subset');
Anyway, the special characters render fine on the frontend.
Best regards,
IsmaelFebruary 1, 2015 at 3:04 pm #389022February 4, 2015 at 12:45 pm #390699Hi!
Please try to remove the characters then update the page. Add them again.
Cheers!
IsmaelFebruary 4, 2015 at 12:56 pm #390702Hi Ismael!
Have done that and still got the same problem. If are in the enfold editor and then click on the icon and save it.
You will see that ÅÄÖ characters works again and that the ? question marks are gone. Then i push update for the whole page.
After that i leave the page and then go back to it again and but its the same problem all over again.//Cheers!
February 6, 2015 at 11:48 am #391938Hi!
Have you tried disabling all your plugins? I’m sorry but we can’t reproduce the issue on our installation so this might be due to a server configuration or a third party plugin.
Cheers!
IsmaelFebruary 9, 2015 at 10:55 pm #393378This reply has been marked as private.February 10, 2015 at 11:51 am #393619Hey strom84!
I could see your problem, but only in part. I edited your portfolio item Venue 81 and I saw it on some and some not. The problem could be seen for instance on Gäster Mingel and Gäster Sittande so I chose Edit, didn’t edit anything and chose Save, after that it displayed like it should. Very difficult to say what is causing this since it only effects some of the fields and some not.
Could you please check your wp-config.php, it should say something like this:
/** Teckenkodning för tabellerna i databasen. */ define('DB_CHARSET', 'utf8');
Best regards,
RikardFebruary 10, 2015 at 1:04 pm #393643Hi @Rikard,
After you saved it its like you said showing as it would. But if u go to an other portofolio item and then go back to Venue 81 the problem is back.
And the problem is only on the icon titles everything else seams to work so weird.wp-config
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', 'utf8_unicode_ci');
- This reply was modified 9 years, 9 months ago by apower84.
February 10, 2015 at 10:37 pm #394044Hi!
Try to replace it with this:
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
Base on this post: https://wordpress.org/support/topic/special-characters-converted-to-question-marks-on-save
Regards,
IsmaelFebruary 27, 2015 at 11:27 pm #403729This reply has been marked as private.March 2, 2015 at 4:26 am #404247March 10, 2015 at 4:06 pm #408892This reply has been marked as private.March 11, 2015 at 5:24 am #409666March 11, 2015 at 9:35 pm #410123Hi @ Rikard,
Thank you for the repsons, I will wait for the update and hope that will solve the problems :-)
You can close this ticket now!//Cheers!
-
AuthorPosts
- The topic ‘Enconding error or ? marks on icon titles (admin/page edit)’ is closed to new replies.