Hi, i want to hide the "all" button right beside the others categories (portfolio page)
example: all - categorie1 - categorie2 - categorie 3 (NO)
example: categorie1 - categorie2 - categorie 3 (YES)
Hi, i want to hide the "all" button right beside the others categories (portfolio page)
example: all - categorie1 - categorie2 - categorie 3 (NO)
example: categorie1 - categorie2 - categorie 3 (YES)
Hi!
Open up angular\includes\loop-portfolio.php and delete following line:
$output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework')."</a>";
Best regards,
Peter
I've already tried that, the result is that the "all" button disappear, but you can still see all the item post there...
Hi,
Please provide a url to the page the portfolio is located on.
But you can try this code to your custom.css file.
.all_sort_button.active_sort {
display:none;
}
.text-sep {
display: none;
}
Thanks,
Nick
http://www.tinto.cl/noviembre/portafolio/ that`s the URL
the button disappear, but you can still see all the item post there... i don't want that, i would like to show the first categorie "Clientes"
Hey!
The portfolio does not support such a feature at the moment (it's not possible to "filter/sort" the portfolio without user interaction). I'll tag this thread for Kriesi (feature request).
Regards,
Peter
Hey!
Sorry but this fueature is currently neiter supported nor planned. Might change in the future if it gets requested very often but chances are rather slim...
Regards,
Kriesi
This topic has been closed to new replies.