In the shortcode for the portfolio, I have specified to only show certain categories. The category "events" isn't showing in the grid, but it is still showing in the sort dropdown. It should not be showing in the dropdown options.
it looks like you have some custom CSS added into the Salient options panel > general settings > css/script related tab which is causing the category to display:
.portfolio-filters li, .portfolio-filters-inline li {
display: inline !important;
}
If you remove that, the problem should go away. However, if you can't find that custom CSS in your options panel or if removing it does not fix the issue, kindly allow us to temporarily access your admin panel so we can take a closer look.
In the shortcode for the portfolio, I have specified to only show certain categories. The category "events" isn't showing in the grid, but it is still showing in the sort dropdown. It should not be showing in the dropdown options.
Hey 101management,
it looks like you have some custom CSS added into the Salient options panel > general settings > css/script related tab which is causing the category to display:
If you remove that, the problem should go away. However, if you can't find that custom CSS in your options panel or if removing it does not fix the issue, kindly allow us to temporarily access your admin panel so we can take a closer look.
Thanks in advance