Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Dear all,

i added Repeatable Regions tag on my website, but in CMS admin I can add the images and text, but in live website not appearing, plz advice me.

thanks

<p class="largeFont"><strong><cms:editable name='news_title' label='Title' type='text'>Latest News</cms:editable></strong></p>
<cms:repeatable name='latest_news' >
<cms:editable type='image' name='my_image' label='Photo' show_preview='1' preview_width='150' input_width='200' col_width='300' />
<cms:editable type='nicedit' label='Description' name='my_desc' />
</cms:repeatable>
Hi,

Please take a look at the "Displaying the values" section in our docs on repeatable-regions -
https://docs.couchcms.com/concepts/repe ... the-values

Do let me know if you still have difficulty in solving the problem.
Hi,

got it, Thank you its appearing on my website,
but image and text are not aligned, find the attached file. solution plz

thank u.

Attachments

but image and text are not aligned

That really depends on your HTML markup.
Begin with using stand-alone HTML (i.e. no Couch tags in it) and once it displays properly, move on to adding the <cms:../> tags to it at appropriate places.

Hope this helps.
4 posts Page 1 of 1
cron