Okay
  Public Ticket #411153
Portfolio without a filter system
Closed

Comments

  • Volker started the conversation

    Hello,

    I am facing a problem removing the filter system from the portfolio section. As I don't need the filters I removed the <div id="filters"> (and all corresponding code). Afterwards the portfolio is in a mess: all portfolio items are displayed one on the other.

    Is there any documentation available how to get a portfolio section without a filter system?

    Thanks in advance.

    Best,
    Volker

  •  1,815
    Support replied

    Hi Volker,

    much simpler, in my opinion, is to hide filters through css

    use

    #filters {

    display: none

    }

    in theme options Styling Options -> Custom CSS


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Volker replied

    Hi,

    thanks for the quick response. Hiding the filters by using \"display: none\" does work fine. However, I would prefer to remove unused code from the file as mobile users are in the focus of my website. Transferring unused code consumes bandwith which should be avoided in order to improve the user experience.

    If there is a solution to that problem, please let me know. Otherwise please consider this ticket as closed.

    Regards,
    Volker

  •  1,815
    Support replied

    Hi, this is the easiest by far.

    Otherwise you would have to modify the js code which builds the portfolio layout. thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy