• I have installed Falang for WPBakery Lite but I cannot edit the content anymore:

    Before installing Falang for WPBakery, I was able to translate the whole content of the page from the Falang->”Translate Posts” page.
    Now, instead of the content, I see that I “must install the Falang for WPBakery plugin”, that I have already installed.

    • This topic was modified 1 month, 1 week ago by vaggita. Reason: added screenshot
Viewing 1 replies (of 1 total)
  • Plugin Author sbouey

    (@sbouey)

    When you install Falang for WPBakery plugin, Falang for WordPress the main plugin display this message, you are supposed to translate the WPBakery page directly in each elements.

    You can disabled this feature with an extra filter you can put in your theme function.php

    function falang_is_supported_builder ($return,$post) {
    return false;
    }

    add_filter( 'falang_is_supported_builder', 'falang_is_supported_builder' , 11, 2 );

    It’s the same with other builder supporded by Falang : Elementor, Divi, Yootheme

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.