Okay
  Public Ticket #2089690
Portfolio Sorting
Closed

Comments

  • 101management started the conversation

    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.

  •  1,089
    ThemeNectar replied

    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:

    .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.

    Thanks in advance