Protfolio widget filter feature

April 2014 WordPress Theme
GK User
Tue Apr 21, 2015 7:46 am
Hello,

this is not a issue but I want to ask if it's possible to hide unfiltered portfolio items when user filtered them and get in row only filtered ones? Not just shading unwanted items but hide them completely.

Thank you very much for answer :)
User avatar
Fresh Boarder

GK User
Tue Apr 21, 2015 8:11 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.gk-nsp-portfolio .gk-images-wrapper > a {
   display: none
}
.gk-nsp-portfolio .gk-images-wrapper > a.active {
   display: block;
}
User avatar
Moderator

GK User
Tue Apr 21, 2015 8:45 am
This did the trick! Thank you :-)
User avatar
Fresh Boarder


cron