Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1486605

    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.

    #1486628

    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:

    View post on imgur.com

    Best regards,
    Ismael

    #1486741

    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.

    #1486780

    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.

    https://facetwp.com/

    For this type of customization, you can contact Codeable.

    https://kriesi.at/contact/customization

    Thank you for understanding.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.