Forum

Thread tagged as: Problem

Region title with items

Multiple enabled region displayed as list. Titles are, item1, item 2, etc...

For some reason, it does not take the content title="true"


<perch:blocks> <perch:block type="image" label="Column Block"> <div class="post-box col-lg-4 col-md-4 col-sm-4 mr-bot-20 "> <div class="col-lg-12 nopad bor-wrap wbreak"> <img class="center-block pd-top-10" src="<perch:content type="image" id="pwimage" label="Brand Image" width="250" />" alt="<perch:content type="text" id="alt" label="Description" required="false" help="Brand logo, for example GoDaddy logo" title="true" />" /> <div class="col-lg-12"> <h3 class="fs-16 fw-700"><perch:content id="pwtitle" type="text" label="Header Title" required="true" title="true" /></h3> </div> <div class="col-lg-12 bc-dgray pd-15 content-blck"> <perch:repeater id="text" label="Labels"> <perch:if exists="otherinfo"> <p><strong><perch:content id="otherinfo" type="text" label="Label" required="false" title="true" /></strong>: <perch:content id="otherinfo1more" type="text" label="Label content" required="false" title="false" /></p> </perch:if> </perch:repeater> </div> </div> </div> </perch:block> </perch:blocks>
Edward Johansen

Edward Johansen 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

That's because you're inside blocks. It's something we can look at - what would you expect to happen in that scenario?

IS it possible to take the title of the first perch content, or the one with title set to true?

Many thanks

Drew McLellan

Drew McLellan 2638 points
Perch Support

I think it would be possible - do you think that would be a good solution?

For my use, Yes :).

Drew McLellan

Drew McLellan 2638 points
Perch Support

Ok, we'll give it some thought for the future.

Hi, I was having the same issue noticed this thread. It would work well for the site I am working on too.

Any news on this?

If you have perch_content_create in the main template for different html content blocks, You are limited to no title in your items, and will only display as 'Item1, Item2' and so on...

Drew McLellan

Drew McLellan 2638 points
Perch Support

No news as yet.

Just ran into the same issue. Solution above would work for me.

Is this now possible with Perch 3 Runaway?

It is really annoying when you only see Item1, Item 2, and so on.

Drew McLellan

Drew McLellan 2638 points
Perch Support

It's not bubbled up to being high enough priority yet.