Limit project index to a number of recents?
-
Hi there, is there a way to limit the Project Index output to let's say 20 latest projects only?
Thanks
-
-
@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? -
arminunruh Global Moderatorwrote on Jul 19, 2024, 11:25 AM last edited by arminunruh Jul 19, 2024, 7:25 AM
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
-
Thanks a lot!
-
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
-
Hello @arminunruh
is there any update regarding this feature?
I made a website in the past that now has this problem. The client wrote so many articles (projects) that now the page is a super long list of project thumbnails. It would be cool to allow to load a max number of pj-thumbnails per page and then the classic "Prev or Next" at the bottom of the page for checking the older or newer ones.Thank you!
-
for project index feature there is no news on this
well for the news element, we have this feature
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