• Resolved kinggeneral

    (@kinggeneral)


    in other (alphabet language) the front page is fine.

    but in zh_CN language it substr every string every 10 character of string shown.

    Note : zh_CN = chinese language

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author canyonthemes

    (@canyonthemes)

    Hello kinggeneral,

    Its fine in our demo,Can you please provide us the link of your site, so that it will be easy for us to figure out your issues.

    Thank you,

    Thread Starter kinggeneral

    (@kinggeneral)

    in my case . i am using polylang ( the newest polylang Version 2.1.5 ) for multi language,

    and this happen,

    **but for the “Quality Welcome Message” that have character limiter, i place it for 150 words and its works fine.

    only happen in widget at front page

    link : https://prnt.sc/fp51dg

    • This reply was modified 7 years, 5 months ago by kinggeneral. Reason: add link screenshot
    Thread Starter kinggeneral

    (@kinggeneral)

    hi, finally i can do it so it’s good to see without ‘…’ in every description text

    i add this line : in every page of your templates.

    <?php echo esc_html( wp_trim_words(get_the_content(), 255) ); ?>

    so it will only trim when it reach 255 words.

    Theme Author canyonthemes

    (@canyonthemes)

    Hello kinggeneral,

    Thank you so much, i will check it and update in our theme soon.

    Thank you,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘zh_CN Language Problem’ is closed to new replies.