Hello enfold team,
I have created a page (Page A in private content) with a masonry shortcode displaying portfolio items in 4 columns with sorting options. The sorting options do not sort correctly based on categories.
For example, if you view the portfolio category archive for “Senior Living” (Page B in private content) you will notice that there are only 7 portfolio entries in the category. However when you click the “Senior Living” sort button on the Masonry display (Page A in private content), 8 entries show up, and the 8th entry is not from the senior living category.
I have included an admin login for you in the private content
Hey rickyporco,
Thank you for using Enfold.
The isotope script is not working properly because of the following css modifications in the style.css file.
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}
Please remove it.
Best regards,
Ismael
Thank you, i had the same issue. Which is solved be removing the css. Don´t know why that was there.