• Hi everyone,
    So I am doing a project for a client on a “tight budget” that’s why I went with Polylang and not WPML, and it’s great, it’s perfect! Until you have to translate the Divi Theme Builder…

    I tried the following solutions with no luck:
    1- This one never worked, not even once, it’s a workaround to add your elemtns into the Divi Library and design them from there `add_filter(‘pll_get_post_types’, ‘my_pll_get_post_types’);
    function my_pll_get_post_types($types) {
    return array_merge($types, array(‘et_pb_layout’ => ‘et_pb_layout’));
    }`
    2- Hiding elements using CSS and the language selector
    3- Using [language lang=”en”] tag to specify the text for each language

    Please, if you have a working solution let me know…
    Thank you in advance!

The topic ‘Divi Theme Builder not translatable!!’ is closed to new replies.