Hello,
Recently i made a website in Chinese and Japanese using your template.
i have noticed that every-time i create an advanced layerslider and write a text in Chinese or Japanese, some of the letters appear as question marks instead of the regular Chinese letters. it happens only in the advanced layerslider, the other parts of the website are fine.Both the WP and the template.
I will appreciate your help in solving this issure, Please take a look here: http://staging.leverate.com/zh-hans/
thanks,
Hi Open,
Open /config-layerslider/LayerSlider/wp/shortcodes.php and look for line 43:
$data = trim(preg_replace('/\s+/', ' ', $data));
Replace it by this:
$data = trim(preg_replace('/\s+/u', ' ', $data));
Regards,
Josue
You are welcome, glad we could help :)
Regards,
Josue