BeyondLine
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Alt tag from GalleryHi,
yes i added it in image details, caption, descrption .. nothing is showing up..Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Controls not savingSame for me. Waiting any answer or update to fix this.
Thanks
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Html outputs in frontendI SOLVED IT!
For any other people in this situation : you need to escape html using handlebar specification : {{{texte}}} (triple instead of double)
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Html outputs in frontendI also tried to change the_content() into template file with echo get_the_content(). In that case it is working i get “hello” without <p> tags but many other problems occurred… it looks like something about <!– –> gutenberg commentary tags perhaps … not sure.
Thanks for your help
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Html outputs in frontendActually my frontend html code is as follow :
<section>
{{texte}}
</section>i also tried :
<section>
<p>{{texte}}</p>
</section>Nothing works.. Thanks
Hi,
no there is no review extension..Forum: Plugins
In reply to: [Qtranslate Slug] 404 errors and problem with child pagesHi,
i sent you credentials via WP.Thanks in advance,
Hi,
i know how to use hooks so could you help me ?
Where should i look in the code ? Could you tell me the right filters to use ?Thanks for this plugin and your help.
Olivier