Portfolio genre add

  • Posted in : Responsy
  • henkbatenburg
    Participant

    Hello,

    the last time the forum was really helpfull, so I thought lets try it again ;)
    I want to add a new genre to the portfolio page, is that possible?
    So now there is design, coding and logo and now I want to add some other genres!

    What do I need to get this working?

    greetings, and still thanx for last time ;)

    ahmetsali
    Keymaster

    Hi, you can do this easily, please check the documentation comes with the downloaded package : Html Structure > The Filterable Portfolio section. Simply;
    1-) add a new li element with data-filter equal to your new genre name to ul id = filters;

    <li><a href="#" data-filter=".genre-name">genre-name</a></li>

    2-) Then add new items with class name equal to new genre name;

    <div class='item genre-name'>
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy’ is closed to new topics and replies.