Home › Forums › Jevelin Theme › Hide category "all" portfolio
Home › Forums › Jevelin Theme › Hide category "all" portfolio
Hello,
I’m creating a two different portfolio pages, I would like to hide the category “all” on both portfolio pages how can I do that?
And can I change the order of the category’s? I would like to start with my “parent category” and after that the rest of the category’s.
Greetings,
Tessa
Solution for this topic
Hi Tessa,
I hope you are well today and thank you for your question.
To achieve this you have to develop custom code as shared in the below topics.
https://support.shufflehound.com/forums/topic/portfolio-different-thumpnail-than-cover-image/
https://support.shufflehound.com/forums/topic/portfolio-categories-only-show-parent-categories/
If you can’t do it then could you please share the page URL from your site where it is displaying and tell me exactly in which order you want to display it so that I can help you to achieve it?
Best regards,
Shufflehound team
Hello,
It’s been a while since I ask about the portfolio. In the meantime my website is almost ready but I don’t get the portfolio part exactly as I want. I can’t get rid of the tab ‘all’ in my portfolio.
This is my page were the portfolio is shown https://studiokikor.com/wordpress/index.php/portfolio/
I would like the order of the tabs to be like this:
illustraties, kinderboeken, lijntekeningen, patronen, grafisch ontwerp, geboortekaartjes, logo/huisstijl
Can you help me to achieve this?
Greetings,
Tessa
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Hello,
In your first response you say that if I don’t succeed you can help me achieve this and now it suddenly can’t. That is very annoying.
I’ll figure it out myself.
Sorry, for the confusion.
I was willing to help you to remove ‘all’ but other customizations are beyond the scope of support.
Okay, then that’s the confusion. If you could still help me to remove the ‘all’ button i’m very grateful. Then I’ll leave the order of the tabs as it is now. That I will find out for myself later.
Solution for this topic
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-filter-container span.sh-filter-item[data-filter="*"] { display: none; }
Thank you for your help, it works!
You are most welcome here š