Hello,
We need to create a page with the portfolio content and a side menu to search and filter the grid content.
I’ve attached a screenshot of what we want to do in this download link: https://we.tl/t-n4UVsEjvWc
This is the page you’re building, but we don’t know how to add a side menu for searching and filtering: https://limousin.eus/website2025/aaa-pruebas/
What would the solution be with Enfold?
Thank you.
Hey aintzerga,
Thank you for the inquiry.
There’s no built-in option for this, but you can use the following css code to move the sorting items to the left of the portfolio grid.
.av-portfolio-grid-sorting-container {
display: flex;
flex-direction: row;
}
.av-portfolio-grid-sorting-container .sort_width_container {
max-width: 200px;
flex: 0 0 auto;
margin-right: 50px;
}
.av-portfolio-grid-sorting-container .grid-sort-container {
flex: 1 1 auto;
}
#js_sort_items a {
float: none;
text-decoration: none;
line-height: 2em;
}
#js_sort_items .text-sep {
display: none;
}
Result:
Best regards,
Ismael
Hi Ismael,
OK, I’ve already applied it to the test page (https://limousin.eus/website2025/aaa-pruebas/), but the order of the categories doesn’t appear correctly. See the order at this link: https://we.tl/t-47Ov8InctB
And can I create a color scheme and alignment for parent and child categories like the one I attached?
Thanks.
Hi,
There is no option to sort the order of the categories and will require modifications that are beyond the scope of support. You may need to use a third party sorting plugin such as FacetWP, but it will require some template modifications.
For this type of customization, you can contact Codeable.
— https://kriesi.at/contact/customization
Thank you for understanding.
Best regards,
Ismael