Limit project index to a number of recents?
-
unfortunately not.
you could however create a category "new" and then show only the projects from this category
i wrote this idea of yours down
i think at the moment this is only possible with the thumbnailgrid element
-
@arminunruh hmm, thanks for the tip but that's not really a workaround for us - we would need to be updating the category manually.
Is it maybe possible to limit it by date? Say we limit the Project Index by only showing the last three months of projects? -
i realized you can use this css. the first css statement hides all project index rows, the other css shows all first 20 of them:
.lay-projectindex-row{ display: none!important; } .lay-projectindex-row:nth-child(1), .lay-projectindex-row:nth-child(2), .lay-projectindex-row:nth-child(3), .lay-projectindex-row:nth-child(4), .lay-projectindex-row:nth-child(5), .lay-projectindex-row:nth-child(6), .lay-projectindex-row:nth-child(7), .lay-projectindex-row:nth-child(8), .lay-projectindex-row:nth-child(9), .lay-projectindex-row:nth-child(10), .lay-projectindex-row:nth-child(11), .lay-projectindex-row:nth-child(12), .lay-projectindex-row:nth-child(13), .lay-projectindex-row:nth-child(14), .lay-projectindex-row:nth-child(15), .lay-projectindex-row:nth-child(16), .lay-projectindex-row:nth-child(17), .lay-projectindex-row:nth-child(18), .lay-projectindex-row:nth-child(19), .lay-projectindex-row:nth-child(20){ display: flex!important; }
Is it maybe possible to limit it by date? Say we limit the Project Index by only showing the last three months of projects?
no, but the above css should do the trick
-
And would it be possible to combine this with a "Show more" button that expands the hidden elements?
-
i'd need to add this as a feature, i wrote it down
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it