A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I can i put html to shortcodes and it transfers from string to html codes. Please give me any working solutions. I give you some examples to understand my point.
[shortcodes-column-2 img="http://src" description="<div class="description"><p>Lorem</p><h2></h2></div>"]
or
[shortcodes-row]
[shortcodes-column]img[shortcodes-column]
[shortcodes-column]description[shortcodes-column]
[/shortcodes-row]
@TI2 You can use shortcodes like the following:
<shortcodes-row>
<shortcodes-column>img</shortcodes-column>
<shortcodes-column>description</shortcodes-column>
</shortcodes-row>