• Resolved ibtekarlabs

    (@ibtekarlabs)


    Hello,

    I am interested in using your plugin on a multilingual WordPress site. Could you please confirm if the plugin supports multilingual functionality, either through WPML, Polylang, or another translation plugin? Additionally, are there any specific compatibility settings or recommendations for setting it up with multiple languages?

    Thank you for your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi @ibtekarlabs.

    Unfortunately, we have not integrated our plugin with any of these plugins.

    Thank you.

    Thread Starter ibtekarlabs

    (@ibtekarlabs)

    Hi @wpdevart,

    Noted, thank you.

    Incase anyone interested in making the chart translatable we adjusted construct_nodes function in the wpda_org_chart_front_tree_maker class to make the note title and description translatable using wordpress localization functions:

    esc_html__( $this->remove_js_and_js_atributes_from_content(htmlspecialchars_decode($node['node_info']['node_description'])), 'wpdevart-org-chart' );
    esc_html__( $this->remove_js_and_js_atributes_from_content(htmlspecialchars_decode($node['node_info']['node_title'])), 'wpdevart-org-chart' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.