On June 21, 2015 at 10:05 pm
Hello again! I’m using qtranslate-x to translate my website. 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–>
How can I translate the title of this content block? Thank you for the help.