Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267917

    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,

    #268877

    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

    #269657
    This reply has been marked as private.
    #269695

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Advanced Layerslider shows question marks instead of Letters’ is closed to new replies.