I found out what it was. When you select the option to only display a certain amount of portfolio posts with pagination, the categories that show on the page are the ones that are linked to the ones being displayed on that single page. When I turned off the pagination and had all the portfolio posts displayed on one page, every portfolio category showed in the drop down menu.
Yes if you have pagination enabled and none of the posts of that particular category are on the page it wont show the category on the drop down as it would return empty. If you wish to show all categories please disable pagination.
But when I do the filter only by category (without using sub categories) they are being displayed correctly. Example: http://oxidigital.com.br/portfolio/
The submenu items are hidden by default in the horizontal filter display but if you use the dropdown option they should display normally. If you'd perfer to stay with the inline option simply add this into the Custom CSS box located in your Salient Options panel:
#portfolio-filters li, #portfolio-filters-inline li {
display: inline-block !important;
}
Hi,
I noticed one of the categories for the portfolio page isn't showing up. Is this a theme caching issue? I don't have any caching plugins installed.
Any help is much appreciated,
Thanks,
Nicholaus
I am also with this problem. No sub category is displayed in the menu.
Ricardo Silva
Hey Guys!
Could you please post urls so we can take a look .
Thanks
ThemeNectar Support Team
I found out what it was. When you select the option to only display a certain amount of portfolio posts with pagination, the categories that show on the page are the ones that are linked to the ones being displayed on that single page. When I turned off the pagination and had all the portfolio posts displayed on one page, every portfolio category showed in the drop down menu.
Thanks,
Nicholaus
This is the link where the sub categories are not being displayed. (They are selected in page setup).
http://oxidigital.com.br/sites-prontos/modelos/
Hey!
Yes if you have pagination enabled and none of the posts of that particular category are on the page it wont show the category on the drop down as it would return empty. If you wish to show all categories please disable pagination.
Thanks
ThemeNectar Support Team
Hi Tahir,
This is the shortcode I'm using:
[nectar_portfolio enable_sortable="true" horizontal_filters="true" starting_category="default" project_style="2" category="all,corporativo,loja-virtual-planos,revista-blog" layout="4"]
All these categories are actually sub categories. Example: http://oxidigital.com.br/sites-prontos/modelos/
But when I do the filter only by category (without using sub categories) they are being displayed correctly. Example: http://oxidigital.com.br/portfolio/
This my categories and sub categories: http://oi62.tinypic.com/t071qr.jpg
I think we need to upgrade the code this shortcode. If I can help with anything let me know.
Need to adjust this so that my site be 100%. :)
Thank you!
Hey Ricardo!
The submenu items are hidden by default in the horizontal filter display but if you use the dropdown option they should display normally. If you'd perfer to stay with the inline option simply add this into the Custom CSS box located in your Salient Options panel:
Cheers :)