• Resolved ozosh182

    (@ozosh182)


    The UAG table of contents doesnt display the heading title properly written in japanese language. Please check

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ozosh182

    (@ozosh182)

    you have used heading like this:
    $title = $heading['heading']['content'];

    so we added utf8_decode to make it work for different languages.
    $title = utf8_decode($heading['heading']['content']);

    Can you fix this in the plugin? Thanks.

    Regards,
    Ozzy

    • This reply was modified 2 years, 8 months ago by ozosh182.

    Hello @ozosh182 ,

    We’re sorry for the inconvenience caused to you. Also, we are thankful for your patience and readiness to help us fix things that we come across.

    I’d like to let you know, I have reported this issue to our concerned developers. They have added a task for it and will work on it. Please lend us some time. It will be fixed in our upcoming updates.
    ?
    Your patience and co-operation are highly appreciated.

    Thread Starter ozosh182

    (@ozosh182)

    Hello @swetakumari

    Thank you for your response. Hope it will be fixed soon… Thank you for your consideration.

    Regards,
    Ozzy

    Hello @ozosh182 ,

    I have already taken this up and added it to our to-do list so that our developers can fix it in one of our future updates.

    I am making the query resolved for now.

    You can always get in touch with us through our website in case you wish to follow up or drop in any suggestions.

    Thank you!

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