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!
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