But I don't find the solution to exclude portfolio items from the "all" section. They did it here: http://ankeverazink.com/portfolio/#photography -> photography items show only in the photography section, not when clicked "all".
That's a great idea but unfortunately it's not possible in the theme, you can take a look at the Custom Query but in this case it will hide it forever in the portfolio and not when the "All" is selected.
thanks for your answer. But it must be possible as they did it on the mentioned website (http://ankeverazink.com/portfolio/#photography) which was done with Kalium. It is one of the main reasons why I decided to buy this theme...
Alternatively: Does Custom Query mean I can create two different portfolio pages? If nothing else works, this would be the "emergency-solution"...
Oh, I just understood: They "tricked" it by creating their own all-section and do not show the original theme-provided all-section. So: Is there an easy way to disable/ not show this theme-provided all-section?
Thanks a lot for pointing out Custom Query to me, but I decided to go for the alternative solution (even if from a coding perspective this is probably not too nice):
Then used the "Simple 301 Redirects"-Plugin to always redirect to my custom all-section which includes everything except the items for my additional portfolio.
Also added the "Category Order and Taxonomy Terms Order"-Plugin so that I can order my additional portfolio category to be at the end of the portfolio menu.
Eh voilà – I hope this explanation will also be useful to others :-)
Hi,
Your theme is amazing!
But I don't find the solution to exclude portfolio items from the "all" section. They did it here: http://ankeverazink.com/portfolio/#photography -> photography items show only in the photography section, not when clicked "all".
How do I do that?
Thank you & kind regards,
Beatrice
Hi Beatrice,
That's a great idea but unfortunately it's not possible in the theme, you can take a look at the Custom Query but in this case it will hide it forever in the portfolio and not when the "All" is selected.
Best regards,
Laborator Team
Hi Art,
thanks for your answer. But it must be possible as they did it on the mentioned website (http://ankeverazink.com/portfolio/#photography) which was done with Kalium. It is one of the main reasons why I decided to buy this theme...
Alternatively: Does Custom Query mean I can create two different portfolio pages? If nothing else works, this would be the "emergency-solution"...
Thanks & kind regards,
Beatrice
Oh, I just understood: They "tricked" it by creating their own all-section and do not show the original theme-provided all-section. So: Is there an easy way to disable/ not show this theme-provided all-section?
Thank you!
Hi Art,
OK, thanks, problem solved :-)
Thanks a lot for pointing out Custom Query to me, but I decided to go for the alternative solution (even if from a coding perspective this is probably not too nice):
Hid the all-section with custom CSS:
.portfolio-category-all {
display: none !important;
}
Then used the "Simple 301 Redirects"-Plugin to always redirect to my custom all-section which includes everything except the items for my additional portfolio.
Also added the "Category Order and Taxonomy Terms Order"-Plugin so that I can order my additional portfolio category to be at the end of the portfolio menu.
Eh voilà – I hope this explanation will also be useful to others :-)
Hi Beatrice,
We are more than happy to see that you have solved your issue, and many thanks for sharing the fix with us as it may be helpful for other users!
Best regards,
Laborator Team