Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 5, 201510 yr In IPB 3 it was possible to make blocks that only displayed one article/record. For example, I could make one block that only displayed the first article, I could then make another block that only displayed the second article, and so on. But I don't see any option to do this in Pages in IPB 4. Or am I blind or something?
May 5, 201510 yr You can limit a block to one record, but there is no offset parameter to show just the second or third and so on.
May 5, 201510 yr .You can squeeze them out with CSS ..something like .. remove the first .. the second will shift up automatically .. ..... li:nth-child(1){ display: none; } .
May 5, 201510 yr Author You can limit a block to one record, but there is no offset parameter to show just the second or third and so on. That's a shame. Do you know if IPS will (re-)implement such a feature in v4? . You can squeeze them out with CSS .. something like .. remove the first .. the second will shift up automatically .. ..... li:nth-child(1){ display: none; } Thanks for the tip! But hopefully IPS will re-add this feature in Pages again. Please @Charles, make it happen!
Archived
This topic is now archived and is closed to further replies.