Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1351935

    I have problems with the filter of the results on masonry entries, they results appear very slow and on by one, and sometimes not all the results of the filter. For example, if you click on the filter “policy” It has to appear 5 results. You can find the link below, in the private content. Thanks in advance!

    #1352150

    Hey ftt123,

    Thank you for the inquiry.

    You can use this css code to display all masonry items at once on page load.

    .av-masonry-entry {
        opacity: 1;
        visibility: visible;
    }
    

    Regarding the category filter, please note that the masonry element can only filter items that are already visible in the page. If pagination is enabled, filtered items will not display if they are located on a different page. User will have to go to that page and click the category filter again.

    Best regards,
    Ismael

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