There seems to be some problems with Unicode characters. Danish (Æ Ø Å) are not being displayed in edit mode:
https://dl.dropboxusercontent.com/u/4174765/Enfold.png
When viewing the website they are being displayed correctly though.
Hi!
I was unable to reproduce your issue:
Are you using the latest version of Enfold? have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
Josue
I just updated to the newest version of Enfold.
And temporarily disabled all plugins.
I still have the issue.
Do you want login credentials?
Please do so, post them here as a private reply.
Regards,
Josue
Hi!
I tested seeing this Page, here’s how i see it:
Try checking it from another computer.
Regards,
Josue
Hey!
Fixed.
http://192.185.4.34/~munck/aktivfamilieferie.dk/wp-admin/post.php?post=3613&action=edit&message=1
Changed line 128 in /config-templatebuilder/avia-shortcodes/iconbox.php:
$inner .= " <h4 class='avia_iconbox_title' data-update_with='title'>".html_entity_decode($params['args']['title'])."</h4>";
To:
$inner .= " <h4 class='avia_iconbox_title' data-update_with='title'>".$params['args']['title']."</h4>";
Cheers!
Josue
Thank you :-)