thumbnail grid > deactivate specific projects
-
Hello guys, thank you for pushing and developing Lay Theme, it's a pleasure to work with!
I am currently working on a website with quite a big collection of different projects. I use various tumbnail grids to show certain categories.
here is my question:
I would like to exclude specific projects in the thumbnail grid, but leave them in the accompanied project index list.Would it be possible to create a class or css exclusion of specific projects? I've seen that it is possible in the projectindex and was wondering what the code might look like if i want to replicate it in the thumbnail grid. So something like this?:
.thumbnailgrid-wrap-thumb[data-id=„idoftheproject“]
{
display: none;
}thanks in advance!
-
.type-thumbnailgrid .thumb[data-id="1729"]{ display: none!important; }
that should do the trick but i think it will mess up the layout
-
@arminunruh perfect! works like a charm without messing up the layout.
one additional question:
is there a possibility to insert multiple ids in that code, or would i have to write the whole exclusion for every single id?.type-thumbnailgrid .thumb[data-id="1729"]{
display: none!important;
}.type-thumbnailgrid .thumb[data-id="1730"]{
display: none!important;
}or:
.type-thumbnailgrid .thumb[data-id="1729, 1730, ..."]{
display: none!important;
}thank you!
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it