I wan't only show a few of the categories tags in the menu, but under the portfolio page I wan't to show all tags of this portfolio item.
think of an portfolio tag for automotive, communication, cemical clients. This tag should be used inside the navigation of all portfolios.
when I click on a portfolio project of mercedes benz after I choosed all or automotive I see the portfolio site, under the site I will have other tags of this site: CES / MERCEDES BENZ / TRADE FAIR. I can now select all Mercedes Benz or CES portfolio pages. that's the normal way to use tags inside pages or posts. Is this possible with the kalium theme?
Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer and can you also please include any screenshot or sketch from what you want to achieve as I could not understand what you really want to achieve.
Ok, that's fine, but now, when the user opens a portfolio page, the page has other categories. how can I show them on the page.
simple example: I have movies, with year, producer, director. I will the show the films sorted by year, after that the user opens a film created in this year, now I want't to show the other categories like producer, director... and the user can open a page with all film of the director...
I don't know if I understand you right but as far as I could understand you have to use sub-categories and sub categories under them, for example as in the automobile section. Please if possible include a sketch, link or image or more detailed explanation of what you are trying to achieve.
forget the navigation, that's another problem. after opening one portfolio I want to show the categories of this portfolio in a list. see screenshots under tags. the user should see and click all other tags of this portfolio. tagged browsing, how can I do this. can I extend the portfolio with scripts?
Unfortunately the tags do not show in the portfolio single item, they only work for blog posts but not with the portfolio items, the feature is there but it only works for filtering the back-end.
Please read my reply again and you will understand what I said and why it is showing, the portfolio item which you have selected is assigned to more than a category, in this case it is assigned to Messe and Automobil, in the Custom Query you have selected to show items from Messe and the items assigned to it are showing, that is why the Automobil filter shows.
I understand, but how can I make a custom categorie navigation.
by the way to show categories that are not checked is not very clever, the checked categories can show the same portfolio, why show not selected categories?
They are not checked but you have items which are assigned to two categories, the only way to remove the automobil category is by adding the following CSS to Custom CSS:
.product-filter ul li+li.portfolio-category-automobil {
display: none;
}
Hello,
one more question to the kalium theme.
I wan't only show a few of the categories tags in the menu, but under the portfolio page I wan't to show all tags of this portfolio item.
think of an portfolio tag for automotive, communication, cemical clients. This tag should be used inside the navigation of all portfolios.
when I click on a portfolio project of mercedes benz after I choosed all or automotive I see the portfolio site, under the site I will have other tags of this site: CES / MERCEDES BENZ / TRADE FAIR. I can now select all Mercedes Benz or CES portfolio pages. that's the normal way to use tags inside pages or posts. Is this possible with the kalium theme?
regards
Hi bluelemonade,
Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer and can you also please include any screenshot or sketch from what you want to achieve as I could not understand what you really want to achieve.
Best regards,
Laborator Team
ok,
I have a page with custom categories
http://expotec.blcms.de/custom-categories?preview=true
(by the way there's bug with parented categories, automobil isn't checked )
Ok, that's fine, but now, when the user opens a portfolio page, the page has other categories. how can I show them on the page.
simple example: I have movies, with year, producer, director. I will the show the films sorted by year, after that the user opens a film created in this year, now I want't to show the other categories like producer, director... and the user can open a page with all film of the director...
regard
Hi again,
I don't know if I understand you right but as far as I could understand you have to use sub-categories and sub categories under them, for example as in the automobile section. Please if possible include a sketch, link or image or more detailed explanation of what you are trying to achieve.
Best regards,
Laborator Team
ok,
forget the navigation, that's another problem. after opening one portfolio I want to show the categories of this portfolio in a list. see screenshots under tags. the user should see and click all other tags of this portfolio. tagged browsing, how can I do this. can I extend the portfolio with scripts?
Hi there,
Unfortunately the tags do not show in the portfolio single item, they only work for blog posts but not with the portfolio items, the feature is there but it only works for filtering the back-end.
Best regards,
Laborator Team
hmmm, should be an option in the portfolio settings, it's for me a must have.
Unfortunately this feature is only for blog posts, not for custom post types such as portfolio items.
Best regards,
Laborator Team
no matter, for this project I didn't need it.
but the custom query looks like a bug:
http://expotec.blcms.de/custom-categories?preview=true
the Automobil isn't checked in the custom query of the page "Custom Categories"
http://expotec.blcms.de/wp-admin/post.php?post=596&action=edit
regards
Hi there,
That's because these items are on multiple categories such as Messe and that is why they are showing, see image:
(view large version)
Best regards,
Laborator Team
that's totally illogical. why does the navigation show something that I didn't select?
the user should see the two tags, these is the selection, it's totally unusable when it shows not checked categories in the navigation?
how can I make aeasy a custom navigation with tags. the behaviour of the navigation should be like the normal portfolio navigation.
Please read my reply again and you will understand what I said and why it is showing, the portfolio item which you have selected is assigned to more than a category, in this case it is assigned to Messe and Automobil, in the Custom Query you have selected to show items from Messe and the items assigned to it are showing, that is why the Automobil filter shows.
Best regards,
Laborator Team
I understand, but how can I make a custom categorie navigation.
by the way to show categories that are not checked is not very clever, the checked categories can show the same portfolio, why show not selected categories?
Hi again,
They are not checked but you have items which are assigned to two categories, the only way to remove the automobil category is by adding the following CSS to Custom CSS:
Best regards,
Laborator Team