-
-
Good Morning,
I have a couple of questions:
- How can I delete a photograph so that it does not appear in the home portfolio? However, I want it to appear in the gallery that I created by categories.
- How can I create a category without appearing it in the menu at the top right of the home?
Thank you very much for your time
-
Hello,
1-Sorry you can’t. But a workaround is to assign a category to that portfolio item and not select that category to show in the home page portfolio.
2-You can hide that category using custom css. I can help if you send us the page containing this portfolio and the category name you want to hide.
Best regards!
-
-
Hello,
The page requires login credentials. Please send them so i can see the page.
Regards!
-
-
Hello,
Add this code into your Custom Css box in General > Custom Codes menu:
.cl-filters.cl-filter-fullwidth.cl-filter-color-light button:nth-child(4){ display:none; }
To remove other categories, just change the number of the category in line. In this case “home” is 4th in line.(screenshot).
Best regards!
-
-
Good morning again,
I’ve tried with the code you gave me but I have a problem:
in the menu at the top right of the home, the categories I have do not appear, only “home.” and “all”. What I want is to create “home.” category and hide it, that it only serves to choose which photos I want to publish in the home but, in the menu at the top right, i want that all the other categories appear (except “home.”).
Thank you in advance
-
If you like our theme and support, please rate it with 5 stars on Themeforest. It’s important for us :)
https://themeforest.net/downloads
Thank You :)
-
I have already rate it with 5 stars but, please, can you please help me with the problem I wrote above?
Thank you!
-
Hello,
The css i gave you only hides the 4th element. Please add some wp credentials in a private reply. So i can check it close.
Best regards!
-
-
Hello,
So here is the thing, the portfolio in home page has only one category selected, which is ‘home’. See screenshot: https://ibb.co/JH3BSwp
The css i gave you is for the cases where all categories (or at least more than 1) are selected and then you hide the category corresponding to the number set inside
:nth-child()
-To hide the entire filter bar in homepage only, add this css as well:
.home .cl-filters.cl-filter-align-right .inner { display: none; }
Best regards!
-
You must be logged in to reply to this topic.