• Hello! I’m using qtranslate-x to have my website in portuguese and english. The only thing that I can’t translate so far was the content-block that I add with this code:

    <!–BLOCK5 START–>

    <div class=”midrow_block”>
    <div class=”mid_block_content”>
    <div class=”block_img”><div class=”icon_wrap”><i class=”fa-cog fa-2x”></i></div></div>

    <h3>block5 title</h3>
    block5 content

    </div>
    </div>

    <!–BLOCK5 END–>

    I tried to use [:en]English Text[:pt]Portuguese[:]’ and ‘<!–:en–>English Text<!–:–><!–:pt–>Portuguese<!–:–> but in the title appears the two languages. How can I translate the title of this content-block?

  • The topic ‘Difficulty translating custom field with qtranslate-x’ is closed to new replies.