Okay
  Public Ticket #563943
portfolio frontend
Closed

Comments

  • jonas started the conversation

    hey, there are some bugs:

    1. let's say I put thre different portfolios in one row and enabled filters for each portfolio, then I see in frontend the same filter for everyone of the portfolios altough I choosen them differently in backend

    2. when I choose another colour as the dfault one in filter colour cheme the "portfolio sort:" text field is missing in frontend.

  •  1,089
    ThemeNectar replied

    Hey,

    1. Have you tried placing them in separate rows

    2. It\'s hidden intentionally for some variation on the style, however you can get it to display with this css:

    .portfolio-filters-inline:not([data-color-scheme=\"default\"]) .container > ul li#sort-label {
        display: inline-block!important;
    }
    


    Cheers